summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state_fs.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-08-22 12:16:45 +0100
committerKeith Whitwell <keithw@vmware.com>2010-08-22 14:49:17 +0100
commit49a2ea082b16732959b1e8e793d9c3293d8332c0 (patch)
tree7af7ea219ac2b208749d31535252bb0e16dcd95e /src/gallium/drivers/llvmpipe/lp_state_fs.h
parent0ad82b8d28cbb8d7224bf96c43c80fed45321597 (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.h4
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 37900fc544..78c5b1aee2 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];
};