aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkImageCacherator.h
Commit message (Expand)AuthorAge
* Remove old lazy image decoding heuristic logicGravatar Brian Osman2018-07-11
* Add support for SkImageGenerator creating external texturesGravatar Stan Iliev2017-06-08
* Fold SkImageCacherator into SkImage_LazyGravatar Brian Osman2017-04-27
* Remove compressed texture support from cacheratorGravatar Brian Osman2017-04-25
* Name 'client' parameter so comment makes senseGravatar Brian Osman2017-04-25
* Simplify SkImageCacherator slightlyGravatar Brian Osman2017-04-24
* Rename SkImage_Generator to SkImage_LazyGravatar Brian Osman2017-04-20
* Change bitmapcache to not rely on lockpixels.Gravatar Mike Reed2017-04-11
* Use SkTransferFunctionBehavior in SkImageGeneratorGravatar Matt Sarett2017-04-03
* Remove kAsIs_CachedFormatGravatar Brian Osman2017-04-03
* Make SkImageCacherator be deferred (take 2)Gravatar Robert Phillips2017-03-23
* Revert "Make SkImageCacherator be deferred"Gravatar Robert Phillips2017-03-22
* Make SkImageCacherator be deferredGravatar Robert Phillips2017-03-22
* Switch SkImageGenerator over to generating GrTextureProxiesGravatar Robert Phillips2017-03-03
* return and take SkImageGenerator as unique_ptrGravatar Mike Reed2017-02-15
* removed unused code around scaled generatorsGravatar Mike Reed2017-02-15
* Continue making Ganesh use absolute texture coordinates - take 2Gravatar Robert Phillips2017-01-20
* 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