dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.
authorEric Anholt <eric@anholt.net>
Mon, 30 Jan 2012 21:30:53 +0000 (13:30 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 3 Feb 2012 08:26:32 +0000 (09:26 +0100)
I wasn't seeing it be needed because of the previous bug.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
src/mesa/drivers/dri/common/drirc

index ac83a2decb3f1114fedccfea06a5201c618042e0..59c00d7ada9e2a3424d1b73920a69e87727f5304 100644 (file)
@@ -3,5 +3,8 @@
         <application executable="Sanctuary">
             <option name="force_glsl_extensions_warn" value="true" />
        </application>
+        <application executable="Tropics">
+            <option name="force_glsl_extensions_warn" value="true" />
+       </application>
     </device>
 </driconf>