Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / src / core / SkBitmapController.cpp
2016-12-09 Brian OsmanPlumb dst color space in many places, rather than ...
2016-12-06 Brian OsmanRemove dest surface color mode from bitmap controller
2016-11-16 Florin MalitaExternal SkImageGenerator API
2016-11-10 Florin MalitaSimplify SkBitmapProvider
2016-11-09 Brian OsmanRename SkSourceGammaTreatment to SkDestinationSurfaceCo...
2016-11-07 Hal Canarysrc/core: s/SkAutoTUnref/sk_sp/g
2016-06-10 reedrespect srgb gamma when building mips
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-02-11 fmalitaRemove SK_SUPPORT_LEGACY_BITMAP_FILTER guard
2016-02-09 fmalitaRelocate anisotropic mipmap logic to SkMipMap::extractL...
2016-02-09 fmalitaUse min scale when selecting mip level
2016-02-08 reedremove dead SK_SUPPORT_LEGACY_NEG_SCALE_HQ flag
2016-02-04 reeddon't get dismayed by negative scales for HQ
2016-01-25 fmalitaDelete 2 legacy flags
2016-01-22 fmalitaAnisotropic mipmap fixes
2016-01-17 reeduse pixmaps in mipmap api
2015-12-09 fmalitaCap filtering to kMedium_SkFilterQuality when downsampling
2015-11-23 reedscaling API on SkPixmap
2015-09-15 reedmove SkBitmapProvider to its own file
2015-09-15 reedcreate SkBitmapProvider to abstract images and bitmaps
2015-08-31 reedsimplify bitmap scaler and cache
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-19 bungemanMove SkTemplates.h to private.
2015-06-12 reedchange Resize to take pixmap for src
2015-06-04 reedswitch bitmapshader internals over to pixmap
2015-06-04 reedrefactor bitmapshader to use a controller