Mesa (master): drirc: add a workaround for blackness in Warsow

Marek Olšák mareko at kemper.freedesktop.org
Wed Apr 6 10:54:39 UTC 2016


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

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Thu Mar 31 23:32:53 2016 +0200

drirc: add a workaround for blackness in Warsow

Cc: 11.1 11.2 <mesa-stable at lists.freedesktop.org>

---

 src/mesa/drivers/dri/common/drirc | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc
index 183a1dc..3912d8b 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>




More information about the mesa-commit mailing list