zink: add VK_EXT_custom_border_color
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 3 Aug 2020 12:32:43 +0000 (08:32 -0400)
committerMarge Bot <eric+marge@anholt.net>
Mon, 12 Oct 2020 18:26:56 +0000 (18:26 +0000)
just the screen stuff

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7099>

src/gallium/drivers/zink/zink_device_info.py

index b0d1400..afcabce 100644 (file)
@@ -60,6 +60,7 @@ def EXTENSIONS():
         Extension("VK_EXT_robustness2",              alias="rb2", properties=True, feature="nullDescriptor"),
         Extension("VK_EXT_vertex_attribute_divisor", alias="vdiv", properties=True, feature="vertexAttributeInstanceRateDivisor"),
         Extension("VK_EXT_calibrated_timestamps"),
+        Extension("VK_EXT_custom_border_color",      alias="border_color", properties=True, feature="customBorderColors"),
     ]
 
 # There exists some inconsistencies regarding the enum constants, fix them.