forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display list R-Tree culling (flutter#38429)
* collect DL indices in RTree for clip culling * fix bounds in unit test and minor opt in Dispatch * normalize inline matrix objects and minor fixes to unit test * remove over-eager DCHECK and improve R-Tree comments * formatting * include vector for Windows * method rename and distribute child nodes more evenly * add R-Tree specific unit tests and debug checks * add comments about geometry to R-Tree unit tests and adjust spacing * licenses * licenses attempt 2 * fix potential overflow with uint32_t * aggressively const DisplayList fields and methods * add implementation comments per review feedback
- Loading branch information
Showing
15 changed files
with
1,295 additions
and
375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.