zink: hook up VK_KHR_dedicated_allocation
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 19 Jul 2021 15:33:59 +0000 (11:33 -0400)
committerMarge Bot <eric+marge@anholt.net>
Mon, 19 Jul 2021 23:34:21 +0000 (23:34 +0000)
Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11958>

src/gallium/drivers/zink/zink_device_info.py

index 6e29578..205e2d6 100644 (file)
@@ -176,6 +176,8 @@ EXTENSIONS = [
         alias="line_rast",
         properties=True,
         features=True),
+    Extension("VK_KHR_dedicated_allocation",
+        alias="dedicated"),
 ]
 
 # constructor: Versions(device_version(major, minor, patch), struct_version(major, minor))