summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2016-03-31 23:32:53 +0200
committerEmil Velikov <emil.l.velikov@gmail.com>2016-05-04 15:24:44 +0100
commit58a7d3cfcb7b812dc247e792a7bb166fdc0ac05d (patch)
tree78c07ea2f85fdb347cac5da82c368e0d1c2c54bd /src
parent596c6504b3dcab318dc93ec42517c9a0fde1b255 (diff)
drirc: add a workaround for blackness in Warsow
Cc: 11.1 11.2 <mesa-stable@lists.freedesktop.org> (cherry picked from commit 0293d72fa56b2cae664a5727abceddb8046d2e92)
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/common/drirc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc
index e1874c3f1dc..a4031e2e17a 100644
--- a/src/mesa/drivers/dri/common/drirc
+++ b/src/mesa/drivers/dri/common/drirc
@@ -88,5 +88,13 @@ TODO: document the other workarounds.
<application name="Second Life" executable="do-not-directly-run-secondlife-bin">
<option name="allow_glsl_extension_directive_midshader" value="true" />
</application>
+
+ <application name="Warsow (32-bit)" executable="warsow.i386">
+ <option name="allow_glsl_extension_directive_midshader" value="true" />
+ </application>
+
+ <application name="Warsow (64-bit)" executable="warsow.x86_64">
+ <option name="allow_glsl_extension_directive_midshader" value="true" />
+ </application>
</device>
</driconf>