mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-19 23:10:47 +02:00
anv: 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
5637a1b91e
commit
55b6813b7b
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)
|
||||
VK_EXT_swapchain_colorspace DONE (radv, anv)
|
||||
|
||||
|
||||
OpenCL 1.0 -- all DONE:
|
||||
|
|
|
|||
|
|
@ -154,6 +154,7 @@ static const struct vk_instance_extension_table instance_extensions = {
|
|||
.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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue