diff options
author | Brian Paul <[email protected]> | 2009-12-03 17:27:10 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-03 17:27:10 -0700 |
commit | 30c122a4c90b62ad3d6b7bacb61c04dd38a4b2df (patch) | |
tree | e7c513d7fdcb5a99a32bcd8834f1d50368d2bb0e /src/gallium | |
parent | 4e058f6c4803be5d9d676338d6aee2775b88b87c (diff) |
llvmpipe: new comment in do_triangle_ccw()
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_setup_tri.c | 5 |
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; |