aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkImageCacherator.h
Commit message (Expand)AuthorAge
* Plumb dst color space in many places, rather than "mode"Gravatar Brian Osman2016-12-09
* Support decoding images to multiple formats, depending on usageGravatar Brian Osman2016-11-21
* Rename GrTextureParams to GrSamplerParamsGravatar Brian Salomon2016-11-17
* External SkImageGenerator APIGravatar Florin Malita2016-11-16
* Revert "Support decoding images to multiple formats, depending on usage"Gravatar Brian Osman2016-11-15
* Revert "Fix NoGPU compilation"Gravatar Brian Osman2016-11-15
* Fix NoGPU compilationGravatar Brian Osman2016-11-15
* Support decoding images to multiple formats, depending on usageGravatar Brian Osman2016-11-15
* Rename SkSourceGammaTreatment to SkDestinationSurfaceColorModeGravatar Brian Osman2016-11-09
* Deferred image generator subsettingGravatar fmalita2016-11-04
* Shared image generatorGravatar fmalita2016-10-27
* Avoid separate allocation of SkImageCacheratorGravatar fmalita2016-10-27
* Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...Gravatar brianosman2016-06-06
* Creating functions for uploading a mipmapped texture.Gravatar cblume2016-02-26
* take gr-context parameter to refEncoded, indicating a desire for only gpu-spe...Gravatar reed2016-01-05
* Stop wrapping images backed by generators as bitmaps in SkGpuDevice (except w...Gravatar bsalomon2015-12-08
* optimize the disable-caching case for SkImage::readPixelsGravatar reed2015-11-24
* scaling API on SkPixmapGravatar reed2015-11-23
* Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into...Gravatar bsalomon2015-10-29
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-20
* Revert recent CLs around GrTextureMaker/GrTextureParamsAdjusterGravatar Brian Salomon2015-10-19
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-19
* Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class a...Gravatar egdaniel2015-10-16
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-16
* Remove params from Cacherator_GrTextureMakerGravatar bsalomon2015-10-15
* Remove image usage type enum. Use GrTextureParams instead.Gravatar bsalomon2015-10-12
* Revert[4] of add ImageShader, sharing code with its Bitmap cousinGravatar reed2015-09-30
* Purge cached resources on SkImage destruction.Gravatar fmalita2015-09-18
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* make cacherator thread-safeGravatar reed2015-08-26
* Add subsets to SkImageGenerator and SkImageCacheratorGravatar reed2015-08-18
* some catchup CL revisionsGravatar reed2015-08-13
* Extend SkImageGenerator to support natively generated GrTextures. As part of ...Gravatar reed2015-08-13