summaryrefslogtreecommitdiff
path: root/progs/trivial
AgeCommit message (Collapse)Author
2008-09-15add dlist-degenerate test caseKeith Whitwell
2008-07-30Always pass CFLAGS when compiling or linking demosGuillaume Melquiond
To ensure that the correct architecture flags are used, always pass the user's CFLAGS when compiling or linking the demos. Fixes #16860.
2008-05-08call glutDestroyWindow()Brian Paul
2008-05-07Never 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.
2008-04-04mesa: add missing glPush/PopMatrix() callsBrian
2008-04-04mesa: add missing glPush/PopMatrix() callsBrian
2007-11-30better front-plane clip testBrian
2007-11-23better test of point attenuationBrian
2007-11-23#define GL_GLEXT_PROTOTYPES to silence warningBrian
2007-10-29specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson
2007-10-10Ignore 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.
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-01-30New tests for the array functions which also provoke rebasing.Keith Whitwell
2007-01-16Additional display list testsKeith Whitwell
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-06-22A bunch of tiny tests that I've found helpful bringing up drivers fromKeith Whitwell
scratch. These exercise single pieces of functionality and provide a gentler ramp than trying to use the mesa demos to bring up drivers with.