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

Author: Timothy Arceri <tarc...@itsqueeze.com>
Date:   Thu Jun 14 11:00:23 2018 +1000

util: add allow_glsl_builtin_const_expression to drirc for Google Earth VR

Reviewed-by: Dave Airlie <airl...@redhat.com>

---

 src/util/drirc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/util/drirc b/src/util/drirc
index c76f1ca438..ff706d1600 100644
--- a/src/util/drirc
+++ b/src/util/drirc
@@ -176,6 +176,10 @@ TODO: document the other workarounds.
             <option name="allow_glsl_cross_stage_interpolation_mismatch" 
value="true"/>
         </application>
 
+        <application name="Google Earth VR" executable="Earth.exe">
+            <option name="allow_glsl_builtin_const_expression" value="true"/>
+        </application>
+
         <!-- The GL thread whitelist is below, workarounds are above.
              Keep it that way. -->
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to