Merge commit 'origin/master' into gallium-0.2
[mesa.git] / progs / vp / run.sh
1 #!/bin/sh
2
3 for i in *.txt ; do
4 echo $i
5 ./vp-tris $i
6 done
7