Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | anv: Fix backwards shadow comparisons | Kenneth Graunke | 2016-03-04 | 1 | -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 gens | Jason Ekstrand | 2016-03-01 | 1 | -5/+1 |
| | |||||
* | anv: Unify gen7 and gen8 state | Jason Ekstrand | 2016-03-01 | 1 | -0/+263 |
Now that we've pulled surface state setup into ISL, there's not much to do here. |