summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_tex_sample.h
diff options
context:
space:
mode:
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;
};