summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen7_hs_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Eliminate brw->tcs.prog_data pointer.Kenneth Graunke2016-10-051-6/+8
* i965: rename max_hs_* variables to max_tcs_*Timothy Arceri2016-10-031-1/+1
* i965: get rid of duplicated values from gen_device_infoLionel Landwerlin2016-09-231-1/+2
* i965: use new subroutine index uploader.Dave Airlie2016-08-231-0/+3
* i965: Fix cross-primitive scratch corruption when changing the per-thread all...Francisco Jerez2016-06-131-1/+1
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-231-0/+2
* i965: Emit a real 3DSTATE_HS on Gen7.Kenneth Graunke2015-12-281-11/+47
* i965: Add the TCS/TES state upload atoms to the gen7_atoms list.Kenneth Graunke2015-12-281-15/+0
* i965: Upload HS push constants whenever default tess. levels change.Kenneth Graunke2015-12-221-0/+1
* i965: Switch TCS gl_program/gl_shader_program checks over to TES.Kenneth Graunke2015-12-221-2/+3
* i965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM flags.Kenneth Graunke2015-12-221-2/+2
* i965: Add tessellation shader push constant support.Kenneth Graunke2015-12-111-0/+29
* i965: Create new files for HS/DS/TE state upload code.Kenneth Graunke2015-12-071-0/+65