drirc: Add force_glsl_extensions_warn workaround for Unigine Heaven.

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>
This commit is contained in:
Kenneth Graunke 2012-03-08 11:06:42 -08:00
parent 105ef87842
commit 60218b604a

View 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>