v3dv: Enable EXT_swapchain_colorspace
No-op. Signed-off-by: Joshua Ashton <joshua@froggi.es> Acked-by: Faith Ekstrand <faith.ekstrand@collabora.com> Acked-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28275>
This commit is contained in:
@@ -658,7 +658,7 @@ Khronos extensions that are not part of any Vulkan version:
|
||||
VK_AMD_texture_gather_bias_lod DONE (anv, radv)
|
||||
VK_ARM_rasterization_order_attachment_access DONE (lvp, tu)
|
||||
VK_EXT_mutable_descriptor_type DONE (anv, lvp, nvk, radv, tu, vn)
|
||||
VK_EXT_swapchain_colorspace DONE (anv, nvk, radv, tu)
|
||||
VK_EXT_swapchain_colorspace DONE (anv, nvk, radv, tu, v3dv)
|
||||
VK_EXT_depth_clamp_zero_one DONE (anv, radv)
|
||||
VK_INTEL_shader_integer_functions2 DONE (anv, hasvk, radv)
|
||||
VK_KHR_map_memory2 DONE (anv, nvk, radv, tu)
|
||||
|
@@ -110,6 +110,7 @@ static const struct vk_instance_extension_table instance_extensions = {
|
||||
.KHR_surface = true,
|
||||
.KHR_surface_protected_capabilities = true,
|
||||
.EXT_surface_maintenance1 = true,
|
||||
.EXT_swapchain_colorspace = true,
|
||||
#endif
|
||||
#ifdef VK_USE_PLATFORM_WAYLAND_KHR
|
||||
.KHR_wayland_surface = true,
|
||||
|
Reference in New Issue
Block a user