[Mesa-dev] [PATCH 3/7] util: add allow_glsl_semicolon_after_function to drirc for Google Earth VR

Timothy Arceri tarceri at itsqueeze.com
Fri Jun 8 12:19:36 UTC 2018


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

diff --git a/src/util/drirc b/src/util/drirc
index c76f1ca4380..8e61c32ca71 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_semicolon_after_function" 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