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:
+1
-1
@@ -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)
|
||||
|
||||
@@ -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