summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-07-24 20:18:52 +0100
committerKeith Whitwell <keithw@vmware.com>2009-07-24 20:18:52 +0100
commit42f1757189ba965e6d917d1124d0d6cf78b19a70 (patch)
tree0ab9e58251ef457a3fe34a8c8ff0aad6f7e172e3 /src
parent333ec94380af502b1c492f61dcc1897bcf43a96c (diff)
softpipe: fix typo
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/softpipe/sp_quad_stencil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_quad_stencil.c b/src/gallium/drivers/softpipe/sp_quad_stencil.c
index 706dd2f756..d9ee80e59a 100644
--- a/src/gallium/drivers/softpipe/sp_quad_stencil.c
+++ b/src/gallium/drivers/softpipe/sp_quad_stencil.c
@@ -330,7 +330,7 @@ stencil_test_quad(struct quad_stage *qs, struct quad_header *quads[],
}
if (quad->inout.mask)
- quads[pass++] = q;
+ quads[pass++] = quad;
}
if (pass)