From f1eb8b2fcfa9b45e48d504c9d6166d01ff2c306c Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 16 Nov 2022 12:53:57 +0100 Subject: [PATCH] zink: fix incorrect requirements 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: (cherry picked from commit 754353c4170918f592e499a370dc90c60c271cff) --- .pick_status.json | 2 +- docs/drivers/zink.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index a3a0313b738..f23b500f196 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1741,7 +1741,7 @@ "description": "zink: fix incorrect requirements", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "a466c2a783908899f646d4c2df38d11c74724a85" }, diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index 4505ea9acf8..cf5476feda5 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -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: