Skip to content

turnip: Add support for VK_EXT_separate_stencil_usage.

Emma Anholt requested to merge anholt/mesa:tu-stencil-usage into master

We were implictly including it in exposing VK 1.2, but we weren't making use of the supplied struct. Actually enabling it gives us a chance to do slightly better at Z/S UBWC, and means we won't lose the separate usage test coverage when switching back to exposing VK 1.1.

Edited by Emma Anholt

Merge request reports