summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_tcs_surface_state.c
AgeCommit message (Expand)AuthorFilesLines
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-08-16i965: Alphabetize TCS image dirty bitsKenneth Graunke1-1/+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/+3
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_tess_{eval,ctrl}_program with brw_programTimothy Arceri1-2/+1
2016-10-26i965/mesa/st: eliminate gl_tess_ctrl_programTimothy Arceri1-1/+1
2016-10-05i965: Eliminate brw->tcs.prog_data pointer.Kenneth Graunke1-4/+4
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-22i965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM flags.Kenneth Graunke1-4/+4
2015-12-11i965: Add tessellation shader surface support.Kenneth Graunke1-0/+144