aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_gs_surface_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Merge VS/GS and WM pull constant buffer upload paths.Eric Anholt2014-07-021-3/+3
* mesa/sso: rename Shader to the pointer _ShaderGregory Hainaut2014-03-251-2/+2
* mesa: Fold long lines introduced by the previous patch.Paul Berry2014-01-211-2/+4
* mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...Paul Berry2014-01-211-2/+2
* i965: Implement ABO surface state emission.Francisco Jerez2013-10-291-0/+23
* i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.Eric Anholt2013-10-151-3/+3
* i965: Move binding table code to a new file, brw_binding_tables.c.Kenneth Graunke2013-09-191-34/+0
* i965: Generalize brw_vec4_upload_binding_table() beyond vec4 stages.Kenneth Graunke2013-09-191-2/+3
* i965/gs: Implement support for geometry shader surfaces.Paul Berry2013-08-311-0/+122