Mesa (master): llvmpipe: remove unused member from lp_fragment_shader_variant_key

Keith Whitwell keithw at kemper.freedesktop.org
Sun Aug 22 13:56:03 UTC 2010


Module: Mesa
Branch: master
Commit: 49a2ea082b16732959b1e8e793d9c3293d8332c0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=49a2ea082b16732959b1e8e793d9c3293d8332c0

Author: Keith Whitwell <keithw at vmware.com>
Date:   Sun Aug 22 12:16:45 2010 +0100

llvmpipe: remove unused member from lp_fragment_shader_variant_key

---

 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 37900fc..78c5b1a 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];
 };
 




More information about the mesa-commit mailing list