summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-01-07 16:16:45 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-01-07 16:16:45 +0000
commit8081c1eaa56bc46a641ee9283ef9b6c416b5b4b2 (patch)
tree899b33e2cd3879375671ddc9b4a3457e6250cf78 /src/gallium/drivers/llvmpipe/lp_state.h
parent12c6b871a3ae4a091d6f768231304f3578a9a9f1 (diff)
llvmpipe: Remove TGSI sampler pointers from JIT context too.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state.h b/src/gallium/drivers/llvmpipe/lp_state.h
index 3e482cb904..7020da145f 100644
--- a/src/gallium/drivers/llvmpipe/lp_state.h
+++ b/src/gallium/drivers/llvmpipe/lp_state.h
@@ -56,7 +56,6 @@
#define LP_NEW_QUERY 0x4000
-struct tgsi_sampler;
struct vertex_info;
struct pipe_context;
struct llvmpipe_context;