vulkan: Add KHR_swapchain_maintenance1 promotions.

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37157>
This commit is contained in:
Hans-Kristian Arntzen
2025-09-03 12:32:03 +02:00
parent 974dba2afe
commit 11195eb8de
8 changed files with 15 additions and 7 deletions
+2 -1
View File
@@ -190,6 +190,7 @@ get_device_extensions(const struct v3dv_physical_device *device,
.KHR_workgroup_memory_explicit_layout = true,
#ifdef V3DV_USE_WSI_PLATFORM
.KHR_swapchain = true,
.KHR_swapchain_maintenance1 = true,
.KHR_swapchain_mutable_format = true,
.KHR_incremental_present = true,
.KHR_present_id2 = true,
@@ -508,7 +509,7 @@ get_features(const struct v3dv_physical_device *physical_device,
.maintenance5 = true,
#ifdef V3DV_USE_WSI_PLATFORM
/* VK_EXT_swapchain_maintenance1 */
/* VK_KHR_swapchain_maintenance1 */
.swapchainMaintenance1 = true,
/* VK_KHR_present_id2 */