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
*
Remove old lazy image decoding heuristic logic
Brian Osman
2018-07-11
*
Add support for SkImageGenerator creating external textures
Stan Iliev
2017-06-08
*
Fold SkImageCacherator into SkImage_Lazy
Brian Osman
2017-04-27
*
Remove compressed texture support from cacherator
Brian Osman
2017-04-25
*
Name 'client' parameter so comment makes sense
Brian Osman
2017-04-25
*
Simplify SkImageCacherator slightly
Brian Osman
2017-04-24
*
Rename SkImage_Generator to SkImage_Lazy
Brian Osman
2017-04-20
*
Change bitmapcache to not rely on lockpixels.
Mike Reed
2017-04-11
*
Use SkTransferFunctionBehavior in SkImageGenerator
Matt Sarett
2017-04-03
*
Remove kAsIs_CachedFormat
Brian Osman
2017-04-03
*
Make SkImageCacherator be deferred (take 2)
Robert Phillips
2017-03-23
*
Revert "Make SkImageCacherator be deferred"
Robert Phillips
2017-03-22
*
Make SkImageCacherator be deferred
Robert Phillips
2017-03-22
*
Switch SkImageGenerator over to generating GrTextureProxies
Robert Phillips
2017-03-03
*
return and take SkImageGenerator as unique_ptr
Mike Reed
2017-02-15
*
removed unused code around scaled generators
Mike Reed
2017-02-15
*
Continue making Ganesh use absolute texture coordinates - take 2
Robert Phillips
2017-01-20
*
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