aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/genX_state.c
Commit message (Collapse)AuthorAgeFilesLines
* anv: Fix backwards shadow comparisonsKenneth Graunke2016-03-041-10/+21
| | | | | | | | | | sample_c is backwards from what GL and Vulkan expect. See intel_state.c in i965. v2: Drop unused vk_to_gen_compare_op. Reviewed-by: Jason Ekstrand <[email protected]>
* genxml: Make the border color pointer consistent across gensJason Ekstrand2016-03-011-5/+1
|
* anv: Unify gen7 and gen8 stateJason Ekstrand2016-03-011-0/+263
Now that we've pulled surface state setup into ISL, there's not much to do here.