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 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 > --- > src/mesa/drivers/dri/i965/brw_vec4_gs.c | 6 ++ > src/mesa/d

[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 --- src/mesa/drivers/dri/i965/brw_vec4_gs.c | 6 ++ src/mesa/drivers/dri/i965/brw_vec4_gs_visitor.cpp | 7 +++ 2 files cha