summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_gs_surface_state.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-15i965: Fold ABO state upload code into the SSBO/UBO state upload code.Kenneth Graunke1-22/+0
2017-09-26i965: Convert brw->*_program into a brw->programs[i] array.Kenneth Graunke1-3/+4
2017-09-18i965: rename BRW_NEW_FAST_CLEAR_COLOR to BRW_NEW_AUX_STATEIago Toral Quiroga1-1/+1
2017-08-23i965: Drop BRW_NEW_BLORP from SURFACE_STATE setup code.Kenneth Graunke1-4/+0
2017-08-23i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.Kenneth Graunke1-0/+1
2017-01-23mesa: use gl_program for CurrentProgram rather than gl_shader_programTimothy Arceri1-6/+2
2017-01-06i965: pass gl_program to brw_upload_ubo_surfaces()Timothy Arceri1-2/+2
2017-01-06st/mesa/glsl/i965: move ImageUnits and ImageAccess fields to gl_programTimothy Arceri1-6/+3
2016-11-19glsl/i965: move per stage AtomicBuffers list to gl_programTimothy Arceri1-6/+2
2016-11-17i965: get num_abos from shader_info rather than gl_linked_shaderTimothy Arceri1-2/+3
2016-11-17i965: get num_images from shader_info rather than gl_linked_shaderTimothy Arceri1-2/+3
2016-10-26i965: replace brw_geomerty_program with brw_programTimothy Arceri1-2/+1
2016-10-26i965/mesa/st: eliminate gl_geometry_programTimothy Arceri1-1/+1
2016-10-05i965: Eliminate brw->gs.prog_data pointer.Kenneth Graunke1-6/+6
2016-08-23i965: use new subroutine index uploader.Dave Airlie1-0/+2
2016-04-23i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke1-0/+4
2015-12-07i965/state: Get rid of dword_pitch arguments to buffer functionsJason Ekstrand1-4/+2
2015-10-27glsl: keep track of intra-stage indices for atomicsTimothy Arceri1-2/+2
2015-10-09i965: Use _mesa_is_image_unit_valid() instead of gl_image_unit::_Valid.Francisco Jerez1-1/+2
2015-08-11i965: Hook up image state upload.Francisco Jerez1-0/+25
2015-06-01i965: Use proper pitch for scalar GS pull constants and UBOs.Kenneth Graunke1-3/+7
2014-12-10i965: Add new SIMD8 VS prog data flagKristian Høgsberg1-1/+1
2014-12-02i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke1-5/+5
2014-12-02i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke1-6/+6
2014-11-29i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke1-4/+7
2014-07-02i965: Merge VS/GS and WM pull constant buffer upload paths.Eric Anholt1-3/+3
2014-03-25mesa/sso: rename Shader to the pointer _ShaderGregory Hainaut1-2/+2
2014-01-21mesa: Fold long lines introduced by the previous patch.Paul Berry1-2/+4
2014-01-21mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...Paul Berry1-2/+2
2013-10-29i965: Implement ABO surface state emission.Francisco Jerez1-0/+23
2013-10-15i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.Eric Anholt1-3/+3
2013-09-19i965: Move binding table code to a new file, brw_binding_tables.c.Kenneth Graunke1-34/+0
2013-09-19i965: Generalize brw_vec4_upload_binding_table() beyond vec4 stages.Kenneth Graunke1-2/+3
2013-08-31i965/gs: Implement support for geometry shader surfaces.Paul Berry1-0/+122