Revert "Clear atlas textures at creation in Chrome"
[platform/upstream/libSkiaSharp.git] / example /
2017-05-01 Greg DanielRevert "Revert "Plumb the use of GrBackendRenderTarget...
2017-04-27 Greg DanielRevert "Plumb the use of GrBackendRenderTarget througho...
2017-04-27 Greg DanielPlumb the use of GrBackendRenderTarget throughout Skia
2017-02-22 csmartdaltonAdd the ability to enable/disable GPU path renderers
2016-11-07 Hal Canarybench, samples, etc: s/SkAutoTUnref/sk_sp/
2016-09-29 Mike Reedsimplify composing raster surface into window
2016-08-04 jvanverthGet Mac viewer working with SDL
2016-08-01 robertphillipsRemove some ancillary users of SkSurface::MakeRenderTar...
2016-07-28 robertphillipsRemove use of MakeRenderTargetDirect from view system
2016-07-21 brianosmanAdd SkColorSpace to GrDrawContext
2016-06-16 brianosmanLots of progress on switching to SkColorSpace rather...
2016-06-16 brianosmanRevert of Lots of progress switching to SkColorSpace...
2016-06-16 brianosmanLots of progress on switching to SkColorSpace rather...
2016-05-05 brianosmanAdded --deepColor option to SampleApp, triggers creatio...
2016-03-24 reedswitch surface to sk_sp
2016-03-21 brianosmansRGB support in Ganesh. Several pieces:
2016-03-17 brianosmanRevert of sRGB support in Ganesh. Several pieces: ...
2016-03-17 brianosmansRGB support in Ganesh. Several pieces:
2016-03-17 reedupdate callsites for Make image factories
2016-03-16 mtkleindetach -> release
2016-03-14 reedReland of "Finish conversion to sk_sp<SkShader> (patchs...
2016-03-14 reedRevert of Finish conversion to sk_sp<SkShader> (patchse...
2016-03-14 reedFinish conversion to sk_sp<SkShader>
2016-03-09 reedunify peekPixels around pixmap parameter
2016-02-16 cblumeThere is an unused rowBytes parameter being passed...
2016-01-18 kkinnunenSampleApp: Remove SkWindow::setColorType
2015-11-13 joshualittCreate a standalone example for using Skia with SDL
2015-10-09 bsalomonMove functions from SkGr to SkGrPriv.h
2015-09-09 mtkleinMake SkGraphics::Term a no-op, stop calling it.
2015-09-09 mtkleinRevert of Make SkGraphics::Term a no-op, stop calling...
2015-09-08 mtkleinMake SkGraphics::Term a no-op, stop calling it.
2015-06-23 robertphillipsPropagate SkSurfaceProps to more call sites
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-02 caryclarkmove HelloWorld to be a peer of SampleApp