mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
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 0da93de9c8)
This commit is contained in:
parent
38b42b85e6
commit
78faa008a7
1 changed files with 8 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue