Mesa (lp-binning): llvmpipe: remove tex tile cache and related code

Keith Whitwell keithw at kemper.freedesktop.org
Thu Oct 8 15:33:38 UTC 2009


Module: Mesa
Branch: lp-binning
Commit: 6b65685def525a8023ee936e82e53af2bc4e38b2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b65685def525a8023ee936e82e53af2bc4e38b2

Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu Oct  8 16:33:12 2009 +0100

llvmpipe: remove tex tile cache and related code

---

 src/gallium/drivers/llvmpipe/lp_context.c       |   70 +-
 src/gallium/drivers/llvmpipe/lp_context.h       |   21 +-
 src/gallium/drivers/llvmpipe/lp_draw_arrays.c   |    3 -
 src/gallium/drivers/llvmpipe/lp_flush.c         |   32 +-
 src/gallium/drivers/llvmpipe/lp_setup.h         |    9 +-
 src/gallium/drivers/llvmpipe/lp_state.h         |    6 -
 src/gallium/drivers/llvmpipe/lp_state_derived.c |    7 +-
 src/gallium/drivers/llvmpipe/lp_state_sampler.c |    2 -
 src/gallium/drivers/llvmpipe/lp_state_surface.c |   41 +-
 src/gallium/drivers/llvmpipe/lp_tex_cache.c     |  304 ----
 src/gallium/drivers/llvmpipe/lp_tex_cache.h     |  151 --
 src/gallium/drivers/llvmpipe/lp_tex_sample.h    |    3 -
 src/gallium/drivers/llvmpipe/lp_tex_sample_c.c  | 1713 -----------------------
 src/gallium/drivers/llvmpipe/lp_texture.c       |    4 +-
 14 files changed, 33 insertions(+), 2333 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=6b65685def525a8023ee936e82e53af2bc4e38b2



More information about the mesa-commit mailing list