radv: Enable EXT_swapchain_colorspace

This extension is basically a no-op exposing some new enums.

Signed-off-by: Joshua Ashton <joshua@froggi.es>

Reviewed-by: Hans-Kristian Arntzen <post@arntzen-software.no>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19726>
This commit is contained in:
Joshua Ashton 2022-11-14 12:04:03 +00:00 committed by Marge Bot
parent 0b9beb5107
commit 5637a1b91e
2 changed files with 2 additions and 0 deletions

View file

@ -618,6 +618,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_AMD_texture_gather_bias_lod DONE (radv)
VK_ARM_rasterization_order_attachment_access DONE (lvp, tu)
VK_EXT_mutable_descriptor_type DONE (anv, radv, tu, vn)
VK_EXT_swapchain_colorspace DONE (radv)
OpenCL 1.0 -- all DONE:

View file

@ -439,6 +439,7 @@ static const struct vk_instance_extension_table radv_instance_extensions_support
.KHR_get_surface_capabilities2 = true,
.KHR_surface = true,
.KHR_surface_protected_capabilities = true,
.EXT_swapchain_colorspace = true,
#endif
#ifdef VK_USE_PLATFORM_WAYLAND_KHR
.KHR_wayland_surface = true,