softpipe: fix typo
authorKeith Whitwell <keithw@vmware.com>
Fri, 24 Jul 2009 19:18:52 +0000 (20:18 +0100)
committerKeith Whitwell <keithw@vmware.com>
Fri, 24 Jul 2009 19:18:52 +0000 (20:18 +0100)
src/gallium/drivers/softpipe/sp_quad_stencil.c

index 706dd2f756be2ac199cf4113f7b282c766222011..d9ee80e59a3717b84947d94de56fa05089e0cea9 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)