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:
committed by
Marge Bot
parent
72cf81df54
commit
07fe297a3e
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user