diff options
author | Bas Nieuwenhuizen <[email protected]> | 2020-01-16 03:07:32 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-01-24 10:47:07 +0000 |
commit | 1b447bd2e6f73b48945ab250d79eca0a53f23e0e (patch) | |
tree | b6d25130339626f17e20dc53322e5225f1a2c31e /docs | |
parent | b103157a0e7e2d2e669df0c8169cfc1c719aa9d2 (diff) |
radv: Expose VK_KHR_swapchain_mutable_format.
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2354
Reviewed-by: Samuel Pitoiset <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3425>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3425>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 2 | ||||
-rw-r--r-- | docs/relnotes/new_features.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 39316d30da8..a669c414bb1 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 DONE (anv) + VK_KHR_swapchain_mutable_format DONE (anv, radv) VK_KHR_uniform_buffer_standard_layout DONE (anv, radv) VK_KHR_vulkan_memory_model not started VK_KHR_wayland_surface DONE (anv, radv) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index c1e173b43c4..55cec054a3c 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -9,5 +9,6 @@ VK_AMD_shader_fragment_mask on RADV. VK_EXT_subgroup_size_control on RADV. VK_KHR_separate_depth_stencil_layouts on Intel, RADV. VK_KHR_shader_subgroup_extended_types on RADV. +VK_KHR_swapchain_mutable_format on RADV. Vulkan 1.2 on Intel, RADV. GL_INTEL_shader_integer_functions2 and VK_INTEL_shader_integer_functions2 on Intel. |