summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen7_ds_state.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-21i965: Drop AUB_TRACE_* stuff.Kenneth Graunke1-2/+1
2016-10-26i965: replace brw_tess_{eval,ctrl}_program with brw_programTimothy Arceri1-2/+1
2016-10-26i965/mesa/st: eliminate gl_tess_eval_programTimothy Arceri1-2/+2
2016-10-05i965: Eliminate brw->tes.prog_data pointer.Kenneth Graunke1-4/+6
2016-10-03i965: rename max_ds_* variable to max_tes_*Timothy Arceri1-1/+1
2016-09-23i965: get rid of duplicated values from gen_device_infoLionel Landwerlin1-1/+2
2016-08-23i965: use new subroutine index uploader.Dave Airlie1-0/+2
2016-06-13i965: Fix cross-primitive scratch corruption when changing the per-thread all...Francisco Jerez1-1/+1
2016-04-23i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke1-0/+2
2015-12-28i965: Emit a real 3DSTATE_DS on Gen7.Kenneth Graunke1-11/+54
2015-12-28i965: Add the TCS/TES state upload atoms to the gen7_atoms list.Kenneth Graunke1-15/+0
2015-12-22i965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM flags.Kenneth Graunke1-2/+2
2015-12-11i965: Add tessellation shader push constant support.Kenneth Graunke1-0/+29
2015-12-07i965: Create new files for HS/DS/TE state upload code.Kenneth Graunke1-0/+64