commit | 27927a5e9cc115d6bb42e4de638d0d906e378e9c | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Mon Aug 20 13:18:12 2018 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Aug 20 18:09:17 2018 +0000 |
tree | 85826833a1a600ca0e892ba6306e9e29cf0eaf65 | |
parent | 8d744124a6f885a9fd087580e0b119f568cd293d [diff] |
Change drawPathWithMaskFilter to drawShapeWithMaskFilter The caching portion of this (enabled by using GrShapes) is still in: https://skia-review.googlesource.com/c/skia/+/146767 (Add GPU-side caching of mask-filtered path masks) I would like to land them separately to assess the perf impact of dropping the path (im)mutability hint. Change-Id: I584765177f2bb250a449d506d38f21f879fecdc6 Reviewed-on: https://skia-review.googlesource.com/147963 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>