Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-30 | progs/trivial: add dlist-recursive-call | Keith 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. |