summaryrefslogtreecommitdiffstats
path: root/progs/tests/texfilt.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-400/+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/tests: compile with SCons and glewKeith Whitwell2009-03-101-6/+8
| | | | Also get mingw cross-compilation of these tests working
* Add new test "texfilt". This test is a cousin to texwrap. Instead ofIan Romanick2005-10-281-0/+398
testing various texture wrap modes, this test examines various texture filter modes, including anisotropic. Add CFLAGS to a couple places in Makefile so that 32-bit builds on 64-bit archs will work correctly.