summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2014-08-18 17:04:50 -0700
committerKenneth Graunke <kenneth@whitecape.org>2014-08-18 17:05:17 -0700
commit908896f039ce1ce827a28d0a8ec7809b25eadca3 (patch)
treeabac99176f5d647bcdbe403dc62880358f7864c7
parent392ccbec178ec11b04530c9f500cfdc2374f0bc2 (diff)
run.py: Set allow_glsl_extension_directive_midshader=true.
Fixes problems with warsow/25.shader_test, and would help Unigine shaders as well.
-rwxr-xr-xrun.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run.py b/run.py
index e1e82e0..df4b7a2 100755
--- a/run.py
+++ b/run.py
@@ -87,6 +87,7 @@ def main():
env_add = {}
env_add["shader_precompile"] = "true"
env_add["INTEL_DEBUG"] = "vs,wm,gs"
+ env_add["allow_glsl_extension_directive_midshader"] = "true"
os.environ.update(env_add)