Added GrAAFlatteningConvexPathRenderer.
authorethannicholas <ethannicholas@google.com>
Wed, 10 Jun 2015 19:11:17 +0000 (12:11 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 10 Jun 2015 19:11:17 +0000 (12:11 -0700)
commit1a1b3ac0d4feecb0fefa8a07c7abf3471c96f545
tree4c03c8b596f18b5367e57624cfa0194d1e0107b0
parent523beb7fd91e6a171a69f44cf6cc8e8d88a22dd0
Added GrAAFlatteningConvexPathRenderer.

This is an alternate version of GrAAConvexPathRenderer which handles
curves by first flattening them to straight lines.

BUG=skia:

Review URL: https://codereview.chromium.org/1158803002
gyp/gpu.gypi
src/gpu/GrAAConvexTessellator.cpp
src/gpu/GrAAConvexTessellator.h
src/gpu/GrAALinearizingConvexPathRenderer.cpp [new file with mode: 0644]
src/gpu/GrAALinearizingConvexPathRenderer.h [new file with mode: 0644]