Mesa (staging/18.2): util: add drirc workarounds for RAGE

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Oct 15 08:56:09 UTC 2018


Module: Mesa
Branch: staging/18.2
Commit: 78faa008a7d6cc12a3b4ed027ec46c8dd8632a26
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=78faa008a7d6cc12a3b4ed027ec46c8dd8632a26

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).

(cherry picked from commit 0da93de9c85d27cf7df000a950894aa8605dd951)

---

 src/util/drirc | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/util/drirc b/src/util/drirc
index 60db3f79f1..0cd04bcadd 100644
--- a/src/util/drirc
+++ b/src/util/drirc
@@ -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