Module: Mesa
Branch: main
Commit: a34a113059f55947cc08624897999f7f066f000a
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a34a113059f55947cc08624897999f7f066f000a

Author: Lionel Landwerlin <lionel.g.landwer...@intel.com>
Date:   Sun Jan 14 10:51:05 2024 +0200

anv: hide vendor ID for The Finals

XeSS workaround.

Signed-off-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
Reviewed-by: Tapani Pälli <tapani.pa...@intel.com>
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10436
Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27057>

---

 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 8366765b71d..051b6ee4b52 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -1199,6 +1199,9 @@ TODO: document the other workarounds.
         <application name="Baldur's Gate 3" executable="bg3.exe">
             <option name="anv_disable_fcv" value="true" />
         </application>
+        <application name="The Finals" executable="Discovery.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

Reply via email to