hk: Enable missing swapchainMaintenance1 support

This was inconsistent with claiming the extension is supported, and that
trips up GTK4.

Signed-off-by: Asahi Lina <lina@asahilina.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32081>
This commit is contained in:
Asahi Lina 2024-11-10 00:36:12 +09:00 committed by Marge Bot
parent d449800e46
commit cf0261980a

View file

@ -510,7 +510,7 @@ hk_get_device_features(
#ifdef HK_USE_WSI_PLATFORM
/* VK_EXT_swapchain_maintenance1 */
.swapchainMaintenance1 = false,
.swapchainMaintenance1 = true,
#endif
/* VK_EXT_image_view_min_lod */