commit | 73653b43dd3609433165c4d41094646f860c39e8 | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Wed Aug 22 12:42:42 2018 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Aug 22 20:28:02 2018 +0000 |
tree | cd9cc0d97e88ec75118156b17ed7599196e61189 | |
parent | 4283c036694b76b2af7e55f01b85bc5607baca9e [diff] |
Address perf regression due adding GrRenderTargetContext::drawShape method All of the skps that regressed have maskFiltered DRRects that can be drawn as nested rects. These used to go through the nested rect fast path and will again do so with this CL. Change-Id: Ic787b89ffe71d2e9b20d394d5e0ce1a0ce135e98 Reviewed-on: https://skia-review.googlesource.com/148666 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>