diff options
author | José Fonseca <[email protected]> | 2010-01-07 16:16:45 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-01-07 16:16:45 +0000 |
commit | 8081c1eaa56bc46a641ee9283ef9b6c416b5b4b2 (patch) | |
tree | 899b33e2cd3879375671ddc9b4a3457e6250cf78 /src/gallium/drivers/llvmpipe/lp_state.h | |
parent | 12c6b871a3ae4a091d6f768231304f3578a9a9f1 (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.h | 1 |
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 3e482cb9047..7020da145f3 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; |