Re: [Mesa-dev] [PATCH 1/5] swr: don't advertise stream pause/resume

2016-11-30 Thread Rowley, Timothy O
Reviewed-by: Tim Rowley mailto:timothy.o.row...@intel.com>> On Nov 29, 2016, at 8:23 PM, Ilia Mirkin mailto:imir...@alum.mit.edu>> wrote: There is no support for resuming streamout. Furthermore, this also controls glDrawTransformFeedback functionality which requires the same ability to query ho

[Mesa-dev] [PATCH 1/5] swr: don't advertise stream pause/resume

2016-11-29 Thread Ilia Mirkin
There is no support for resuming streamout. Furthermore, this also controls glDrawTransformFeedback functionality which requires the same ability to query how many primitives were sent out of TF. Signed-off-by: Ilia Mirkin --- I have a partially-working patch for bringing this back, but it's not