Skip to content

turnip: implement VK_KHR_depth_stencil_resolve support

Mesa issue: #3333 (closed)

There are some tests failing in gmem path, but the error is in CTS. There is a fix under review in the internal CTS repo. The spec says that the end-of-subpass multisample resolves are treated as color attachment writes for the purposes of synchronization; but these tests had the corresponding image memory barrier's access flag wrongly set to depth write, instead of color write.

Merge request reports