summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-07-24 20:19:18 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-29 09:21:18 +0100
commit90caf1a3f39204a1a4b6207e0746ba694668c144 (patch)
tree962299177c0803f381b8e2a66107979d6027b74f /src/gallium/drivers/llvmpipe/lp_context.h
parent54c6ef144fff08899e943cd2f700b501ecc6b61c (diff)
llvmpipe: move all color-combine code into lp_quad_blend.c
Consolidate the read-modify-write color combining code from the blend, colormask and output stages.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_context.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_context.h b/src/gallium/drivers/llvmpipe/lp_context.h
index 38ad1ca50f..e341cd01af 100644
--- a/src/gallium/drivers/llvmpipe/lp_context.h
+++ b/src/gallium/drivers/llvmpipe/lp_context.h
@@ -123,8 +123,6 @@ struct llvmpipe_context {
struct quad_stage *occlusion;
struct quad_stage *coverage;
struct quad_stage *blend;
- struct quad_stage *colormask;
- struct quad_stage *output;
struct quad_stage *first; /**< points to one of the above stages */
} quad;