summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2022-03-04 12:29:52 -0800
committerMarge Bot <emma+marge@anholt.net>2022-04-02 19:55:40 +0000
commit51b04a7dfbc20e5da6e45d514773f0e22bb2b331 (patch)
tree4d2cb2ea89b9483ecea7531a81cf8bc37c6757a9 /docs
parent44aff2beec8de4d971005a6d5abff1327b955969 (diff)
turnip: Add support for VK_KHR_format_feature_flags2.
This reports all of our storage formats as supporting read/write without format, since we don't have any in-shader format conversions. Similarly, shadow comparisons were already supported on all the depth formats. This extension is required for VK 1.3. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15293>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index c21d16ba4d4..9ee43f92dd1 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -474,7 +474,7 @@ Vulkan 1.3 -- all DONE: anv, radv, lvp
VK_KHR_copy_commands2 DONE (anv, lvp, radv, tu, v3dv)
VK_KHR_dynamic_rendering DONE (anv, lvp, radv)
- VK_KHR_format_feature_flags2 DONE (anv, radv)
+ VK_KHR_format_feature_flags2 DONE (anv, radv, tu)
VK_KHR_maintenance4 DONE (anv, radv)
VK_KHR_shader_non_semantic_info DONE (anv, radv, tu, v3dv)
VK_KHR_shader_terminate_invocation DONE (anv, radv, tu)