v3dv: enable KHR_incremental_present

All bits should already be provided by wsi/common.

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11276>
This commit is contained in:
Charlie 2021-06-09 20:16:30 +01:00 committed by Charlie Birks
parent 1c97d06a68
commit c8dffda633
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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,