Mesa (main): zink: hook up VK_KHR_create_renderpass2

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Apr 18 23:55:48 UTC 2022


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Tue Apr 12 14:48:52 2022 -0400

zink: hook up VK_KHR_create_renderpass2

Acked-by: Adam Jackson <ajax at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15904>

---

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

diff --git a/src/gallium/drivers/zink/zink_device_info.py b/src/gallium/drivers/zink/zink_device_info.py
index a2989b557ed..8de8a9645fb 100644
--- a/src/gallium/drivers/zink/zink_device_info.py
+++ b/src/gallium/drivers/zink/zink_device_info.py
@@ -66,6 +66,7 @@ EXTENSIONS = [
     Extension("VK_KHR_external_memory"),
     Extension("VK_KHR_external_memory_fd"),
     Extension("VK_KHR_external_semaphore_fd"),
+    Extension("VK_KHR_create_renderpass2"),
     Extension("VK_KHR_synchronization2",
               alias="sync2",
               features=True),



More information about the mesa-commit mailing list