summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_gs_visitor.h
Commit message (Expand)AuthorAgeFilesLines
* i965/vec4: Move c->last_scratch into vec4_visitor.Kenneth Graunke2015-07-091-1/+0
* i965/vec4: Plumb log_data through so the backend_shader field gets set.Kenneth Graunke2015-07-091-0/+1
* i965: Remove the brw_context from the visitorsJason Ekstrand2015-06-231-1/+1
* i965: Pull calls to get_shader_time_index out of the visitorJason Ekstrand2015-06-231-1/+2
* i965: Move program key structures to brw_program.h.Kenneth Graunke2014-12-021-9/+0
* i965/gen6/gs: Add initial implementation for a gen6 geometry shader visitor.Iago Toral Quiroga2014-09-191-1/+1
* i965/gs: Set control data bits for vertices emitted in stream mode.Iago Toral Quiroga2014-06-301-0/+1
* i965: Merge resolving of shader program sourceTopi Pohjolainen2014-03-051-1/+0
* i965/gs: Add the ability to compile a DUAL_INSTANCED geometry shader.Paul Berry2013-10-241-1/+2
* i965/vec4: Add the ability to suppress register spilling.Paul Berry2013-10-241-1/+2
* i965/gs: Stop storing an input VUE map in the GS program key.Paul Berry2013-09-161-1/+2
* i965/gs: implement EndPrimitive() functionality in the visitor.Paul Berry2013-09-111-0/+2
* i965/gs: Set control data header size/format appropriately for EndPrimitive().Paul Berry2013-09-111-0/+3
* i965/gs: make the state atom for compiling Gen7 geometry shaders.Paul Berry2013-08-311-0/+13
* i965: Rename user-defined gs structs from vec4_gs to gs.Paul Berry2013-08-311-6/+6
* i965/gs: add GS visitors.Paul Berry2013-08-231-0/+91