aboutsummaryrefslogtreecommitdiff
path: root/gm/multipicturedraw.cpp
AgeCommit message (Expand)Author
2018-09-05Revert "makeSurface defaults to raster"Cary Clark
2018-09-05makeSurface defaults to rasterCary Clark
2018-08-16don't adapt any gray colors to 565Mike Klein
2018-01-02use tool_utils to encapsulate checking for recording canvas and makeSurfaceMike Reed
2017-05-16move files out of private, and fix up callers to IWYUMike Reed
2017-03-22GM: some header cleanupMike Klein
2017-03-22Mark overridden destructors with 'override' and remove 'virtual'Brian Salomon
2016-10-28remove xfermode from public apiMike Reed
2016-09-01Replace a lot of 'static const' with 'constexpr' or 'const'.mtklein
2016-07-13Remove GrLayerHoisterrobertphillips
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2016-03-23switch surface to sk_spreed
2016-03-22Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of htt...reed
2016-03-22Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 ...reed
2016-03-22Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https:/...reed
2016-03-22Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://cod...reed
2016-03-22switch colorfilters to sk_spreed
2016-03-18return pictures as sk_spreed
2016-03-17update callsites for Make image factoriesreed
2015-08-27Style Change: NULL->nullptrhalcanary
2015-08-26Style Change: SkNEW->new; SkDELETE->deletehalcanary
2015-07-28make pixelsnap textblob* etc gm portablecaryclark
2015-04-27Cleanup: Remove unnecessary double-semicolons.tfarina
2015-03-26Add matrix constructing helpers to SkMatrixrobertphillips
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-01-23remove unused GM flagsmtklein
2015-01-23Spin off GM::runAsBench() from flags.mtklein
2015-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
2014-11-11Change where layer hoisting data is gatheredrobertphillips
2014-10-06Fix multipicturedraw_biglayer GMrobertphillips
2014-10-03Reduce overdraw in MultiPictureDraw Sierpinski GMrobertphillips
2014-10-02Add a MultiPictureDraw GM to exercise layer clippingrobertphillips
2014-09-29Make pictures in multipicturedraw GM fit in 0,0..W,H rangerobertphillips
2014-09-24SkCanvas::drawImage is the new way for drawing a SkImage to a Canvaspiotaixr
2014-09-24Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canv...borenet
2014-09-23SkCanvas::drawImage is the new way for drawing a SkImage to a Canvaspiotaixr
2014-09-19Fix memory leak in MultiPictureDraw GMrobertphillips
2014-09-19Extend MultiPictureDraw GMrobertphillips
2014-08-29Try out scalar picture sizesrobertphillips
2014-08-22Fix leak in multipicturedraw GMs.bsalomon
2014-08-21Fix surface leak in multidraw GMs.bsalomon
2014-08-21SkMultiPictureDraw APIrobertphillips