[Mesa-dev] [PATCH] drirc: Add force_glsl_extensions_warn workaround for Unigine Heaven.
Kenneth Graunke
kenneth at whitecape.org
Thu Mar 8 13:35:17 PST 2012
Unfortunately, Unigine Heaven 3.0 still needs this.
NOTE: This is a candidate for the 8.0 branch.
Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
---
src/mesa/drivers/dri/common/drirc | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc
index 59c00d7..755174a 100644
--- a/src/mesa/drivers/dri/common/drirc
+++ b/src/mesa/drivers/dri/common/drirc
@@ -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>
--
1.7.7.6
More information about the mesa-dev
mailing list