mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-05 17:00:27 +01:00
dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.
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>
This commit is contained in:
parent
4dd2743d45
commit
b8c9252570
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue