Mesa (main): zink: hook up VK_EXT_border_color_swizzle

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 17 01:46:16 UTC 2022


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Tue Jun 14 09:55:13 2022 -0400

zink: hook up VK_EXT_border_color_swizzle

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

---

 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 6e076d89813..15b5ef49c2b 100644
--- a/src/gallium/drivers/zink/zink_device_info.py
+++ b/src/gallium/drivers/zink/zink_device_info.py
@@ -168,6 +168,9 @@ EXTENSIONS = [
     Extension("VK_EXT_non_seamless_cube_map",
         alias="nonseamless",
         features=True),
+    Extension("VK_EXT_border_color_swizzle",
+        alias="border_swizzle",
+        features=True),
     Extension("VK_EXT_blend_operation_advanced",
         alias="blend",
         properties=True,



More information about the mesa-commit mailing list