zink: fix incorrect requirements

These were in the wrong list all along.

Fixes: a466c2a783 ("zink: check for stores and atomics features")
Fixes: 2644835f03 ("zink: add missing required feature")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19779>
(cherry picked from commit 754353c417)
This commit is contained in:
Erik Faye-Lund 2022-11-16 12:53:57 +01:00 committed by Eric Engestrom
parent e58d22220a
commit f1eb8b2fcf
2 changed files with 4 additions and 4 deletions

View file

@ -1741,7 +1741,7 @@
"description": "zink: fix incorrect requirements",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "a466c2a783908899f646d4c2df38d11c74724a85"
},

View 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: