Module: Mesa Branch: master Commit: 85dfe6118a2b4c44dc6ffc5af5581e81e701be3e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=85dfe6118a2b4c44dc6ffc5af5581e81e701be3e
Author: Mike Blumenkrantz <[email protected]> Date: Sat Oct 10 10:53:46 2020 -0400 zink: enable VK_EXT_shader_stencil_export 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 08f49dad655..159502b89d0 100644 --- a/src/gallium/drivers/zink/zink_device_info.py +++ b/src/gallium/drivers/zink/zink_device_info.py @@ -64,6 +64,7 @@ def EXTENSIONS(): 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"), + Extension("VK_EXT_shader_stencil_export", alias="stencil_export"), ] # There exists some inconsistencies regarding the enum constants, fix them. _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
