Add convex polygon rendering effect and GM to test it.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 30 Jan 2014 18:15:51 +0000 (18:15 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 30 Jan 2014 18:15:51 +0000 (18:15 +0000)
commitc3fe54975daf6274103bcfefe5ed2e7af8d0170a
tree3f6fd520608519d149f203f9c089ab846e16eb7a
parentfd191a135ff2a945edf2d4ead602b795631b200f
Add convex polygon rendering effect and GM to test it.

BUG=skia:2051
R=robertphillips@google.com, jvanverth@google.com

Author: bsalomon@google.com

Review URL: https://codereview.chromium.org/149683004

git-svn-id: http://skia.googlecode.com/svn/trunk@13242 2bbb7eff-a529-9590-31e7-b0007b416f81
gm/beziereffects.cpp
gm/convexpolyeffect.cpp [new file with mode: 0644]
gyp/gmslides.gypi
gyp/gpu.gypi
src/gpu/effects/GrConvexPolyEffect.cpp [new file with mode: 0644]
src/gpu/effects/GrConvexPolyEffect.h [new file with mode: 0644]