summaryrefslogtreecommitdiffstats
path: root/progs/tests/stencilwrap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-283/+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: Silence compiler warnings.Vinson Lee2009-12-201-1/+1
|
* progs/tests: compile with SCons and glewKeith Whitwell2009-03-101-0/+2
| | | | Also get mingw cross-compilation of these tests working
* test the standard stencil op modes too (Philipp Klaus Krause)Brian Paul2005-08-151-50/+141
|
* assorted fixesBrian Paul2004-04-231-1/+1
|
* Use quads instead of lines to ensure this is testing stencil functionalityKeith Whitwell2004-02-041-5/+9
| | | | | rather than rasterization. A crutch to hw with wonky line rasterizers.
* applied Ian's misc patchesBrian Paul2003-05-301-9/+48
|
* simple GL_EXT_stencil_wrap test programBrian Paul2002-10-311-0/+147