Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / patch.cpp
2017-04-05 Mike Reedhide most details of SkPatchUtils
2016-10-28 Mike Reedremove xfermode from public api
2016-04-06 mtkleinFix lazy coding in ViaSingletonPictures.
2016-03-29 reedswitch xfermodes over to sk_sp
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-13 reedReland of "more shader-->sp conversions (patchset ...
2016-03-13 reedRevert of more shader-->sp conversions (patchset #5...
2016-03-13 reedmore shader-->sp conversions
2015-09-09 halcanaryGM: replace boilerplate with macros
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-23 mtkleinremove unused GM flags
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-08-13 dandovProposal for the mesh gradient interface. Implemented...
2014-08-12 dandovSkCanvas::drawPatch param SkPoint[12]
2014-08-07 dandovStopped skipping tests in dm of SkPatch by implementing the
2014-08-04 dandovSkCanvas interface for drawing a patch.
2014-07-25 dandovAdded classes SkPatch and SkPatchMesh which help encaps...