Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / distantclip.cpp
2017-05-16 Mike Reedmove files out of private, and fix up callers to IWYU
2016-09-21 reedallow clip calls w/o op param, remove unnecessary kRepl...
2016-09-20 reedabstract name of clipping ops, to transtion to a more...
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-18 reedreturn pictures as sk_sp
2015-08-27 halcanaryStyle Change: NULL->nullptr
2014-09-04 robertphillipsChange SkPicture::draw to playback
2014-08-29 robertphillipsTry out scalar picture sizes
2014-06-10 tfarinaCleanup: Get rid of make_isize() function from gm.h.
2014-04-18 robertphillips@goo... Staging for cleanup of SkPicture-related headers
2014-04-17 commit-bot@chromiu... Staged removal of SkPicture-derived classes
2014-04-13 robertphillips@goo... split SkPictureRecorder out of SkPicture
2012-09-18 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-09-17 robertphillips@goo... fixed compiler complaints
2012-09-14 rileya@google.comFix picture refcnt bug in distantclip gm. Unreviewed.
2012-09-14 rileya@google.comAdd gm to test SkRegion/clipPath bug.