llvmpipe: fix typo
authorKeith Whitwell <keithw@vmware.com>
Fri, 24 Jul 2009 19:18:52 +0000 (20:18 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 29 Aug 2009 08:21:18 +0000 (09:21 +0100)
src/gallium/drivers/llvmpipe/lp_quad_stencil.c

index 0acfa7cb68ad70c27855ee41d605ca98136b70a8..150d6d3998047fb42238c6ccf29ec4aa0c429acd 100644 (file)
@@ -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)