progs/trivial: add dlist-recursive-call
authorKeith Whitwell <keithw@vmware.com>
Tue, 30 Jun 2009 16:02:16 +0000 (17:02 +0100)
committerKeith Whitwell <keithw@vmware.com>
Tue, 30 Jun 2009 16:02:16 +0000 (17:02 +0100)
commit2e570be85211f603b820dd2c5e9aa2f29a51fc66
tree01c7cbcafd36ade80d129761c45230f127b8a110
parent1730eaa2a2454018b4907df2f2bda3c4455137ca
progs/trivial: add dlist-recursive-call

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.
progs/trivial/Makefile
progs/trivial/dlist-recursive-call.c [new file with mode: 0644]