summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2011-08-15 22:03:59 -0700
committerEric Anholt <eric@anholt.net>2011-09-08 23:03:26 -0700
commit219e8bbd764ff8366ad796a34375eb735eb1e79c (patch)
tree23bed232db3d07491b3a2041dcc5e49707bcf00f
parentf363c1467d745847b181f7ad24e59fcba055b5b5 (diff)
Also dump i965 VS code.
-rwxr-xr-xrun.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.pl b/run.pl
index 03e2c9b..f8a215e 100755
--- a/run.pl
+++ b/run.pl
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
-$env = "env INTEL_DEBUG=wm";
+$env = "env INTEL_DEBUG=wm,vs";
$glslparsertest = "/home/anholt/src/piglit/bin/glslparsertest";
my $total = 0;