GrTessellator: convert contours to VertexLists.
authorStephen White <senorblanco@chromium.org>
Tue, 7 Mar 2017 19:07:18 +0000 (14:07 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Tue, 7 Mar 2017 20:09:13 +0000 (20:09 +0000)
commit3a9aab9ef0874d7fe661e48608a334c3ef98c6ba
tree32fa55e49a4998275341fea52664ee5cbce6c345
parent472991481bf1aaf6e966d9e8d3c64208cfc84247
GrTessellator: convert contours to VertexLists.

This is a cleanup patch; should have no user-visible effects.

Note that contours are now returned opened, rather than closed. This
plays better with VertexList, and makes the code simpler.

BUG=skia:

Change-Id: I6a422fed0805cdca53cf0697b8427fff7cd77ad3
Reviewed-on: https://skia-review.googlesource.com/9343
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Stephen White <senorblanco@chromium.org>
src/gpu/GrTessellator.cpp