From 142e317024c17814549f23c5ae745ae8a495eb8c Mon Sep 17 00:00:00 2001 From: antonino Date: Mon, 21 Aug 2023 22:52:50 +0200 Subject: [PATCH] drirc: enable `vk_wsi_force_swapchain_to_current_extent` for "The Talos Principle" This game handles swapchain size incorrecly and can crash because of it. Enable this driconf as a workaround. Fixes: 6139493ae38 ("vulkan/wsi: return VK_SUBOPTIMAL_KHR for sw/x11 on window resize") Reviewed-by: Mike Blumenkrantz Part-of: --- src/util/00-mesa-defaults.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index cec99fc4f5e..47dfe90b5cb 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -596,9 +596,11 @@ TODO: document the other workarounds.