zink: fix incorrect requirements
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 16 Nov 2022 11:53:57 +0000 (12:53 +0100)
committerEric Engestrom <eric@engestrom.ch>
Wed, 30 Nov 2022 21:12:42 +0000 (21:12 +0000)
These were in the wrong list all along.

Fixes: a466c2a7839 ("zink: check for stores and atomics features")
Fixes: 2644835f039 ("zink: add missing required feature")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19779>
(cherry picked from commit 754353c4170918f592e499a370dc90c60c271cff)

.pick_status.json
docs/drivers/zink.rst

index a3a0313..f23b500 100644 (file)
         "description": "zink: fix incorrect requirements",
         "nominated": true,
         "nomination_type": 1,
-        "resolution": 0,
+        "resolution": 1,
         "main_sha": null,
         "because_sha": "a466c2a783908899f646d4c2df38d11c74724a85"
     },
index 4505ea9..cf5476f 100644 (file)
@@ -173,15 +173,15 @@ supported:
 
   * ``shaderStorageImageExtendedFormats``
   * ``shaderStorageImageWriteWithoutFormat``
+  * ``vertexPipelineStoresAndAtomics``
+  * ``fragmentStoresAndAtomics``
+  * ``textureCompressionBC``
 
 * For Vulkan 1.2 and above:
 
   * ``VkPhysicalDeviceVulkan11Features``:
 
     * ``shaderDrawParameters``
-    * ``vertexPipelineStoresAndAtomics``
-    * ``fragmentStoresAndAtomics``
-    * ``textureCompressionBC``
 
 * For Vulkan 1.1 and below: