softpipe: split texture and surface tile caches
authorKeith Whitwell <keithw@vmware.com>
Wed, 29 Jul 2009 06:40:50 +0000 (07:40 +0100)
committerKeith Whitwell <keithw@vmware.com>
Tue, 18 Aug 2009 15:55:10 +0000 (16:55 +0100)
commit80c78472ad43f4288c9ef5076074ba9d31a39885
tree9059164cd806a1ed09f7a2ab1a7281d42e891bd3
parent99ec78d9462d2a553982d0ea15d538b36b1c123b
softpipe: split texture and surface tile caches

These do similar jobs but with largely disjoint code.  Will want
to evolve them separately going forward.
13 files changed:
src/gallium/drivers/softpipe/Makefile
src/gallium/drivers/softpipe/SConscript
src/gallium/drivers/softpipe/sp_context.c
src/gallium/drivers/softpipe/sp_context.h
src/gallium/drivers/softpipe/sp_flush.c
src/gallium/drivers/softpipe/sp_state_derived.c
src/gallium/drivers/softpipe/sp_state_sampler.c
src/gallium/drivers/softpipe/sp_tex_sample.c
src/gallium/drivers/softpipe/sp_tex_sample.h
src/gallium/drivers/softpipe/sp_tex_tile_cache.c [new file with mode: 0644]
src/gallium/drivers/softpipe/sp_tex_tile_cache.h [new file with mode: 0644]
src/gallium/drivers/softpipe/sp_tile_cache.c
src/gallium/drivers/softpipe/sp_tile_cache.h