From 161bb574c9fd8eb072a71b04e94fa82301a7c285 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 16 Nov 2022 12:53:57 +0100 Subject: 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 8feabcfc3a2..348a97016f9 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1093,7 +1093,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 02376898d18..63ed3d5497b 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -169,15 +169,15 @@ supported: * ``shaderStorageImageExtendedFormats`` * ``shaderStorageImageWriteWithoutFormat`` + * ``vertexPipelineStoresAndAtomics`` + * ``fragmentStoresAndAtomics`` + * ``textureCompressionBC`` * For Vulkan 1.2 and above: * ``VkPhysicalDeviceVulkan11Features``: * ``shaderDrawParameters`` - * ``vertexPipelineStoresAndAtomics`` - * ``fragmentStoresAndAtomics`` - * ``textureCompressionBC`` * For Vulkan 1.1 and below: -- cgit v1.2.1