summaryrefslogtreecommitdiff
path: root/progs/vp
AgeCommit message (Collapse)AuthorFilesLines
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz1-1/+1
Conflicts: src/gallium/auxiliary/draw/draw_pt_varray.c
2008-05-23vp-tris: use test name as window nameKeith Whitwell1-1/+1
2008-05-20Ignore more generated files in progs/Dan Nicholson1-0/+1
Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted.
2007-12-13Don't generate spurious vs, move the enable a bit to do that.Zack Rusin1-3/+3
2007-12-11Add a simple fps counter to the exampleZack Rusin1-1/+30
2006-04-24fprintf() clean-up (bug 6730)Brian Paul1-3/+1
2005-11-02More useful ARL testKeith Whitwell1-3/+3
2005-11-01add an arl testKeith Whitwell2-1/+10
2005-11-01Make colors match the fp tests (really)Keith Whitwell1-2/+2
2005-11-01Make colors match the fp testsKeith Whitwell1-2/+2
2005-11-01standalone tests for vp instructionsKeith Whitwell27-0/+408