summaryrefslogtreecommitdiff
path: root/progs/trivial/tri-z.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-14progs/trivial: Silence compiler warnings.Vinson Lee
2009-06-01trivial/tri-z: add controls for depthrange min/maxKeith Whitwell
Also add key to set up quake-1 style ztrick rendering with clear depth 1.0, deptrange(1.0, 0.0) and depthfunc GL_GREATER.
2008-09-11press 'c' to toggle Z clear value between 0/1Brian Paul
2008-09-11press 'f' to cycle through depth test funcsBrian Paul
2007-06-25better triangle Z coordsBrian
2007-06-20triangles w/ depth testBrian