[Mesa-dev] [PATCH v2 3/5] util: add allow_glsl_builtin_const_expression to drirc for Google Earth VR
Timothy Arceri
tarceri at itsqueeze.com
Thu Jun 14 01:00:23 UTC 2018
---
src/util/drirc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/util/drirc b/src/util/drirc
index c76f1ca4380..ff706d16001 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. -->
--
2.17.1
More information about the mesa-dev
mailing list