summaryrefslogtreecommitdiffstats
path: root/progs/vp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-53/+0
| | | | | | | The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
* progs: Port vp-tris to glew.José Fonseca2009-01-231-1/+1
| | | | | There was some wglGetProcAddress calls to setup extensions already, but including glext caused many compilation errors in MinGW.
* mesa: use APP_CC compiler in progs/vp/Brian Paul2008-10-281-3/+3
|
* 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-1/+1
|
* standalone tests for vp instructionsKeith Whitwell2005-11-011-0/+53