drirc: Add force_glsl_extensions_warn workaround for Unigine Heaven.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 8 Mar 2012 19:06:42 +0000 (11:06 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 9 Mar 2012 23:21:10 +0000 (15:21 -0800)
Unfortunately, Unigine Heaven 3.0 still needs this.

NOTE: This is a candidate for the 8.0 branch.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/common/drirc

index 59c00d7ada9e2a3424d1b73920a69e87727f5304..755174afdd5321264cb9257215dcc61d396a0bdf 100644 (file)
@@ -6,5 +6,11 @@
         <application executable="Tropics">
             <option name="force_glsl_extensions_warn" value="true" />
        </application>
+        <application executable="heaven_x86">
+            <option name="force_glsl_extensions_warn" value="true" />
+       </application>
+        <application executable="heaven_x64">
+            <option name="force_glsl_extensions_warn" value="true" />
+       </application>
     </device>
 </driconf>