Use warning suppression options only when gcc-9
[platform/upstream/libSkiaSharp.git] / example /
2017-08-10 Matthew LeibowitzMerge branch 'chrome/m60' into update-m60
2017-05-12 Matthew LeibowitzMerge branch 'xamarin-mobile-bindings' into update-m58
2017-05-06 Matthew LeibowitzUpdate xamarin-mobile-bindings with chrome/m58
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
2017-01-16 Matthew LeibowitzMerge branch 'xamarin-svg-canvas' into xamarin-mobile...
2017-01-06 Matthew LeibowitzMerge pull request #42 from mono/develop-next
2016-11-18 Matthew LeibowitzMerge branch 'chrome/m56' into update-m56
2016-11-07 Hal Canarybench, samples, etc: s/SkAutoTUnref/sk_sp/
2016-11-04 Tyler HoeflickerMerge remote-tracking branch 'upstream/xamarin-mobile...
2016-10-29 Matthew LeibowitzMerge pull request #32 from mono/update-m55
2016-10-25 Matthew LeibowitzMerge pull request #30 from mono/xamarin-mobile-bindings
2016-10-11 Matthew LeibowitzMerge from google/chrome/m55
2016-09-29 Mike Reedsimplify composing raster surface into window
2016-09-02 Matthew LeibowitzMerge pull request #21 from mono/merge-m54
2016-09-02 Matthew LeibowitzMerge pull request #20 from mono/gpu-support
2016-08-30 Matthew LeibowitzMerge branch 'chrome/m54' into merge-m54
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-23 Matthew LeibowitzMerge pull request #15 from mono/update-skia-m52
2016-07-21 brianosmanAdd SkColorSpace to GrDrawContext
2016-07-18 Matthew LeibowitzMerge branch 'chrome/m53' into update-skia-m52
2016-07-18 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-07-13 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-06-17 Matthew LeibowitzMerge branch 'chrome/m52' into update-skia-m52
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