summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-03-13 13:25:24 -0700
committerEric Anholt <eric@anholt.net>2012-03-13 13:29:23 -0700
commit7244cfb2fed9d066de4301e49643961dd885f7ff (patch)
tree0b470f7d82e8179221432f7499fc1317cf712113
parentd46e939d8f28ed1c4162a33e99378d5797e4e3a1 (diff)
run.pl: Update for i965 changes to not precompile by default.
-rwxr-xr-xrun.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.pl b/run.pl
index f8a215e..b6162cc 100755
--- a/run.pl
+++ b/run.pl
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
-$env = "env INTEL_DEBUG=wm,vs";
+$env = "env shader_precompile=true INTEL_DEBUG=wm,vs";
$glslparsertest = "/home/anholt/src/piglit/bin/glslparsertest";
my $total = 0;