diff --git a/src/gallium/drivers/zink/VP_ZINK_requirements.json b/src/gallium/drivers/zink/VP_ZINK_requirements.json index 5e773b96875..8441a9767d5 100644 --- a/src/gallium/drivers/zink/VP_ZINK_requirements.json +++ b/src/gallium/drivers/zink/VP_ZINK_requirements.json @@ -11,6 +11,7 @@ "gl21_baseline": { "extensions": { "VK_KHR_maintenance1": 1, + "VK_KHR_maintenance5": 1, "VK_KHR_create_renderpass2": 1, "VK_KHR_timeline_semaphore": 1, "VK_EXT_custom_border_color": 1, @@ -39,6 +40,9 @@ }, "VkPhysicalDeviceDynamicRenderingFeaturesKHR": { "dynamicRendering": true + }, + "VkPhysicalDeviceMaintenance5FeaturesKHR": { + "maintenance5": true } } }, @@ -155,8 +159,7 @@ "extensions": { "VK_KHR_maintenance2": 1, "VK_KHR_maintenance3": 1, - "VK_KHR_maintenance4": 1, - "VK_KHR_maintenance5": 1 + "VK_KHR_maintenance4": 1 }, "features": { "VkPhysicalDeviceFeatures": { @@ -166,9 +169,6 @@ }, "VkPhysicalDeviceMaintenance4FeaturesKHR": { "maintenance4": true - }, - "VkPhysicalDeviceMaintenance5FeaturesKHR": { - "maintenance5": true } }, "formats": { @@ -404,7 +404,6 @@ "VK_EXT_provoking_vertex": 1, "VK_EXT_attachment_feedback_loop_layout": 1, "VK_EXT_attachment_feedback_loop_dynamic_state": 1, - "VK_KHR_maintenance5": 1, "VK_KHR_maintenance6": 1, "VK_KHR_maintenance7": 1, "VK_KHR_maintenance8": 1, @@ -449,9 +448,6 @@ "VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT": { "attachmentFeedbackLoopDynamicState": true }, - "VkPhysicalDeviceMaintenance5FeaturesKHR": { - "maintenance5": true - }, "VkPhysicalDeviceMaintenance6FeaturesKHR": { "maintenance6": true },