aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_tes_surface_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* 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_tess_{eval,ctrl}_program with brw_programTimothy Arceri2016-10-261-2/+1
* i965/mesa/st: eliminate gl_tess_eval_programTimothy Arceri2016-10-261-1/+1
* i965: Eliminate brw->tes.prog_data pointer.Kenneth Graunke2016-10-051-4/+4
* 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: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM flags.Kenneth Graunke2015-12-221-4/+4
* i965: Add tessellation shader surface support.Kenneth Graunke2015-12-111-0/+144