summaryrefslogtreecommitdiff
path: root/progs/tests/mipmap_limits.c
AgeCommit message (Collapse)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
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.
2009-09-28progs/tests: print usage info upon SPACE/uBrian Paul
2009-09-28progs/tests: re-indent mipmap_limits.cBrian Paul
2009-03-18progs/tests: Update mipmap_limits to show image and colorsJakob Bornecrantz
2009-03-10progs/tests: compile with SCons and glewKeith Whitwell
Also get mingw cross-compilation of these tests working
2008-05-03Press <space> to reset limit/bias values, clean-up limit/bias printfBrian Paul
2008-02-12Set Min/MaxLod with glTexParameterf, not glTexParameteriBrian
2008-02-12tweak incr/decrements amounts for keyboard optionsBrian
2006-12-14mipmap_limits: Fix display of current texture filtering mode.Michel Dänzer
2006-06-21exercise min/max lodKeith Whitwell
2006-05-11simplify image setup code, added LOD Bias control (l/L keys)Brian Paul
2006-05-10Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL.Brian Paul