diff options
author | Keith Whitwell <[email protected]> | 2010-08-22 12:16:45 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-08-22 14:49:17 +0100 |
commit | 49a2ea082b16732959b1e8e793d9c3293d8332c0 (patch) | |
tree | 7af7ea219ac2b208749d31535252bb0e16dcd95e /src/gallium/drivers/llvmpipe/lp_state_fs.h | |
parent | 0ad82b8d28cbb8d7224bf96c43c80fed45321597 (diff) |
llvmpipe: remove unused member from lp_fragment_shader_variant_key
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state_fs.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_state_fs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.h b/src/gallium/drivers/llvmpipe/lp_state_fs.h index 37900fc5443..78c5b1aee26 100644 --- a/src/gallium/drivers/llvmpipe/lp_state_fs.h +++ b/src/gallium/drivers/llvmpipe/lp_state_fs.h @@ -56,10 +56,6 @@ struct lp_fragment_shader_variant_key unsigned flatshade:1; unsigned occlusion_count:1; - struct { - ubyte colormask; - } cbuf_blend[PIPE_MAX_COLOR_BUFS]; - struct lp_sampler_static_state sampler[PIPE_MAX_SAMPLERS]; }; |