summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_tex_sample.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-10-08 16:33:12 +0100
committerKeith Whitwell <keithw@vmware.com>2009-10-08 16:33:12 +0100
commit6b65685def525a8023ee936e82e53af2bc4e38b2 (patch)
tree3670e2118546cc5b4cdf41b682bfd587fdb36ec1 /src/gallium/drivers/llvmpipe/lp_tex_sample.h
parentd2e2b75633b5ac8eef20fd3c6846d871a6d7eb1a (diff)
llvmpipe: remove tex tile cache and related code
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_tex_sample.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_tex_sample.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_tex_sample.h b/src/gallium/drivers/llvmpipe/lp_tex_sample.h
index 9ad1bde956..526ea100db 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;
};