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)
committerBen Skeggs <skeggsb@gmail.com>
Sun, 9 Dec 2007 01:05:28 +0000 (12:05 +1100)
commit274a3d9cb6a196c1b191769f581915cf5f8dccfe
tree2efc7edf97559ef9ad8c3a13e744c7a257038a05
parent8c1c222b6ded06e40c044f4dee4550005ba620f9
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