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
+1
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,