diff options
author | Keith Whitwell <keithw@vmware.com> | 2009-07-24 20:18:52 +0100 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2009-08-29 09:21:18 +0100 |
commit | 54c6ef144fff08899e943cd2f700b501ecc6b61c (patch) | |
tree | b02346da9517987090ed8413090071e58df8c3a1 | |
parent | 3c71a190160e30ddf59f64fd3abd8a637281f435 (diff) |
llvmpipe: fix typo
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_quad_stencil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_quad_stencil.c b/src/gallium/drivers/llvmpipe/lp_quad_stencil.c index 0acfa7cb68..150d6d3998 100644 --- a/src/gallium/drivers/llvmpipe/lp_quad_stencil.c +++ b/src/gallium/drivers/llvmpipe/lp_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) |