summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2022-06-14 09:55:13 -0400
committerMarge Bot <emma+marge@anholt.net>2022-06-17 01:32:25 +0000
commit1effd3be67945713485c615408b7601f0642498e (patch)
treecec8bbe712813b1f55e1b2e1a49af4f3b035b7fc
parentbe4f120476cb2b537126d34949f497210cc4586a (diff)
zink: hook up VK_EXT_border_color_swizzle
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17029>
-rw-r--r--src/gallium/drivers/zink/zink_device_info.py3
1 files changed, 3 insertions, 0 deletions
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,