Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / src / core / SkImageCacherator.cpp
2016-12-09 Brian OsmanPlumb dst color space in many places, rather than ...
2016-11-28 Brian OsmanGrTextureProducer cleanup, phase one: Bitmap and Image...
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-07 Hal Canarysrc/core: s/SkAutoTUnref/sk_sp/g
2016-11-04 fmalitaDeferred image generator subsetting
2016-10-27 fmalitaShared image generator
2016-10-27 fmalitaAvoid separate allocation of SkImageCacherator
2016-08-03 bungemanConvert SkAutoTUnref<SkData> to sk_sp<SkData>.
2016-06-06 brianosmanAdd new SkSourceGammaTreatment enum, used in situations...
2016-05-11 reedcompressed texture support has been broken/untested...
2016-05-11 robertphillipsMinor GrRenderTarget retraction
2016-03-25 brianosmanRe-enable CPU mipmap generation for Ganesh. Aniso mips...
2016-03-25 brianosmanRevert of Re-enable CPU mipmap generation for Ganesh...
2016-03-25 brianosmanRe-enable CPU mipmap generation for Ganesh. Aniso mips...
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-16 mtkleindetach -> release
2016-03-10 msarettUpdate Skia's YUV API
2016-03-07 msarettRevert of Update Skia's YUV API (patchset #5 id:160001...
2016-03-07 msarettUpdate Skia's YUV API
2016-02-29 cblumeDisabling mipmap generation until anisotropic mipmap...
2016-02-26 cblumeCreating functions for uploading a mipmapped texture.
2016-02-25 bsalomonMove Budgeted enum out of SkSurface, use in GrTexturePr...
2016-02-25 bsalomonRevert of Move Budgeted enum out of SkSurface, use...
2016-02-25 bsalomonMove Budgeted enum out of SkSurface, use in GrTexturePr...
2016-02-05 ericrkAdd Histogram Macros to Skia
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-11-18 bsalomonConvert SkGpuDevice::drawTextureAdjuster to SkGpuDevice...
2015-11-07 halcanaryComments Style: s/skbug.com/bug.skia.org/
2015-10-29 bsalomonPull texture-backed bitmap resampler out of GrTexturePa...
2015-10-28 bsalomonRemove min texture size support
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-09-17 reeduse allocator (if present) when we allocate our cache...
2015-09-16 reedshare code between SkGr and Cacherator
2015-09-14 reedbe sure to use cached bitmap when we need to upload...
2015-09-14 reedwe must own/free the generator, even if we fail to...
2015-09-13 reedformalize generate->bitmap
2015-09-11 reedsupport colortables in cacherator
2015-09-10 reedUse SkImageCacherator in SkImages
2015-08-26 reedmake cacherator thread-safe
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
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...