diff options
-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; |