Skip to content

vulkan: Move helper functions for depth/stencil images to vk_image and use them in turnip

Hyunjun Ko requested to merge zzoon/mesa:ds_separte_layout into main

Now we would have 3 very similar helper functions for d/s images (in anv, rad, tu), which is, I think, enough to share with all of them.

This MR also includes to enable VK_KHR_separate_depth_stencil_layouts in turnip.

Edited by Matt Turner

Merge request reports