summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-11-16 12:53:57 +0100
committerDylan Baker <dylan.c.baker@intel.com>2022-11-28 13:01:16 -0800
commit161bb574c9fd8eb072a71b04e94fa82301a7c285 (patch)
treec95a30dd3928ed9542887cbea0009d14ca5e9f93
parent074803832bfbb0f59d9653877526968d2b91bd36 (diff)
downloadmesa-161bb574c9fd8eb072a71b04e94fa82301a7c285.tar.gz
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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19779> (cherry picked from commit 754353c4170918f592e499a370dc90c60c271cff)
-rw-r--r--.pick_status.json2
-rw-r--r--docs/drivers/zink.rst6
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: