summaryrefslogtreecommitdiffstats
path: root/progs/tests/mipmap_view.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-434/+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: Remove unnecessary headers.Vinson Lee2010-01-281-1/+0
|
* tests/mipmap_view: add a bunch of keystrokes for testing render-to-textureKeith Whitwell2009-04-241-48/+219
| | | | | Move between mipmaps, render a triangle, reload textures with either the original arch (and GenMipmaps) or via straightforward glTexImage.
* tests/mipmap_view: add linear/nearest keyKeith Whitwell2009-04-201-2/+13
|
* progs/tests: compile with SCons and glewKeith Whitwell2009-03-101-0/+2
| | | | Also get mingw cross-compilation of these tests working
* destroy window on exitBrian Paul2008-09-181-1/+4
|
* better text labelsBrian Paul2008-03-191-9/+16
|
* mesa: new mipmap generation, lod bias demoBrian Paul2008-03-171-0/+241
Show each of the mipmap levels side-by-side. Press 's' to toggle quad scaling to see mipmap level at actual size.