zink: add VK_EXT_pipeline_creation_cache_control
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 8 Oct 2020 12:46:19 +0000 (08:46 -0400)
committerMarge Bot <eric+marge@anholt.net>
Mon, 12 Oct 2020 18:26:56 +0000 (18:26 +0000)
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 bb9f1f8..08f49da 100644 (file)
@@ -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.