Try to reduce the frequency of calls to pipe->get_tex_surface()
authorBrian <brian.paul@tungstengraphics.com>
Sat, 8 Dec 2007 04:21:58 +0000 (21:21 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Sat, 8 Dec 2007 04:21:58 +0000 (21:21 -0700)
commitf83d4e7bde28d6f73a0de96781da506ddb338714
tree1366bf3b6e2e9c653b57b720b819ca51ab151290
parenta110789f3ecc883fbd0f39758c40a6adc5118aff
Try to reduce the frequency of calls to pipe->get_tex_surface()

Save the surface info in the tile cache and re-use whenever possible.
src/mesa/pipe/softpipe/sp_tile_cache.c