summaryrefslogtreecommitdiff
path: root/docs/relnotes
diff options
context:
space:
mode:
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>2020-01-16 03:07:32 +0100
committerMarge Bot <eric+marge@anholt.net>2020-01-24 10:47:07 +0000
commit1b447bd2e6f73b48945ab250d79eca0a53f23e0e (patch)
treeb6d25130339626f17e20dc53322e5225f1a2c31e /docs/relnotes
parentb103157a0e7e2d2e669df0c8169cfc1c719aa9d2 (diff)
radv: Expose VK_KHR_swapchain_mutable_format.
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2354 Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> 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/relnotes')
-rw-r--r--docs/relnotes/new_features.txt1
1 files changed, 1 insertions, 0 deletions
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.