summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-12-03 17:27:10 -0700
committerBrian Paul <brianp@vmware.com>2009-12-03 17:27:10 -0700
commit30c122a4c90b62ad3d6b7bacb61c04dd38a4b2df (patch)
treee7c513d7fdcb5a99a32bcd8834f1d50368d2bb0e
parent4e058f6c4803be5d9d676338d6aee2775b88b87c (diff)
llvmpipe: new comment in do_triangle_ccw()
-rw-r--r--src/gallium/drivers/llvmpipe/lp_setup_tri.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_setup_tri.c b/src/gallium/drivers/llvmpipe/lp_setup_tri.c
index cf862554067..c21c465a75d 100644
--- a/src/gallium/drivers/llvmpipe/lp_setup_tri.c
+++ b/src/gallium/drivers/llvmpipe/lp_setup_tri.c
@@ -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;