summaryrefslogtreecommitdiff
path: root/progs/tests/stencilwrap.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-12-20progs/tests: Silence compiler warnings.Vinson Lee
2009-03-10progs/tests: compile with SCons and glewKeith Whitwell
Also get mingw cross-compilation of these tests working
2005-08-15test the standard stencil op modes too (Philipp Klaus Krause)Brian Paul
2004-04-23assorted fixesBrian Paul
2004-02-04Use quads instead of lines to ensure this is testing stencil functionalityKeith Whitwell
rather than rasterization. A crutch to hw with wonky line rasterizers.
2003-05-30applied Ian's misc patchesBrian Paul
2002-10-31simple GL_EXT_stencil_wrap test programBrian Paul