aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_gs.c
Commit message (Expand)AuthorAgeFilesLines
* i965/gs: Set number of control data bits for stream mode.Iago Toral Quiroga2014-06-301-4/+5
* i965/vec4/gs: Silence warning about unused 'success' in release build.Matt Turner2014-06-171-0/+1
* mesa/sso: rename Shader to the pointer _ShaderGregory Hainaut2014-03-251-1/+1
* i965: Allocate vec4_visitor's uniform_size and uniform_vector_size arrays dyn...Petri Latvala2014-02-281-0/+5
* i965: support instanced GS on gen7Jordan Justen2014-02-201-0/+2
* i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...Francisco Jerez2014-02-191-14/+7
* mesa: Fold long lines introduced by the previous patch.Paul Berry2014-01-211-2/+3
* mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...Paul Berry2014-01-211-1/+1
* i965: Reserve space for "Vertex Count" in GS outputs.Kenneth Graunke2014-01-211-0/+6
* i965/gs: Set GS prog_data to NULL if there is no GS program.Paul Berry2013-11-261-0/+7
* i965/gs: Precompile geometry shaders.Paul Berry2013-10-241-0/+34
* glsl: Move UsesClipDistance from gl_{vertex,geometry}_program into gl_program.Paul Berry2013-10-241-1/+2
* i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.Eric Anholt2013-10-151-0/+2
* i965: Remove dead arguments from prog_data_compare.Eric Anholt2013-10-151-2/+1
* i965: Fix brw_gs_prog_data_compare to actually check field members.Kenneth Graunke2013-09-191-1/+1
* i965/gs: Implement basic gl_PrimitiveIDIn functionality.Paul Berry2013-09-171-0/+3
* i965/gs: Stop storing an input VUE map in the GS program key.Paul Berry2013-09-161-2/+4
* i965/gen6+: Remove VUE map dependency on userclip_active.Paul Berry2013-09-161-3/+12
* i965/gs: Set control data header size/format appropriately for EndPrimitive().Paul Berry2013-09-111-0/+33
* i965/gs: make the state atom for compiling Gen7 geometry shaders.Paul Berry2013-08-311-0/+287