mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
turnip: 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: 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:
parent
55b6813b7b
commit
c699122d6a
2 changed files with 2 additions and 1 deletions
|
|
@ -618,7 +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, anv)
|
||||
VK_EXT_swapchain_colorspace DONE (radv, anv, tu)
|
||||
|
||||
|
||||
OpenCL 1.0 -- all DONE:
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ static const struct vk_instance_extension_table tu_instance_extensions_supported
|
|||
.KHR_get_physical_device_properties2 = true,
|
||||
.KHR_surface = TU_HAS_SURFACE,
|
||||
.KHR_get_surface_capabilities2 = TU_HAS_SURFACE,
|
||||
.EXT_swapchain_colorspace = TU_HAS_SURFACE,
|
||||
.EXT_debug_report = true,
|
||||
.EXT_debug_utils = true,
|
||||
#ifdef VK_USE_PLATFORM_WAYLAND_KHR
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue