i965: Reserve space for "Vertex Count" in GS outputs.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 6 Nov 2013 00:55:06 +0000 (16:55 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 21 Jan 2014 08:20:14 +0000 (00:20 -0800)
commitad04e396faaddce926ee1146f0da12b30aee7b87
tree643e84c8bb3f6f86e1a36e4566fdc73d8e52f889
parent94c0a11b199fb299ee1b2ea38154df5d5e621a64
i965: Reserve space for "Vertex Count" in GS outputs.

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 <kenneth@whitecape.org>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/i965/brw_vec4_gs.c
src/mesa/drivers/dri/i965/brw_vec4_gs_visitor.cpp