diff options
author | Timothy Arceri <[email protected]> | 2018-08-18 09:26:51 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2018-08-18 09:26:51 +1000 |
commit | 0da93de9c85d27cf7df000a950894aa8605dd951 (patch) | |
tree | c7584c03abcb67c2ff3cbfd1505c1558af81285a /src/util/00-mesa-defaults.conf | |
parent | 3f9d8e9c88eb9d95b4637d0b65008cf62527b08b (diff) |
util: add drirc workarounds for RAGE
This allows the game to run on wine (tested on radeonsi where we
have compat profile support).
Diffstat (limited to 'src/util/00-mesa-defaults.conf')
-rw-r--r-- | src/util/00-mesa-defaults.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index c4f9e060f3a..ad59efba50b 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> |