commit | 1fbdb61f1389f01ce1cf1b7950e03a84811a9f38 | [log] [tgz] |
---|---|---|
author | Chris Dalton <csmartdalton@google.com> | Tue Dec 12 12:48:47 2017 -0700 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Dec 13 14:29:42 2017 +0000 |
tree | f2e952f809e3987f9e568b3e7d50374364b43fea | |
parent | 250e6e880f26840b200c46396af8d50facf1f2ae [diff] |
CCPR: Optimize Hull geometry Conceptualizes hulls a as single entity, rather than a set of "wedges" fanned around the midpoint. Optimizes GSImpl hulls to use less, better triangles and not use the midpoint. This refactoring also paves the way for VSImpl hulls. Bug: skia: Change-Id: I6a03c7b64811edfd1589f11a5d102e6ee56ea2d2 Reviewed-on: https://skia-review.googlesource.com/83962 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Chris Dalton <csmartdalton@google.com>