Add GrAAConvexTessellator class
authorrobertphillips <robertphillips@google.com>
Wed, 6 May 2015 12:15:57 +0000 (05:15 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 6 May 2015 12:15:57 +0000 (05:15 -0700)
commit84b008873b5bdf35eba9185038fb3b5580a8b9a8
tree2dcc74e45ad8ef7f80b80235bf2097ce886547d3
parent91d06bcc6c099515ebcfaa90017aec0713e1dc1f
Add GrAAConvexTessellator class

This CL adds a GrAAConvexTessellator class. It does not connect it to the GrAAConvexPathRenderer.

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