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

Emil Velikov evelikov at kemper.freedesktop.org
Thu Apr 14 19:39:07 UTC 2016


Module: Mesa
Branch: 11.2
Commit: e54e1d31f31c08dde0cae09444a20c3c0e03cfce
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e54e1d31f31c08dde0cae09444a20c3c0e03cfce

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>
(cherry picked from commit 0293d72fa56b2cae664a5727abceddb8046d2e92)

---

 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