Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / multipicturedraw.cpp
2017-05-16 Mike Reedmove files out of private, and fix up callers to IWYU
2017-03-22 Mike KleinGM: some header cleanup
2017-03-22 Brian SalomonMark overridden destructors with 'override' and remove...
2016-10-28 Mike Reedremove xfermode from public api
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-07-13 robertphillipsRemove GrLayerHoister
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-24 reedswitch surface to sk_sp
2016-03-22 reedReland of [2] of "switch colorfilters to sk_sp (patchse...
2016-03-22 reedRevert of Revert[2] of "switch colorfilters to sk_sp...
2016-03-22 reedRevert[2] of "switch colorfilters to sk_sp (patchset...
2016-03-22 reedRevert of switch colorfilters to sk_sp (patchset #11...
2016-03-22 reedswitch colorfilters to sk_sp
2016-03-18 reedreturn pictures as sk_sp
2016-03-17 reedupdate callsites for Make image factories
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-07-28 caryclarkmake pixelsnap textblob* etc gm portable
2015-04-27 tfarinaCleanup: Remove unnecessary double-semicolons.
2015-03-27 robertphillipsAdd matrix constructing helpers to SkMatrix
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-23 mtkleinremove unused GM flags
2015-01-23 mtkleinSpin off GM::runAsBench() from flags.
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-11-11 robertphillipsChange where layer hoisting data is gathered
2014-10-06 robertphillipsFix multipicturedraw_biglayer GM
2014-10-03 robertphillipsReduce overdraw in MultiPictureDraw Sierpinski GM
2014-10-02 robertphillipsAdd a MultiPictureDraw GM to exercise layer clipping
2014-09-29 robertphillipsMake pictures in multipicturedraw GM fit in 0,0..W...
2014-09-24 piotaixrSkCanvas::drawImage is the new way for drawing a SkImag...
2014-09-24 borenetRevert of SkCanvas::drawImage is the new way for drawin...
2014-09-23 piotaixrSkCanvas::drawImage is the new way for drawing a SkImag...
2014-09-19 robertphillipsFix memory leak in MultiPictureDraw GM
2014-09-19 robertphillipsExtend MultiPictureDraw GM
2014-08-29 robertphillipsTry out scalar picture sizes
2014-08-22 bsalomonFix leak in multipicturedraw GMs.
2014-08-21 bsalomonFix surface leak in multidraw GMs.
2014-08-21 robertphillipsSkMultiPictureDraw API