drirc: add a workaround for blackness in Warsow
[mesa.git] / src / mesa / drivers / dri / common / drirc
index 183a1dcabe8a29d4014c0e4c939dc6332780b978..3912d8b8c7e6fafc64cbd693dd77e04dd72eb8ec 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>