mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
lavapipe: Enable EXT_swapchain_colorspace
No-op. Signed-off-by: Joshua Ashton <joshua@froggi.es> Acked-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28275>
This commit is contained in:
parent
fc263e0308
commit
aecd46182d
2 changed files with 2 additions and 1 deletions
|
|
@ -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, v3dv)
|
||||
VK_EXT_swapchain_colorspace DONE (anv, lvp, 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)
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ static const struct vk_instance_extension_table lvp_instance_extensions_supporte
|
|||
.KHR_get_surface_capabilities2 = true,
|
||||
.KHR_surface = true,
|
||||
.KHR_surface_protected_capabilities = true,
|
||||
.EXT_swapchain_colorspace = true,
|
||||
.EXT_surface_maintenance1 = true,
|
||||
#endif
|
||||
#ifdef VK_USE_PLATFORM_WAYLAND_KHR
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue