progs/trivial: add dlist-flat-tri.c
authorKeith Whitwell <keithw@vmware.com>
Tue, 30 Jun 2009 16:06:50 +0000 (17:06 +0100)
committerKeith Whitwell <keithw@vmware.com>
Tue, 30 Jun 2009 16:06:50 +0000 (17:06 +0100)
commit09a3a28fc8f1ed931304bf27a56fe72768d7861e
tree381b3ca4650d844ac7190af4b69edaa6aae78426
parent7e91d035b9ef65adda39c8b164afa363477d7893
progs/trivial: add dlist-flat-tri.c

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