mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 22:18:13 +02:00
llvmpipe: updated comments
This commit is contained in:
parent
9a23d810be
commit
75f262b8b4
1 changed files with 4 additions and 2 deletions
|
|
@ -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++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue