Mesa (main): zink: codegen for Win32 external object extensions

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun May 15 20:23:01 UTC 2022


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

Author: Sidney Just <justsid at x-plane.com>
Date:   Tue Mar 22 22:56:08 2022 -0700

zink: codegen for Win32 external object extensions

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15504>

---

 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 78640f2c496..8e96979f8ff 100644
--- a/src/gallium/drivers/zink/zink_device_info.py
+++ b/src/gallium/drivers/zink/zink_device_info.py
@@ -71,6 +71,8 @@ EXTENSIONS = [
     Extension("VK_KHR_synchronization2",
               alias="sync2",
               features=True),
+    Extension("VK_KHR_external_memory_win32"),
+    Extension("VK_KHR_external_semaphore_win32"),
     Extension("VK_EXT_external_memory_dma_buf"),
     Extension("VK_EXT_queue_family_foreign"),
     Extension("VK_KHR_swapchain_mutable_format"),



More information about the mesa-commit mailing list