summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_quad_coverage.c
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_quad_coverage.c
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_quad_coverage.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_quad_coverage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_quad_coverage.c b/src/gallium/drivers/llvmpipe/lp_quad_coverage.c
index 7d70ab135a..9bc31dfe9d 100644
--- a/src/gallium/drivers/llvmpipe/lp_quad_coverage.c
+++ b/src/gallium/drivers/llvmpipe/lp_quad_coverage.c
@@ -68,7 +68,6 @@ coverage_run(struct quad_stage *qs,
struct quad_header *quads[],
unsigned nr)
{
- struct llvmpipe_context *llvmpipe = qs->llvmpipe;
unsigned i;
for (i = 0; i < nr; i++)