i965/vec4: Move c->last_scratch into vec4_visitor.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_gs_visitor.h
2015-07-10 Kenneth Graunkei965/vec4: Move c->last_scratch into vec4_visitor.
2015-07-10 Kenneth Graunkei965/vec4: Plumb log_data through so the backend_shader...
2015-06-23 Jason Ekstrandi965: Remove the brw_context from the visitors
2015-06-23 Jason Ekstrandi965: Pull calls to get_shader_time_index out of the...
2014-12-03 Kenneth Graunkei965: Move program key structures to brw_program.h.
2014-09-19 Iago Toral Quirogai965/gen6/gs: Add initial implementation for a gen6...
2014-06-30 Iago Toral Quirogai965/gs: Set control data bits for vertices emitted...
2014-03-05 Topi Pohjolaineni965: Merge resolving of shader program source
2013-10-25 Paul Berryi965/gs: Add the ability to compile a DUAL_INSTANCED...
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.