From: Brian Paul Date: Fri, 4 Dec 2009 00:27:10 +0000 (-0700) Subject: llvmpipe: new comment in do_triangle_ccw() X-Git-Tag: 062012170305~14503^2~177 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30c122a4c90b62ad3d6b7bacb61c04dd38a4b2df;p=profile%2Fivi%2Fmesa.git llvmpipe: new comment in do_triangle_ccw() --- diff --git a/src/gallium/drivers/llvmpipe/lp_setup_tri.c b/src/gallium/drivers/llvmpipe/lp_setup_tri.c index cf86255..c21c465 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;