summaryrefslogtreecommitdiff
path: root/progs/trivial/dlist-recursive-call.c
AgeCommit message (Collapse)Author
2009-11-19progs/trivial: Redraw upon keypress.Vinson Lee
2009-06-30progs/trivial: add dlist-recursive-callKeith Whitwell
When one display list calls another display list, it is possible that the calling display list makes state-changes or other actions which invalidate any attempt at caching or state-change elimination in the calling list. This test exercises one such case, where the called list consists of just a single glShadeModel() call.