diff --git a/.pick_status.json b/.pick_status.json index 1eeb20ee6c8..2884d6c72ae 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -130,7 +130,7 @@ "description": "zink: add z32s8 as mandatory GL3.0 profile attachment format", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null }, diff --git a/src/gallium/drivers/zink/VP_ZINK_requirements.json b/src/gallium/drivers/zink/VP_ZINK_requirements.json index a75557bf49f..ca6995a009f 100644 --- a/src/gallium/drivers/zink/VP_ZINK_requirements.json +++ b/src/gallium/drivers/zink/VP_ZINK_requirements.json @@ -100,6 +100,15 @@ "VkPhysicalDeviceConditionalRenderingFeaturesEXT": { "conditionalRendering": true } + }, + "formats": { + "VK_FORMAT_D32_SFLOAT_S8_UINT": { + "VkFormatProperties": { + "optimalTilingFeatures": [ + "VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT" + ] + } + } } }, "gl31_baseline": {