summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2014-08-18 17:14:10 -0700
committerKenneth Graunke <kenneth@whitecape.org>2014-08-18 17:14:10 -0700
commita6491b630928add98c6cc0fa8e0210195dd6fd0d (patch)
tree16faf2159e0a701b1bcbc6dd74173c835b86013e
parentb3672bc41e125f7dbd594dab1091f4aa3ed1361a (diff)
run.py: Use INTEL_DEBUG=fs, not wm.
INTEL_DEBUG=wm will probably go away at some point.
-rwxr-xr-xrun.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.py b/run.py
index df4b7a2..2c7ba9e 100755
--- a/run.py
+++ b/run.py
@@ -86,7 +86,7 @@ def main():
env_add = {}
env_add["shader_precompile"] = "true"
- env_add["INTEL_DEBUG"] = "vs,wm,gs"
+ env_add["INTEL_DEBUG"] = "vs,gs,fs"
env_add["allow_glsl_extension_directive_midshader"] = "true"
os.environ.update(env_add)