From: Mike Blumenkrantz Date: Sat, 10 Oct 2020 14:53:46 +0000 (-0400) Subject: zink: enable VK_EXT_shader_stencil_export X-Git-Tag: upstream/21.0.0~4341 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85dfe6118a2b4c44dc6ffc5af5581e81e701be3e;p=platform%2Fupstream%2Fmesa.git zink: enable VK_EXT_shader_stencil_export Reviewed-by: Erik Faye-Lund Part-of: --- diff --git a/src/gallium/drivers/zink/zink_device_info.py b/src/gallium/drivers/zink/zink_device_info.py index 08f49da..159502b 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.