summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-01-30 13:30:53 -0800
committerIan Romanick <ian.d.romanick@intel.com>2012-02-07 16:18:32 -0800
commite86d90eb208292916c8a04c5d75499492003dd16 (patch)
tree24f9d2312c50c23fcc5cd27212ed15e582ca961f
parent1531b94471fa283690fabb19e9a157247ba5fb8b (diff)
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> (cherry picked from commit b8c9252570d126e06607cd28b14f0fe3a2ffe4cf)
-rw-r--r--src/mesa/drivers/dri/common/drirc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc
index ac83a2decb3..59c00d7ada9 100644
--- a/src/mesa/drivers/dri/common/drirc
+++ b/src/mesa/drivers/dri/common/drirc
@@ -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>