index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkImageCacherator.h
Commit message (
Expand
)
Author
Age
*
Plumb dst color space in many places, rather than "mode"
Brian Osman
2016-12-09
*
Support decoding images to multiple formats, depending on usage
Brian Osman
2016-11-21
*
Rename GrTextureParams to GrSamplerParams
Brian Salomon
2016-11-17
*
External SkImageGenerator API
Florin Malita
2016-11-16
*
Revert "Support decoding images to multiple formats, depending on usage"
Brian Osman
2016-11-15
*
Revert "Fix NoGPU compilation"
Brian Osman
2016-11-15
*
Fix NoGPU compilation
Brian Osman
2016-11-15
*
Support decoding images to multiple formats, depending on usage
Brian Osman
2016-11-15
*
Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode
Brian Osman
2016-11-09
*
Deferred image generator subsetting
fmalita
2016-11-04
*
Shared image generator
fmalita
2016-10-27
*
Avoid separate allocation of SkImageCacherator
fmalita
2016-10-27
*
Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...
brianosman
2016-06-06
*
Creating functions for uploading a mipmapped texture.
cblume
2016-02-26
*
take gr-context parameter to refEncoded, indicating a desire for only gpu-spe...
reed
2016-01-05
*
Stop wrapping images backed by generators as bitmaps in SkGpuDevice (except w...
bsalomon
2015-12-08
*
optimize the disable-caching case for SkImage::readPixels
reed
2015-11-24
*
scaling API on SkPixmap
reed
2015-11-23
*
Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into...
bsalomon
2015-10-29
*
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...
bsalomon
2015-10-20
*
Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster
Brian Salomon
2015-10-19
*
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...
bsalomon
2015-10-19
*
Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class a...
egdaniel
2015-10-16
*
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...
bsalomon
2015-10-16
*
Remove params from Cacherator_GrTextureMaker
bsalomon
2015-10-15
*
Remove image usage type enum. Use GrTextureParams instead.
bsalomon
2015-10-12
*
Revert[4] of add ImageShader, sharing code with its Bitmap cousin
reed
2015-09-30
*
Purge cached resources on SkImage destruction.
fmalita
2015-09-18
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
make cacherator thread-safe
reed
2015-08-26
*
Add subsets to SkImageGenerator and SkImageCacherator
reed
2015-08-18
*
some catchup CL revisions
reed
2015-08-13
*
Extend SkImageGenerator to support natively generated GrTextures. As part of ...
reed
2015-08-13