summaryrefslogtreecommitdiffstats
path: root/progs/trivial/tri-z.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-204/+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/trivial: Silence compiler warnings.Vinson Lee2009-12-141-3/+3
|
* trivial/tri-z: add controls for depthrange min/maxKeith Whitwell2009-06-011-10/+40
| | | | | 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.
* press 'c' to toggle Z clear value between 0/1Brian Paul2008-09-111-4/+21
|
* press 'f' to cycle through depth test funcsBrian Paul2008-09-111-0/+26
|
* better triangle Z coordsBrian2007-06-251-4/+4
|
* triangles w/ depth testBrian2007-06-201-0/+131