DescriptionRaster into an SkPicture before rendering a DisplayList.
Rasterizing a display list is more than 2x slower than rasterizing in the existing architecture. This is due to recording more with a display list and we have no bounding hierarchy to cull content quickly.
We can address this by creating an SkPicture from the list, with a bounding hierarchy, and rasterizing that instead. The result is slightly faster than the non-S.P. pipeline but uses 2x more memory.
BUG=464738
Committed: https://crrev.com/de765f47e9449420e46d968ec40bb6f41a193990
Cr-Commit-Position: refs/heads/master@{#319519}
Committed: https://crrev.com/c54bea7972a4a26fe49fd43a07cc99bb3a0e1990
Cr-Commit-Position: refs/heads/master@{#320097}
Patch Set 1 #Patch Set 2 : Submit version #
Total comments: 2
Messages
Total messages: 18 (3 generated)
|