summaryrefslogtreecommitdiff
path: root/progs/trivial/dlist-flat-tri.c
AgeCommit message (Collapse)Author
2009-06-30progs/trivial: add dlist-flat-tri.cKeith Whitwell
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.