Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | simple fragment shader test | Brian | 2007-07-24 | 1 | -0/+6 | |
| | | ||||||
| * | triangles w/ depth test | Brian | 2007-06-20 | 1 | -0/+1 | |
| | | ||||||
* | | Always pass CFLAGS when compiling or linking demos | Guillaume Melquiond | 2008-07-30 | 1 | -2/+2 | |
| | | | | | | | | | | To ensure that the correct architecture flags are used, always pass the user's CFLAGS when compiling or linking the demos. Fixes #16860. | |||||
* | | Never fail `make clean' | Dan Nicholson | 2008-05-07 | 1 | -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 Nicholson | 2007-10-29 | 1 | -1/+1 | |
| | | ||||||
* | | add support for LDFLAGS env var | Dan Nicholson | 2007-09-28 | 1 | -3/+3 | |
|/ | ||||||
* | New tests for the array functions which also provoke rebasing. | Keith Whitwell | 2007-01-30 | 1 | -0/+6 | |
| | ||||||
* | Additional display list tests | Keith Whitwell | 2007-01-16 | 1 | -1/+3 | |
| | ||||||
* | merge current trunk into vbo branch | Alan Hourihane | 2006-11-02 | 1 | -0/+2 | |
| | ||||||
* | A bunch of tiny tests that I've found helpful bringing up drivers from | Keith Whitwell | 2006-06-22 | 1 | -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. |