i965/vec4: Add the ability to suppress register spilling.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_gs_visitor.h
2013-10-25 Paul Berryi965/vec4: Add the ability to suppress register spilling.
2013-09-16 Paul Berryi965/gs: Stop storing an input VUE map in the GS progra...
2013-09-11 Paul Berryi965/gs: implement EndPrimitive() functionality in...
2013-09-11 Paul Berryi965/gs: Set control data header size/format appropriat...
2013-09-01 Paul Berryi965/gs: make the state atom for compiling Gen7 geometr...
2013-09-01 Paul Berryi965: Rename user-defined gs structs from vec4_gs to gs.
2013-08-23 Paul Berryi965/gs: add GS visitors.