aboutsummaryrefslogtreecommitdiffstats
path: root/progs/trivial/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Never fail `make clean'Dan Nicholson2008-05-071-3/+3
| | | | | | 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.
* specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson2007-10-291-1/+1
|
* add support for LDFLAGS env varDan Nicholson2007-09-281-3/+3
|
* New tests for the array functions which also provoke rebasing.Keith Whitwell2007-01-301-0/+6
|
* Additional display list testsKeith Whitwell2007-01-161-1/+3
|
* merge current trunk into vbo branchAlan Hourihane2006-11-021-0/+2
|
* A bunch of tiny tests that I've found helpful bringing up drivers fromKeith Whitwell2006-06-221-0/+134
scratch. These exercise single pieces of functionality and provide a gentler ramp than trying to use the mesa demos to bring up drivers with.