summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_jit.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-10-08 17:20:40 +0100
committerKeith Whitwell <keithw@vmware.com>2009-10-08 17:53:12 +0100
commitd0c918b87a9fb0e86d6b3efedf3ef505e04c527f (patch)
tree2f376ba2fe380c877d0463fa1781222bfff5a6a6 /src/gallium/drivers/llvmpipe/lp_jit.h
parent921584181eb2f3b2849d150295dfce1dae25dd11 (diff)
llvmpipe: remove some old sampler support structs
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_jit.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_jit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_jit.h b/src/gallium/drivers/llvmpipe/lp_jit.h
index 643e85be20..207dfbfde1 100644
--- a/src/gallium/drivers/llvmpipe/lp_jit.h
+++ b/src/gallium/drivers/llvmpipe/lp_jit.h
@@ -78,7 +78,7 @@ struct lp_jit_context
{
const float *constants;
- struct tgsi_sampler **samplers;
+ void *dummy; /* remove me */
float alpha_ref_value;