Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / src / core / SkImageCacherator.h
2016-12-09 Brian OsmanPlumb dst color space in many places, rather than ...
2016-11-21 Brian OsmanSupport decoding images to multiple formats, depending...
2016-11-17 Brian SalomonRename GrTextureParams to GrSamplerParams
2016-11-16 Florin MalitaExternal SkImageGenerator API
2016-11-15 Brian OsmanRevert "Support decoding images to multiple formats...
2016-11-15 Brian OsmanRevert "Fix NoGPU compilation"
2016-11-15 Brian OsmanFix NoGPU compilation
2016-11-15 Brian OsmanSupport decoding images to multiple formats, depending...
2016-11-09 Brian OsmanRename SkSourceGammaTreatment to SkDestinationSurfaceCo...
2016-11-04 fmalitaDeferred image generator subsetting
2016-10-27 fmalitaShared image generator
2016-10-27 fmalitaAvoid separate allocation of SkImageCacherator
2016-06-06 brianosmanAdd new SkSourceGammaTreatment enum, used in situations...
2016-02-26 cblumeCreating functions for uploading a mipmapped texture.
2016-01-05 reedtake gr-context parameter to refEncoded, indicating...
2015-12-08 bsalomonStop wrapping images backed by generators as bitmaps...
2015-11-24 reedoptimize the disable-caching case for SkImage::readPixels
2015-11-23 reedscaling API on SkPixmap
2015-10-29 bsalomonPull texture-backed bitmap resampler out of GrTexturePa...
2015-10-20 bsalomonRewrite GrTextureMaker to disentangle bitmap case from...
2015-10-19 Brian SalomonRevert recent CLs around GrTextureMaker/GrTextureParams...
2015-10-19 bsalomonRewrite GrTextureMaker to disentangle bitmap case from...
2015-10-16 egdanielRevert of Rewrite GrTextureMaker to disentangle bitmap...
2015-10-16 bsalomonRewrite GrTextureMaker to disentangle bitmap case from...
2015-10-15 bsalomonRemove params from Cacherator_GrTextureMaker
2015-10-12 bsalomonRemove image usage type enum. Use GrTextureParams instead.
2015-09-30 reedRevert[4] of add ImageShader, sharing code with its...
2015-09-18 fmalitaPurge cached resources on SkImage destruction.
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 reedmake cacherator thread-safe
2015-08-18 reedAdd subsets to SkImageGenerator and SkImageCacherator
2015-08-13 reedsome catchup CL revisions
2015-08-13 reedExtend SkImageGenerator to support natively generated...