mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 11:20:11 +01:00
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 commit754353c417)
This commit is contained in:
parent
e58d22220a
commit
f1eb8b2fcf
2 changed files with 4 additions and 4 deletions
|
|
@ -1741,7 +1741,7 @@
|
||||||
"description": "zink: fix incorrect requirements",
|
"description": "zink: fix incorrect requirements",
|
||||||
"nominated": true,
|
"nominated": true,
|
||||||
"nomination_type": 1,
|
"nomination_type": 1,
|
||||||
"resolution": 0,
|
"resolution": 1,
|
||||||
"main_sha": null,
|
"main_sha": null,
|
||||||
"because_sha": "a466c2a783908899f646d4c2df38d11c74724a85"
|
"because_sha": "a466c2a783908899f646d4c2df38d11c74724a85"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -173,15 +173,15 @@ supported:
|
||||||
|
|
||||||
* ``shaderStorageImageExtendedFormats``
|
* ``shaderStorageImageExtendedFormats``
|
||||||
* ``shaderStorageImageWriteWithoutFormat``
|
* ``shaderStorageImageWriteWithoutFormat``
|
||||||
|
* ``vertexPipelineStoresAndAtomics``
|
||||||
|
* ``fragmentStoresAndAtomics``
|
||||||
|
* ``textureCompressionBC``
|
||||||
|
|
||||||
* For Vulkan 1.2 and above:
|
* For Vulkan 1.2 and above:
|
||||||
|
|
||||||
* ``VkPhysicalDeviceVulkan11Features``:
|
* ``VkPhysicalDeviceVulkan11Features``:
|
||||||
|
|
||||||
* ``shaderDrawParameters``
|
* ``shaderDrawParameters``
|
||||||
* ``vertexPipelineStoresAndAtomics``
|
|
||||||
* ``fragmentStoresAndAtomics``
|
|
||||||
* ``textureCompressionBC``
|
|
||||||
|
|
||||||
* For Vulkan 1.1 and below:
|
* For Vulkan 1.1 and below:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue