commit | 44df651ebefc284acc2f66425dff3ea0b0e14b36 | [log] [tgz] |
---|---|---|
author | msarett <msarett@google.com> | Thu Aug 25 13:54:30 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Aug 25 13:54:30 2016 -0700 |
tree | 324bcf1b278ed44e168f0a6c548fd9a194014b6c | |
parent | 4d866dfc46bc381da1761d05ce8b5a3bb0cd7f00 [diff] |
Add drawRegion() API to SkCanvas This will allow us to optimize for the RectGrid macrobench. Currently, SkiaGL is much slower than OpenGL. SkiaGL 12 items/s OpenGL 160 items/s This contains everything except for the fast implementation on GPU. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2277053002 Review-Url: https://codereview.chromium.org/2277053002