commit | 87f807136c216f5db12568afc2e5c8e893b99ef1 | [log] [tgz] |
---|---|---|
author | Florin Malita <fmalita@chromium.org> | Wed May 10 15:26:44 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu May 11 13:38:53 2017 +0000 |
tree | 1625d2b629a5edf49278f939fc80c0a41f6dd07a | |
parent | 4a41355057ce3b4488e2055f4b6544441a06bcfe [diff] |
A8 fast path for raster clip masks When the clip mask is already A8, we don't need to convert explicitly. Before: 792.72 clipmask_a8 8888 After: 560.06 clipmask_a8 8888 BUG=skia:6005 Change-Id: I9a319df9a82edfc9b412787a36f037bbe82c2825 Reviewed-on: https://skia-review.googlesource.com/16420 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Florin Malita <fmalita@chromium.org>