Module: Mesa Branch: master Commit: 25d13b0ad06949f6262c31e00003e623694215f1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=25d13b0ad06949f6262c31e00003e623694215f1
Author: Mike Blumenkrantz <[email protected]> Date: Thu Oct 8 08:46:19 2020 -0400 zink: add VK_EXT_pipeline_creation_cache_control 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 bb9f1f81873..08f49dad655 100644 --- a/src/gallium/drivers/zink/zink_device_info.py +++ b/src/gallium/drivers/zink/zink_device_info.py @@ -63,6 +63,7 @@ def EXTENSIONS(): Extension("VK_EXT_custom_border_color", alias="border_color", properties=True, feature="customBorderColors"), Extension("VK_EXT_blend_operation_advanced", alias="blend", properties=True), Extension("VK_EXT_extended_dynamic_state", alias="dynamic_state", feature="extendedDynamicState"), + Extension("VK_EXT_pipeline_creation_cache_control", alias="pipeline_cache_control", feature="pipelineCreationCacheControl"), ] # There exists some inconsistencies regarding the enum constants, fix them. _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
