]> git.cworth.org Git - apitrace/commit
trim: Never trim any textures bound within a display list.
authorCarl Worth <cworth@cworth.org>
Fri, 17 Aug 2012 03:32:32 +0000 (20:32 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 22 Nov 2012 08:03:28 +0000 (08:03 +0000)
commit6338d4c26c8ba7afad886404921bf1988ced3822
treec0d66c8cd7909d37bbd75676a310765324503d79
parentef7f2c0a097da22b1c49273e443580b4fab7601b
trim: Never trim any textures bound within a display list.

This is conservative. The more efficient approach would create a
resource link from the display list to the texture, but that will wait
for when we actually have display-list resources.
cli/cli_trim.cpp