Module: Mesa
Branch: main
Commit: 33282e750452860918149c0ef6e16c795d3607d8
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=33282e750452860918149c0ef6e16c795d3607d8

Author: Mike Blumenkrantz <michael.blumenkra...@gmail.com>
Date:   Tue Jan  9 09:03:28 2024 -0500

zink: hook up maint6

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

---

 src/gallium/drivers/zink/zink_device_info.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/gallium/drivers/zink/zink_device_info.py 
b/src/gallium/drivers/zink/zink_device_info.py
index c7d2aa4be4a..c35a700e397 100644
--- a/src/gallium/drivers/zink/zink_device_info.py
+++ b/src/gallium/drivers/zink/zink_device_info.py
@@ -69,6 +69,9 @@ EXTENSIONS = [
     Extension("VK_KHR_maintenance5",
               alias="maint5",
               features=True, properties=True),
+    Extension("VK_KHR_maintenance6",
+              alias="maint6",
+              features=True, properties=True),
     Extension("VK_KHR_external_memory"),
     Extension("VK_KHR_external_memory_fd"),
     Extension("VK_KHR_vulkan_memory_model"),

Reply via email to