aboutsummaryrefslogtreecommitdiffstats
path: root/progs/trivial
Commit message (Collapse)AuthorAgeFilesLines
* mesa: add missing glPush/PopMatrix() callsBrian2008-04-041-0/+2
|
* mesa: add missing glPush/PopMatrix() callsBrian2008-04-041-0/+2
|
* better front-plane clip testBrian2007-11-301-15/+28
|
* better test of point attenuationBrian2007-11-231-23/+33
|
* #define GL_GLEXT_PROTOTYPES to silence warningBrian2007-11-231-0/+1
|
* specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson2007-10-291-1/+1
|
* Ignore more generated files in progs/Dan Nicholson2007-10-101-0/+65
| | | | | | | | 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.
* add support for LDFLAGS env varDan Nicholson2007-09-281-3/+3
|
* New tests for the array functions which also provoke rebasing.Keith Whitwell2007-01-307-0/+786
|
* Additional display list testsKeith Whitwell2007-01-164-1/+460
|
* merge current trunk into vbo branchAlan Hourihane2006-11-022-0/+183
|
* A bunch of tiny tests that I've found helpful bringing up drivers fromKeith Whitwell2006-06-2254-0/+7585
scratch. These exercise single pieces of functionality and provide a gentler ramp than trying to use the mesa demos to bring up drivers with.