Module: Mesa
Branch: main
Commit: 39c8cca34fb72db055df18abf1d473e099f4b05b
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=39c8cca34fb72db055df18abf1d473e099f4b05b

Author: Eric Engestrom <[email protected]>
Date:   Sun Dec  3 19:41:49 2023 +0000

zink/requirements: update feature and property names that have been promoted

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26496>

---

 src/gallium/drivers/zink/VP_ZINK_requirements.json | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/gallium/drivers/zink/VP_ZINK_requirements.json 
b/src/gallium/drivers/zink/VP_ZINK_requirements.json
index a1a09d8fa04..379421fcbbb 100644
--- a/src/gallium/drivers/zink/VP_ZINK_requirements.json
+++ b/src/gallium/drivers/zink/VP_ZINK_requirements.json
@@ -43,13 +43,13 @@
                 "VK_EXT_scalar_block_layout": 1
             },
             "features": {
-                "VkPhysicalDeviceScalarBlockLayoutFeaturesEXT": {
+                "VkPhysicalDeviceScalarBlockLayoutFeatures": {
                     "scalarBlockLayout": true
                 },
-                "VkPhysicalDeviceTimelineSemaphoreFeaturesKHR": {
+                "VkPhysicalDeviceTimelineSemaphoreFeatures": {
                     "timelineSemaphore": true
                 },
-                "VkPhysicalDeviceImagelessFramebufferFeaturesKHR": {
+                "VkPhysicalDeviceImagelessFramebufferFeatures": {
                     "imagelessFramebuffer": true
                 }
             }
@@ -266,7 +266,7 @@
                 "VK_EXT_image_robustness": 1
             },
             "features": {
-                "VkPhysicalDeviceImageRobustnessFeaturesEXT": {
+                "VkPhysicalDeviceImageRobustnessFeatures": {
                     "robustImageAccess": true
                 }
             }
@@ -449,7 +449,7 @@
                 "VK_EXT_dynamic_rendering_unused_attachments": 1
             },
             "features": {
-                "VkPhysicalDeviceDynamicRenderingFeaturesKHR": {
+                "VkPhysicalDeviceDynamicRenderingFeatures": {
                     "dynamicRendering": true
                 },
                 
"VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT": {
@@ -497,7 +497,7 @@
                 "VK_EXT_pipeline_creation_cache_control": 1
             },
             "features": {
-                "VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT": {
+                "VkPhysicalDevicePipelineCreationCacheControlFeatures": {
                     "pipelineCreationCacheControl": true
                 }
             }
@@ -514,7 +514,7 @@
                 "VK_EXT_descriptor_indexing": 1
             },
             "properties": {
-                "VkPhysicalDeviceDescriptorIndexingPropertiesEXT": {
+                "VkPhysicalDeviceDescriptorIndexingProperties": {
                     "robustBufferAccessUpdateAfterBind": true
                 }
             }
@@ -634,7 +634,7 @@
                 "VK_EXT_sampler_filter_minmax": 1
             },
             "properties": {
-                "VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT": {
+                "VkPhysicalDeviceSamplerFilterMinmaxProperties": {
                     "filterMinmaxSingleComponentFormats": true,
                     "filterMinmaxImageComponentMapping": true
                 }

Reply via email to