diff --git a/docs/features.txt b/docs/features.txt index 2d5a3e0a698..a2970dbd0fc 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -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: diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 1d5f32f2930..51c7367e118 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -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,