llvmpipe: new comment in do_triangle_ccw()

This commit is contained in:
Brian Paul 2009-12-03 17:27:10 -07:00
parent 4e058f6c48
commit 30c122a4c9

View 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;