repo.or.cz
/
mesa
/
mesa-lb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gallium: change remaining util functions to use cso sampler views
[mesa/mesa-lb.git]
/
progs
/
vp
/
run.sh
blob
fdd43d4a52b739f18747d32a1a71f22732f3e64c
1
#!/bin/sh
2
3
for
i
in
*
.txt
;
do
4
echo
$i
5
.
/
vp-tris
$i
6
done
7