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 0acfa7c..150d6d3 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)