vulkan: fix missing presentId2/presentWait2 enable features

Fixes recent VKCTS changes for dEQP-VK.info.device_mandatory_features.

Fixes: 07881b085e ("vulkan: Enable PresentWait2 on many physical devices")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36547>
This commit is contained in:
Samuel Pitoiset
2025-08-04 11:20:43 +02:00
committed by Marge Bot
parent 72cf81df54
commit 07fe297a3e
7 changed files with 44 additions and 0 deletions
+6
View File
@@ -510,6 +510,12 @@ get_features(const struct v3dv_physical_device *physical_device,
#ifdef V3DV_USE_WSI_PLATFORM
/* VK_EXT_swapchain_maintenance1 */
.swapchainMaintenance1 = true,
/* VK_KHR_present_id2 */
.presentId2 = true,
/* VK_KHR_present_wait2 */
.presentWait2 = true,
#endif
/* VK_KHR_shader_relaxed_extended_instruction */