aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkImageCacherator.h
Commit message (Expand)AuthorAge
* 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