summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2021-03-15 07:53:24 +1000
committerMarge Bot <eric+marge@anholt.net>2021-03-15 00:06:58 +0000
commitdb8e2aad5e3ccae2e5c10275d2cd2e4d4424b3bd (patch)
tree425b94c3ce69259a7d5b2be3c75d55ed873937d9 /docs
parent7e412a5d334cde62d07cfd1bec7cdec678a6e0f6 (diff)
lavapipe: enable KHR_uniform_buffer_standard_layout
I think the frontend should handle all of this fine. Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9590>
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 034f4c42352..e77c232a611 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -463,7 +463,7 @@ Vulkan 1.2 -- all DONE: anv
VK_KHR_shader_subgroup_extended_types DONE (anv/gen8+, radv)
VK_KHR_spirv_1_4 DONE (anv, radv)
VK_KHR_timeline_semaphore DONE (anv, radv)
- VK_KHR_uniform_buffer_standard_layout DONE (anv, radv)
+ VK_KHR_uniform_buffer_standard_layout DONE (anv, lvp, radv)
VK_KHR_vulkan_memory_model DONE (anv, radv)
VK_EXT_descriptor_indexing DONE (anv/gen9+, radv)
VK_EXT_host_query_reset DONE (anv, radv, tu)