summaryrefslogtreecommitdiffstats
path: root/progs/trivial/dlist-flat-tri.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/trivial: Redraw upon keypress.Vinson Lee2009-11-191-1/+1
|
* progs/trivial: add dlist-flat-tri.cKeith Whitwell2009-06-301-0/+171
State-change functions which precede the first call to glEnd() in a compiled list are vulnerable to not being executed when that list is called. In particular this can happen if a list is invoked from within a begin/end pair, as in this example.