Mesa (master): dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.

Eric Anholt anholt at kemper.freedesktop.org
Fri Feb 3 08:42:26 UTC 2012


Module: Mesa
Branch: master
Commit: b8c9252570d126e06607cd28b14f0fe3a2ffe4cf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8c9252570d126e06607cd28b14f0fe3a2ffe4cf

Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jan 30 13:30:53 2012 -0800

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 at whitecape.org>
Reviewed-by: Eugeni Dodonov <eugeni.dodonov at intel.com>

---

 src/mesa/drivers/dri/common/drirc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc
index ac83a2d..59c00d7 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>




More information about the mesa-commit mailing list