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 cf8625540671bec397103a056eae7dfd0ae2a7fb..c21c465a75dfcee2436b6b1a3bba9ba13048cf6c 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;