[Mesa-dev] [PATCH] util/drirc: add workarounds for bugs in Doom 3: BFG

Timothy Arceri tarceri at itsqueeze.com
Fri May 3 03:59:05 UTC 2019


This makes the game playable on radeonsi.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110143

Cc: "19.0" "19.1" <mesa-stable at lists.freedesktop.org>
---
 src/util/00-mesa-defaults.conf | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index f62315498b2..c704a1756ae 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -111,6 +111,11 @@ TODO: document the other workarounds.
             <option name="allow_glsl_builtin_variable_redeclaration" value="true" />
         </application>
 
+        <application name="Doom 3: BFG" executable="Doom3BFG.exe">
+            <option name="allow_glsl_builtin_variable_redeclaration" value="true" />
+            <option name="force_glsl_extensions_warn" value="true" />
+        </application>
+
         <application name="Dying Light" executable="DyingLightGame">
             <option name="allow_glsl_builtin_variable_redeclaration" value="true" />
         </application>
-- 
2.20.1



More information about the mesa-dev mailing list