Module: Mesa Branch: main Commit: 631dc5b5e6ca6fdc566a8b55039a5df0e81edb0f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=631dc5b5e6ca6fdc566a8b55039a5df0e81edb0f
Author: Tele42 <9424-tel...@users.noreply.gitlab.freedesktop.org> Date: Sat Nov 4 16:49:09 2023 +0000 drirc: enable `vk_wsi_force_swapchain_to_current_extent` for "The Talos Principle VR" The Talos Principle VR shares the same engine quirk as its non-VR counterpart. Backport-to: 23.2 Backport-to: 23.3 Reviewed-by: Antonino Maniscalco <antonino.manisca...@collabora.com> Reviewed-by: Samuel Pitoiset <samuel.pitoi...@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26047> --- src/util/00-mesa-defaults.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index ba8f84bcc36..fcd13424a58 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -603,6 +603,13 @@ TODO: document the other workarounds. <option name="vk_wsi_force_swapchain_to_current_extent" value="true"/> </application> + <application name="Talos Principle VR" executable="Talos_VR"> + <option name="vk_wsi_force_swapchain_to_current_extent" value="true"/> + </application> + <application name="Talos Principle VR (Unrestricted)" executable="Talos_Unrestricted_VR"> + <option name="vk_wsi_force_swapchain_to_current_extent" value="true"/> + </application> + <application name="Serious Sam Fusion" executable="Sam2017"> <option name="vk_wsi_force_swapchain_to_current_extent" value="true"/> </application>