[Mesa-dev] [PATCH v2 03/23] i965: Enable transform feedback for streams 0

2014-06-18 Thread Iago Toral Quiroga
Configure hardware to read vertex data for all streams and have all streams write their varyings to the corresponsing output buffers. --- src/mesa/drivers/dri/i965/gen7_sol_state.c | 67 +++--- 1 file changed, 43 insertions(+), 24 deletions(-) diff --git

Re: [Mesa-dev] [PATCH v2 03/23] i965: Enable transform feedback for streams 0

2014-06-18 Thread Ian Romanick
Reviewed-by: Ian Romanick ian.d.roman...@intel.com On 06/18/2014 02:51 AM, Iago Toral Quiroga wrote: Configure hardware to read vertex data for all streams and have all streams write their varyings to the corresponsing output buffers. --- src/mesa/drivers/dri/i965/gen7_sol_state.c | 67