From 6b65685def525a8023ee936e82e53af2bc4e38b2 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 8 Oct 2009 16:33:12 +0100 Subject: llvmpipe: remove tex tile cache and related code --- src/gallium/drivers/llvmpipe/lp_tex_sample.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gallium/drivers/llvmpipe/lp_tex_sample.h') diff --git a/src/gallium/drivers/llvmpipe/lp_tex_sample.h b/src/gallium/drivers/llvmpipe/lp_tex_sample.h index 9ad1bde9565..526ea100db6 100644 --- a/src/gallium/drivers/llvmpipe/lp_tex_sample.h +++ b/src/gallium/drivers/llvmpipe/lp_tex_sample.h @@ -34,7 +34,6 @@ #include "tgsi/tgsi_exec.h" -struct llvmpipe_tex_tile_cache; struct lp_sampler_static_state; @@ -55,8 +54,6 @@ struct lp_shader_sampler const struct pipe_texture *texture; const struct pipe_sampler_state *sampler; - - struct llvmpipe_tex_tile_cache *cache; }; -- cgit v1.2.3