From 8913e8502ddd86426d15703036cb904945a76685 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 8 Sep 2025 13:30:18 +0200 Subject: [PATCH] zink: add missing gpl requirement Without graphicsPipelineLibraryFastLinking, we don't care about VK_KHR_pipeline_library support, so let's add that to the requirements file. Part-of: --- src/gallium/drivers/zink/VP_ZINK_requirements.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/zink/VP_ZINK_requirements.json b/src/gallium/drivers/zink/VP_ZINK_requirements.json index d1cf7ddfdbd..3fb14f2950f 100644 --- a/src/gallium/drivers/zink/VP_ZINK_requirements.json +++ b/src/gallium/drivers/zink/VP_ZINK_requirements.json @@ -463,7 +463,7 @@ }, "properties": { "VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT": { - + "graphicsPipelineLibraryFastLinking": true } } },