diff --git a/docs/features.txt b/docs/features.txt index 65750b690c5..10583995727 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -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) diff --git a/src/gallium/frontends/lavapipe/lvp_device.c b/src/gallium/frontends/lavapipe/lvp_device.c index 68ba14ad133..a513298f8fc 100644 --- a/src/gallium/frontends/lavapipe/lvp_device.c +++ b/src/gallium/frontends/lavapipe/lvp_device.c @@ -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