Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos. | Eric Anholt | 2010-05-21 | 1 | -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 Lee | 2009-12-14 | 1 | -3/+3 |
| | |||||
* | trivial/tri-z: add controls for depthrange min/max | Keith Whitwell | 2009-06-01 | 1 | -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/1 | Brian Paul | 2008-09-11 | 1 | -4/+21 |
| | |||||
* | press 'f' to cycle through depth test funcs | Brian Paul | 2008-09-11 | 1 | -0/+26 |
| | |||||
* | better triangle Z coords | Brian | 2007-06-25 | 1 | -4/+4 |
| | |||||
* | triangles w/ depth test | Brian | 2007-06-20 | 1 | -0/+131 |