Module: Mesa Branch: master Commit: fa2fd72570cb4efb7426114d7b82a56a8cc8f354 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa2fd72570cb4efb7426114d7b82a56a8cc8f354
Author: Mike Blumenkrantz <[email protected]> Date: Mon Aug 3 08:32:43 2020 -0400 zink: add VK_EXT_custom_border_color just the screen stuff Reviewed-by: Erik Faye-Lund <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7099> --- 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 b0d140079ca..afcabce9451 100644 --- a/src/gallium/drivers/zink/zink_device_info.py +++ b/src/gallium/drivers/zink/zink_device_info.py @@ -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. _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
