llvmpipe: updated comments

This commit is contained in:
Brian Paul 2010-01-19 09:30:13 -07:00
parent 9a23d810be
commit 75f262b8b4

View file

@ -440,8 +440,10 @@ do_triangle_ccw(struct setup_context *setup,
int x, y;
/* Trivially accept or reject blocks, else jump to per-pixel
* examination above.
/* Test tile-sized blocks against the triangle.
* Discard blocks fully outside the tri. If the block is fully
* contained inside the tri, bin an lp_rast_shade_tile command.
* Else, bin a lp_rast_triangle command.
*/
for (y = miny; y <= maxy; y++)
{