summaryrefslogtreecommitdiff
path: root/progs/tests/mipmap_view.c
AgeCommit message (Collapse)Author
2009-04-24tests/mipmap_view: add a bunch of keystrokes for testing render-to-textureKeith Whitwell
Move between mipmaps, render a triangle, reload textures with either the original arch (and GenMipmaps) or via straightforward glTexImage.
2009-04-20tests/mipmap_view: add linear/nearest keyKeith Whitwell
2009-03-10progs/tests: compile with SCons and glewKeith Whitwell
Also get mingw cross-compilation of these tests working
2008-09-18destroy window on exitBrian Paul
2008-03-19better text labelsBrian Paul
2008-03-17mesa: new mipmap generation, lod bias demoBrian Paul
Show each of the mipmap levels side-by-side. Press 's' to toggle quad scaling to see mipmap level at actual size.