Mesa (master): util: add drirc workarounds for RAGE

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Aug 17 23:27:44 UTC 2018


Module: Mesa
Branch: master
Commit: 0da93de9c85d27cf7df000a950894aa8605dd951
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0da93de9c85d27cf7df000a950894aa8605dd951

Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Sat Aug 18 09:26:51 2018 +1000

util: add drirc workarounds for RAGE

This allows the game to run on wine (tested on radeonsi where we
have compat profile support).

---

 src/util/00-mesa-defaults.conf | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index c4f9e060f3..ad59efba50 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -100,6 +100,14 @@ TODO: document the other workarounds.
             <option name="allow_glsl_builtin_variable_redeclaration" value="true" />
         </application>
 
+        <application name="RAGE (64-bit)" executable="Rage64.exe">
+            <option name="allow_glsl_builtin_variable_redeclaration" value="true" />
+        </application>
+
+        <application name="RAGE (32-bit)" executable="Rage.exe">
+            <option name="allow_glsl_builtin_variable_redeclaration" value="true" />
+        </application>
+
         <application name="Second Life" executable="do-not-directly-run-secondlife-bin">
             <option name="allow_glsl_extension_directive_midshader" value="true" />
         </application>




More information about the mesa-commit mailing list