summaryrefslogtreecommitdiffstats
path: root/progs/tests/mipmap_limits.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-352/+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: print usage info upon SPACE/uBrian Paul2009-09-281-15/+18
|
* progs/tests: re-indent mipmap_limits.cBrian Paul2009-09-281-105/+119
|
* progs/tests: Update mipmap_limits to show image and colorsJakob Bornecrantz2009-03-181-67/+130
|
* progs/tests: compile with SCons and glewKeith Whitwell2009-03-101-0/+2
| | | | Also get mingw cross-compilation of these tests working
* Press <space> to reset limit/bias values, clean-up limit/bias printfBrian Paul2008-05-031-7/+25
|
* Set Min/MaxLod with glTexParameterf, not glTexParameteriBrian2008-02-121-2/+2
|
* tweak incr/decrements amounts for keyboard optionsBrian2008-02-121-6/+6
|
* mipmap_limits: Fix display of current texture filtering mode.Michel Dänzer2006-12-141-1/+1
|
* exercise min/max lodKeith Whitwell2006-06-211-2/+21
|
* simplify image setup code, added LOD Bias control (l/L keys)Brian Paul2006-05-111-76/+62
|
* Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL.Brian Paul2006-05-101-0/+247