summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen7_ds_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Eliminate brw->tes.prog_data pointer.Kenneth Graunke2016-10-051-4/+6
* i965: rename max_ds_* variable to max_tes_*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/+2
* 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_DS on Gen7.Kenneth Graunke2015-12-281-11/+54
* i965: Add the TCS/TES state upload atoms to the gen7_atoms list.Kenneth Graunke2015-12-281-15/+0
* 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/+64