OSDN Git Service

drirc: add a workaround for blackness in Warsow
authorMarek Olšák <marek.olsak@amd.com>
Thu, 31 Mar 2016 21:32:53 +0000 (23:32 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Wed, 6 Apr 2016 10:53:40 +0000 (12:53 +0200)
Cc: 11.1 11.2 <mesa-stable@lists.freedesktop.org>
src/mesa/drivers/dri/common/drirc

index 183a1dc..3912d8b 100644 (file)
@@ -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>