Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always pass CFLAGS when compiling or linking demos | Guillaume Melquiond | 2008-07-30 | 1 | -3/+3 |
| | | | | | 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 point-position.c | Keith Whitwell | 2006-08-24 | 1 | -0/+1 |
| | |||||
* | add simple test for program local parameters | Keith Whitwell | 2006-01-05 | 1 | -0/+1 |
| | |||||
* | simplify, remove sgi messages | Keith Whitwell | 2005-10-21 | 1 | -0/+4 |
| | |||||
* | A bunch of little tests which exercise each ARB_fp instruction plus | Keith Whitwell | 2005-10-20 | 1 | -0/+122 |
a couple of other interesting cases. |