Module: Mesa Branch: main Commit: 0bce97ce83746893a58cc1ff783bd6b8ae0587fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0bce97ce83746893a58cc1ff783bd6b8ae0587fe
Author: Kevron Rees <[email protected]> Date: Mon Aug 7 09:15:19 2023 -0700 Force vk vendor for spider-man remastered Reviewed-by: Lionel Landwerlin <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24194> --- src/util/00-mesa-defaults.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 7a5a4953478..f7353fb7a00 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -1086,6 +1086,10 @@ TODO: document the other workarounds. <application name="Elden Ring" executable="eldenring.exe"> <option name="fake_sparse" value="true" /> </application> + <!-- Needed to avoid XeSS code paths. --> + <application name="Marvel's Spider-Man Remastered" executable="Spider-Man.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
