Module: Mesa Branch: main Commit: b77b67064e45d4c6b705992719634137e47f28fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b77b67064e45d4c6b705992719634137e47f28fc
Author: Felix DeGrood <[email protected]> Date: Wed Dec 27 01:19:18 2023 +0000 driconf: add Dying Light 2 to Intel XeSS workaround Reviewed-by: Tapani Pälli <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26818> --- 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 944396b0a95..4632fc8be09 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -1190,6 +1190,9 @@ TODO: document the other workarounds. <application name="Satisfactory" executable="FactoryGame-Win64-Shipping.exe"> <option name="force_vk_vendor" value="-1" /> </application> + <application name="Dying Light 2" executable="DyingLightGame_x64_rwdi.exe"> + <option name="force_vk_vendor" value="-1" /> + </application> <application name="Baldur's Gate 3" executable="bg3.exe"> <option name="anv_disable_fcv" value="true" /> </application>
