mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
llvmpipe: new comment in do_triangle_ccw()
This commit is contained in:
parent
4e058f6c48
commit
30c122a4c9
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue