diff options
author | Keith Whitwell <[email protected]> | 2009-10-08 17:20:40 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-10-08 17:53:12 +0100 |
commit | d0c918b87a9fb0e86d6b3efedf3ef505e04c527f (patch) | |
tree | 2f376ba2fe380c877d0463fa1781222bfff5a6a6 /src/gallium/drivers/llvmpipe/lp_jit.h | |
parent | 921584181eb2f3b2849d150295dfce1dae25dd11 (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.h | 2 |
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 643e85be200..207dfbfde10 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; |