aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBitmapCache.h
Commit message (Expand)AuthorAge
* create SkBitmapProvider to abstract images and bitmapsGravatar reed2015-09-15
* simplify bitmap scaler and cacheGravatar reed2015-08-31
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* cache private readback for gpu-imagesGravatar reed2015-08-04
* only notify bitmaps that have been added to the cacheGravatar reed2015-02-25
* Notify resource caches when pixelref genID goes staleGravatar reed2015-02-24
* Revert of notify resource caches when pixelref genID goes stale (patchset #4 ...Gravatar mtklein2015-02-19
* notify resource caches when pixelref genID goes staleGravatar reed2015-02-19
* Add SkCachedData and use it for SkMipMapGravatar reed2014-10-08
* Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and ...Gravatar reed2014-10-03
* Add SkCachedData and use it for SkMipMapGravatar reed2014-10-02
* allow SkBitmapCache to operate on a local instance, for testabilityGravatar reed2014-09-16
* Remove SkBitmapCache::Find/Add(_,width,height,_)Gravatar piotaixr2014-09-03
* The key for SkBitmapCache can now be genID+SkIRectGravatar piotaixr2014-09-03
* Added Doc for GetAllocator in SkResourceCache and SkBitmapCacheGravatar piotaixr2014-09-02
* harden requirements on SkBitmapCacheGravatar reed2014-08-29
* retool image cache to be generic cache, allowing the client to subclass "Rec"...Gravatar reed2014-08-26
* expose generalized imagecache keyGravatar reed2014-08-21