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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user