Skip to content

turnip: VK_EXT_robustness2

Connor Abbott requested to merge cwabbott0/mesa:review/tu-robustness2 into master

This extension is used by DXVK to implement a few guarantees that DX makes, and to more efficiently implement null descriptors.

This depends on !7571 (merged) to be able to compile some tests. There are a more failures remaining, however, from tests which use a large constant array in a loop and purposely don't unroll the loop. These will need !5810 (merged) or !7386 (merged) to pass, although it seems our CTS coverage doesn't include any of them.

Merge request reports