Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/trivial: Redraw upon keypress. | Vinson Lee | 2009-11-19 | 1 | -1/+1 |
| | |||||
* | progs/trivial: add dlist-flat-tri.c | Keith Whitwell | 2009-06-30 | 1 | -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. |