Module: Mesa Branch: main Commit: 8b36d230bbe089b184cb2c23aca742a80e200e42 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b36d230bbe089b184cb2c23aca742a80e200e42
Author: Lionel Landwerlin <[email protected]> Date: Thu Nov 16 09:40:47 2023 +0200 anv: workaround XeSS for Satisfactory Signed-off-by: Lionel Landwerlin <[email protected]> Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10152 Acked-by: Tapani Pälli <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26217> --- src/util/00-mesa-defaults.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 6be31453277..58296dbec64 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -1171,6 +1171,9 @@ TODO: document the other workarounds. <application name="Diablo IV" executable="Diablo IV.exe"> <option name="force_vk_vendor" value="-1" /> </application> + <application name="Satisfactory" executable="FactoryGame-Win64-Shipping.exe"> + <option name="force_vk_vendor" value="-1" /> + </application> <!-- Disable 16-bit feature on zink and angle so that GLES mediump doesn't lower to our inefficent 16-bit shader support. No need to do so for
