llvmpipe: Split the texture cache from the color/depth/stencil cache.
authorJosé Fonseca <jfonseca@vmware.com>
Sun, 9 Aug 2009 16:22:01 +0000 (17:22 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 29 Aug 2009 08:21:27 +0000 (09:21 +0100)
commit0318f3e53eed88f0feea6e7a4fd8a8d9becc9774
tree7d272621843aa2b66d299ab6c759d5a901b5eece
parentb836b2593c0450125bef6b88b02c7d6c20e9eff8
llvmpipe: Split the texture cache from the color/depth/stencil cache.
13 files changed:
src/gallium/drivers/llvmpipe/SConscript
src/gallium/drivers/llvmpipe/lp_context.c
src/gallium/drivers/llvmpipe/lp_context.h
src/gallium/drivers/llvmpipe/lp_flush.c
src/gallium/drivers/llvmpipe/lp_state_derived.c
src/gallium/drivers/llvmpipe/lp_state_sampler.c
src/gallium/drivers/llvmpipe/lp_tex_cache.c [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_tex_cache.h [new file with mode: 0644]
src/gallium/drivers/llvmpipe/lp_tex_sample.c
src/gallium/drivers/llvmpipe/lp_tex_sample.h
src/gallium/drivers/llvmpipe/lp_texture.c
src/gallium/drivers/llvmpipe/lp_tile_cache.c
src/gallium/drivers/llvmpipe/lp_tile_cache.h