Make the GM tool run GMs through an SkGPipe.
authorscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 4 Jun 2012 17:17:36 +0000 (17:17 +0000)
committerscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 4 Jun 2012 17:17:36 +0000 (17:17 +0000)
commit5af9b2032b552516c9223d9fb22185b022b13c62
tree7cc39054417af0eb346d09a4defb7a8ca3a5712f
parentda30999f2b71fdc2997fdb83fb65146c053759ed
Make the GM tool run GMs through an SkGPipe.

Add pipe to core gyp project.

Do not run samplerstress through the pipe, since its
custom MaskFilter will not draw correctly.

Fix an assert in SkGPipeWrite when writing a typeface.
Review URL: https://codereview.appspot.com/6276044

git-svn-id: http://skia.googlecode.com/svn/trunk@4139 2bbb7eff-a529-9590-31e7-b0007b416f81
gm/gm.h
gm/gmmain.cpp
gm/samplerstress.cpp
gyp/SampleApp.gyp
gyp/core.gyp
gyp/gm.gyp
src/pipe/SkGPipeWrite.cpp