aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_gs_surface_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Fold ABO state upload code into the SSBO/UBO state upload code.Kenneth Graunke2017-11-151-22/+0
* i965: Convert brw->*_program into a brw->programs[i] array.Kenneth Graunke2017-09-261-3/+4
* i965: rename BRW_NEW_FAST_CLEAR_COLOR to BRW_NEW_AUX_STATEIago Toral Quiroga2017-09-181-1/+1
* i965: Drop BRW_NEW_BLORP from SURFACE_STATE setup code.Kenneth Graunke2017-08-231-4/+0
* i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.Kenneth Graunke2017-08-231-0/+1
* mesa: use gl_program for CurrentProgram rather than gl_shader_programTimothy Arceri2017-01-231-6/+2
* i965: pass gl_program to brw_upload_ubo_surfaces()Timothy Arceri2017-01-061-2/+2
* st/mesa/glsl/i965: move ImageUnits and ImageAccess fields to gl_programTimothy Arceri2017-01-061-6/+3
* glsl/i965: move per stage AtomicBuffers list to gl_programTimothy Arceri2016-11-191-6/+2
* i965: get num_abos from shader_info rather than gl_linked_shaderTimothy Arceri2016-11-171-2/+3
* i965: get num_images from shader_info rather than gl_linked_shaderTimothy Arceri2016-11-171-2/+3
* i965: replace brw_geomerty_program with brw_programTimothy Arceri2016-10-261-2/+1
* i965/mesa/st: eliminate gl_geometry_programTimothy Arceri2016-10-261-1/+1
* i965: Eliminate brw->gs.prog_data pointer.Kenneth Graunke2016-10-051-6/+6
* i965: use new subroutine index uploader.Dave Airlie2016-08-231-0/+2
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-231-0/+4
* i965/state: Get rid of dword_pitch arguments to buffer functionsJason Ekstrand2015-12-071-4/+2
* glsl: keep track of intra-stage indices for atomicsTimothy Arceri2015-10-271-2/+2
* i965: Use _mesa_is_image_unit_valid() instead of gl_image_unit::_Valid.Francisco Jerez2015-10-091-1/+2
* i965: Hook up image state upload.Francisco Jerez2015-08-111-0/+25
* i965: Use proper pitch for scalar GS pull constants and UBOs.Kenneth Graunke2015-06-011-3/+7
* i965: Add new SIMD8 VS prog data flagKristian Høgsberg2014-12-101-1/+1
* i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke2014-12-021-5/+5
* i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke2014-12-021-6/+6
* i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke2014-11-291-4/+7
* 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