Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-07 | Never fail `make clean' | Dan Nicholson | |
Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean. | |||
2007-10-29 | specify app lib dependencies in Makefiles (patch 1/3) | Dan Nicholson | |
2007-10-10 | Ignore more generated files in progs/ | Dan Nicholson | |
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. | |||
2006-08-24 | add point-position.c | Keith Whitwell | |
2006-08-24 | Test for fragment.position in points primitives. Currently renders | Keith Whitwell | |
incorrectly on software mesa. | |||
2006-01-05 | Oops - bad file-completion typo. | Keith Whitwell | |
2006-01-05 | add simple test for program local parameters | Keith Whitwell | |
2005-10-21 | new depth tests | Keith Whitwell | |
2005-10-21 | simplify, remove sgi messages | Keith Whitwell | |
2005-10-21 | better looking tests | Keith Whitwell | |
2005-10-21 | Make test visible | Keith Whitwell | |
2005-10-21 | Better looking test. | Keith Whitwell | |
2005-10-20 | A bunch of little tests which exercise each ARB_fp instruction plus | Keith Whitwell | |
a couple of other interesting cases. |