zink: add z32s8 as mandatory GL3.0 profile attachment format
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 20 Apr 2023 18:03:19 +0000 (14:03 -0400)
committerMarge Bot <emma+marge@anholt.net>
Mon, 24 Apr 2023 14:33:58 +0000 (14:33 +0000)
fixes #8616

cc: mesa-stable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22608>

src/gallium/drivers/zink/VP_ZINK_requirements.json

index a75557b..ca6995a 100644 (file)
                 "VkPhysicalDeviceConditionalRenderingFeaturesEXT": {
                     "conditionalRendering": true
                 }
+            },
+            "formats": {
+                "VK_FORMAT_D32_SFLOAT_S8_UINT": {
+                    "VkFormatProperties": {
+                        "optimalTilingFeatures": [
+                            "VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT"
+                        ]
+                    }
+                }
             }
         },
         "gl31_baseline": {