commit | adbbfa6c06e2dd5f4feb8acb3f820a4ddeb14dbb | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@chromium.org> | Fri Sep 01 11:20:46 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Sep 01 15:58:47 2017 +0000 |
tree | 2a53e9657edd39f87c071434e7742401a4ae33a2 | |
parent | 5f13bef50119961c8ba3698393d4afa20dd26b3e [diff] |
pixmap erase fast-path Brian and I saw a measurable speedup on software path rendering when calling memset(..., 0, ...) instead of looping over one memset per scanline. This brings that fast path to the masses. Change-Id: I792416e30e924efdd6ab40d445148b5c59f7bc62 Reviewed-on: https://skia-review.googlesource.com/41847 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>