Mesa (main): zink: hook up VK_KHR_dedicated_allocation

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jul 19 23:53:39 UTC 2021


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Mon Jul 19 11:33:59 2021 -0400

zink: hook up VK_KHR_dedicated_allocation

Reviewed-by: Dave Airlie <airlied at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11958>

---

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

diff --git a/src/gallium/drivers/zink/zink_device_info.py b/src/gallium/drivers/zink/zink_device_info.py
index 6e295784c55..205e2d6d7f6 100644
--- a/src/gallium/drivers/zink/zink_device_info.py
+++ b/src/gallium/drivers/zink/zink_device_info.py
@@ -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))



More information about the mesa-commit mailing list