From 30c122a4c90b62ad3d6b7bacb61c04dd38a4b2df Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 3 Dec 2009 17:27:10 -0700 Subject: llvmpipe: new comment in do_triangle_ccw() --- src/gallium/drivers/llvmpipe/lp_setup_tri.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gallium/drivers') diff --git a/src/gallium/drivers/llvmpipe/lp_setup_tri.c b/src/gallium/drivers/llvmpipe/lp_setup_tri.c index cf86255406..c21c465a75 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; -- cgit v1.2.3