]> git.cworth.org Git - apitrace/commit
trim: Add support for display lists.
authorCarl Worth <cworth@cworth.org>
Fri, 17 Aug 2012 01:29:43 +0000 (18:29 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 22 Nov 2012 08:03:26 +0000 (08:03 +0000)
commitef7f2c0a097da22b1c49273e443580b4fab7601b
treec2428bdf1d3d8f8f236b990e8c9d9016a5262d72
parent81bda5afcccf41002128b2095442fe838d395969
trim: Add support for display lists.

The calls specified between glNewList and glEndList need to have
special treatment. For now we do the simplest thing and
unconditionally include all such calls in the trim output.

Eventually we will want to track display-list resources similar to
textures and trim away unused display lists.
cli/cli_trim.cpp