Module: Mesa Branch: main Commit: 9acbb197fbf02fed2bc17f2e2c9ee3061986baa2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9acbb197fbf02fed2bc17f2e2c9ee3061986baa2
Author: Lionel Landwerlin <[email protected]> Date: Wed Jul 19 17:24:42 2023 +0300 anv: fake non intel vendorID for Death Stranding The assumption is the same issue that is plaguing Cyberpunk 2077 is also at play here. That is the XeSS library is looking for the Windows driver binary and not finding them in the Wine/Proton distribution. Signed-off-by: Lionel Landwerlin <[email protected]> Cc: mesa-stable Reviewed-by: Tapani Pälli <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24237> --- src/util/00-mesa-defaults.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index e4096a53db7..5727549dfda 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -1091,7 +1091,9 @@ TODO: document the other workarounds. <option name="force_vk_vendor" value="-1" /> </application> <application name="Hogwarts Legacy" executable="HogwartsLegacy.exe"> - <!-- Needed to avoid XeSS code paths. --> + <option name="force_vk_vendor" value="-1" /> + </application> + <application name="DEATH STRANDING" executable="ds.exe"> <option name="force_vk_vendor" value="-1" /> </application> <!--
