index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkBitmapCache.h
Commit message (
Expand
)
Author
Age
*
Change bitmapcache to not rely on lockpixels.
Mike Reed
2017-04-11
*
Revert "Revert "simplify api to bitmapcache""
Mike Reed
2017-03-25
*
Revert "simplify api to bitmapcache"
Florin Malita
2017-03-24
*
simplify api to bitmapcache
Mike Reed
2017-03-24
*
remove dead code in bitmapcache
Mike Reed
2017-03-23
*
Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode
Brian Osman
2016-11-09
*
respect srgb gamma when building mips
reed
2016-06-10
*
create SkBitmapProvider to abstract images and bitmaps
reed
2015-09-15
*
simplify bitmap scaler and cache
reed
2015-08-31
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
cache private readback for gpu-images
reed
2015-08-04
*
only notify bitmaps that have been added to the cache
reed
2015-02-25
*
Notify resource caches when pixelref genID goes stale
reed
2015-02-24
*
Revert of notify resource caches when pixelref genID goes stale (patchset #4 ...
mtklein
2015-02-19
*
notify resource caches when pixelref genID goes stale
reed
2015-02-19
*
Add SkCachedData and use it for SkMipMap
reed
2014-10-08
*
Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and ...
reed
2014-10-03
*
Add SkCachedData and use it for SkMipMap
reed
2014-10-02
*
allow SkBitmapCache to operate on a local instance, for testability
reed
2014-09-16
*
Remove SkBitmapCache::Find/Add(_,width,height,_)
piotaixr
2014-09-03
*
The key for SkBitmapCache can now be genID+SkIRect
piotaixr
2014-09-03
*
Added Doc for GetAllocator in SkResourceCache and SkBitmapCache
piotaixr
2014-09-02
*
harden requirements on SkBitmapCache
reed
2014-08-29
*
retool image cache to be generic cache, allowing the client to subclass "Rec"...
reed
2014-08-26
*
expose generalized imagecache key
reed
2014-08-21