mesa/dlist: invalidate cached dlist compile state after CallList
authorKeith Whitwell <keithw@vmware.com>
Tue, 30 Jun 2009 16:04:11 +0000 (17:04 +0100)
committerKeith Whitwell <keithw@vmware.com>
Tue, 30 Jun 2009 16:04:11 +0000 (17:04 +0100)
commit7e91d035b9ef65adda39c8b164afa363477d7893
tree80abadd678a8b3acc0e3db8fd7deca03cac70051
parent2e570be85211f603b820dd2c5e9aa2f29a51fc66
mesa/dlist: invalidate cached dlist compile state after CallList

When compiling a display list containing a CallList, it is necessary to
invalidate any assumption about the GL state after the recursive call
completes.
src/mesa/main/dlist.c