llvmpipe: remove unused member from lp_fragment_shader_variant_key
authorKeith Whitwell <keithw@vmware.com>
Sun, 22 Aug 2010 11:16:45 +0000 (12:16 +0100)
committerKeith Whitwell <keithw@vmware.com>
Sun, 22 Aug 2010 13:49:17 +0000 (14:49 +0100)
src/gallium/drivers/llvmpipe/lp_state_fs.h

index 37900fc54432297487c2848e3d7335c0439263a7..78c5b1aee26912eb60c212b266966894ea417212 100644 (file)
@@ -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];
 };