[Mesa-dev] [PATCH] i965: Reserve space for Vertex Count in GS outputs.

2014-01-20 Thread Kenneth Graunke
v2: Also increment ir-offset in the GS visitor, rather than at the final assembly generation stage (requested by Paul). Signed-off-by: Kenneth Graunke kenn...@whitecape.org --- src/mesa/drivers/dri/i965/brw_vec4_gs.c | 6 ++ src/mesa/drivers/dri/i965/brw_vec4_gs_visitor.cpp | 7

Re: [Mesa-dev] [PATCH] i965: Reserve space for Vertex Count in GS outputs.

2014-01-20 Thread Paul Berry
On 20 January 2014 22:56, Kenneth Graunke kenn...@whitecape.org wrote: v2: Also increment ir-offset in the GS visitor, rather than at the final assembly generation stage (requested by Paul). Signed-off-by: Kenneth Graunke kenn...@whitecape.org ---