diff options
author | Lionel Landwerlin <[email protected]> | 2019-01-24 12:03:56 +0000 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-01-17 18:27:29 +0000 |
commit | ddb80f9276b940ae1e8a3473a8d0a1ad3402536e (patch) | |
tree | 6f812efb7fa92c13f4db80eb9bb1f34b007383b3 /docs/features.txt | |
parent | 4bdf8547f4dc1a383bf4e67110f44610a3790189 (diff) |
anv: enable VK_KHR_swapchain_mutable_format
Enable new tests in dEQP-VK.image.swapchain_mutable.*
Reviewed-by: Jason Ekstrand <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3434>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3434>
Diffstat (limited to 'docs/features.txt')
-rw-r--r-- | docs/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index fc85970d06c..d3790bc269c 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -473,7 +473,7 @@ Khronos extensions that are not part of any Vulkan version: VK_KHR_surface DONE (anv, radv) VK_KHR_surface_protected_capabilities DONE (anv, radv) VK_KHR_swapchain DONE (anv, radv) - VK_KHR_swapchain_mutable_format not started + VK_KHR_swapchain_mutable_format DONE (anv) VK_KHR_uniform_buffer_standard_layout DONE (anv, radv) VK_KHR_vulkan_memory_model not started VK_KHR_wayland_surface DONE (anv, radv) |