summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-01-30 13:30:53 -0800
committerEric Anholt <[email protected]>2012-02-03 09:26:32 +0100
commitb8c9252570d126e06607cd28b14f0fe3a2ffe4cf (patch)
tree230be9ec163596934396f2d8810d53eed3cb82f7 /src/mesa
parent4dd2743d4542bedd935134d351e528ad574f7ee5 (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 <[email protected]> Reviewed-by: Eugeni Dodonov <[email protected]>
Diffstat (limited to 'src/mesa')
-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>