diff options
author | Brian Paul <brianp@vmware.com> | 2009-12-03 17:27:10 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-12-03 17:27:10 -0700 |
commit | 30c122a4c90b62ad3d6b7bacb61c04dd38a4b2df (patch) | |
tree | e7c513d7fdcb5a99a32bcd8834f1d50368d2bb0e /src/gallium/drivers/llvmpipe/lp_setup_tri.c | |
parent | 4e058f6c4803be5d9d676338d6aee2775b88b87c (diff) | |
download | external_mesa3d-30c122a4c90b62ad3d6b7bacb61c04dd38a4b2df.zip external_mesa3d-30c122a4c90b62ad3d6b7bacb61c04dd38a4b2df.tar.gz external_mesa3d-30c122a4c90b62ad3d6b7bacb61c04dd38a4b2df.tar.bz2 |
llvmpipe: new comment in do_triangle_ccw()
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_setup_tri.c')
-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 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; |