zink: use KHR version of maint5 features
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 30 Nov 2023 11:43:47 +0000 (12:43 +0100)
committerEric Engestrom <eric@engestrom.ch>
Wed, 3 Jan 2024 12:03:02 +0000 (12:03 +0000)
This is still not in Vulkan core, so we can't refer to it without the
KHR suffix.

Fixes: f501f9453ad ("zink: use maintenance5")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26419>
(cherry picked from commit 5024b212b6224a67d60d472c12062639185a3916)

.pick_status.json
src/gallium/drivers/zink/VP_ZINK_requirements.json

index 7f26a41..cb50a26 100644 (file)
@@ -54,7 +54,7 @@
         "description": "zink: use KHR version of maint5 features",
         "nominated": true,
         "nomination_type": 1,
-        "resolution": 0,
+        "resolution": 1,
         "main_sha": null,
         "because_sha": "f501f9453adc7024584e9d9598754c55c36d20f3",
         "notes": null
index 9ec7bc1..a1a09d8 100644 (file)
                 "VkPhysicalDeviceMaintenance4Features": {
                     "maintenance4": true
                 },
-                "VkPhysicalDeviceMaintenance5Features": {
+                "VkPhysicalDeviceMaintenance5FeaturesKHR": {
                     "maintenance5": true
                 }
             },