aboutsummaryrefslogtreecommitdiffstats
path: root/progs/trivial/dlist-tri-mat-tri.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-174/+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: Redraw upon keypress.Vinson Lee2009-11-191-1/+1
|
* progs/trivial: add test case for short-circuiting material changesKeith Whitwell2009-06-301-0/+174
Similar to dlist-tri-flat-tri, but using glMaterial calls, which have the extra property of being legal within Begin/End calls.