zink: keep gl46_optimal extensions/features sorted
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 30 May 2023 10:15:00 +0000 (12:15 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 30 May 2023 14:24:25 +0000 (14:24 +0000)
These are mostly sorted, which makes it easy to know where to insert new
stuff. Let's make them completely sorted.

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

src/gallium/drivers/zink/VP_ZINK_requirements.json

index 8950339..35f84f1 100644 (file)
                 "VK_EXT_extended_dynamic_state2": 1,
                 "VK_EXT_extended_dynamic_state3": 1,
                 "VK_EXT_graphics_pipeline_library": 1,
-                "VK_KHR_pipeline_library": 1,
-                "VK_EXT_non_seamless_cube_map": 1
+                "VK_EXT_non_seamless_cube_map": 1,
+                "VK_KHR_pipeline_library": 1
             },
             "features": {
-                "VkPhysicalDeviceFeatures": {
-                    "textureCompressionBC": true
-                },
                 "VkPhysicalDeviceExtendedDynamicStateFeaturesEXT": {
                     "extendedDynamicState": true
                 },
                     "extendedDynamicState3LineRasterizationMode": true,
                     "extendedDynamicState3DepthClipNegativeOneToOne": true
                 },
+                "VkPhysicalDeviceFeatures": {
+                    "textureCompressionBC": true
+                },
                 "VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT": {
                     "graphicsPipelineLibrary": true
                 },