llvmpipe: new comment in do_triangle_ccw()
authorBrian Paul <brianp@vmware.com>
Fri, 4 Dec 2009 00:27:10 +0000 (17:27 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 4 Dec 2009 00:27:10 +0000 (17:27 -0700)
src/gallium/drivers/llvmpipe/lp_setup_tri.c

index cf86255..c21c465 100644 (file)
@@ -376,6 +376,11 @@ do_triangle_ccw(struct setup_context *setup,
       }
    }
 
+   /*
+    * All fields of 'tri' are now set.  The remaining code here is
+    * concerned with binning.
+    */
+
    /* Convert to tile coordinates:
     */
    minx = tri->minx / TILE_SIZE;