diff --git a/docs/features.txt b/docs/features.txt index 048e6219247..e7e764d092a 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -488,7 +488,7 @@ Khronos extensions that are not part of any Vulkan version: VK_KHR_fragment_shading_rate not started VK_KHR_get_display_properties2 DONE (anv, lvp, radv, tu, v3dv) VK_KHR_get_surface_capabilities2 DONE (anv, lvp, radv, tu, v3dv, vn) - VK_KHR_incremental_present DONE (anv, lvp, radv, tu) + VK_KHR_incremental_present DONE (anv, lvp, radv, tu, v3dv) VK_KHR_performance_query DONE (anv/gen8+, tu) VK_KHR_pipeline_executable_properties DONE (anv, radv, tu) VK_KHR_push_descriptor DONE (anv, lvp, radv, tu) diff --git a/src/broadcom/vulkan/v3dv_device.c b/src/broadcom/vulkan/v3dv_device.c index 8fa558122bb..b6ad487f67b 100644 --- a/src/broadcom/vulkan/v3dv_device.c +++ b/src/broadcom/vulkan/v3dv_device.c @@ -127,6 +127,7 @@ get_device_extensions(const struct v3dv_physical_device *device, .KHR_storage_buffer_storage_class = true, #ifdef V3DV_HAS_SURFACE .KHR_swapchain = true, + .KHR_incremental_present = true, #endif .KHR_variable_pointers = true, .EXT_external_memory_dma_buf = true,