summaryrefslogtreecommitdiffstats
path: root/progs/trivial/dlist-tri-flat-tri.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/trivial: Redraw upon keypress.Vinson Lee2009-11-191-1/+1
|
* dlist-tri-flat-tri: make tri render differently if flatshade not enabledKeith Whitwell2009-06-301-1/+3
| | | | | When testing flat-shading, it helps to specify per-vertex colors so that you can distinguish between flat & smooth shading.
* progs/trivial: test case for dlist statechange eliminationKeith Whitwell2009-06-301-0/+169
Creates a display list with redundant call to glShadeModel. View dlist contents with MESA_VERBOSE=list