mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
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:
parent
105ef87842
commit
60218b604a
1 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue