index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkBitmapCache.cpp
Commit message (
Expand
)
Author
Age
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
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
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
SkResourceCache::Key namespace support.
fmalita
2014-10-22
*
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
*
Change SkResourceCache to take a Visitor inside its find().
reed
2014-09-15
*
Revert of Change SkResourceCache to take a Visitor inside its find(). (patchs...
reed
2014-09-15
*
Change SkResourceCache to take a Visitor inside its find().
reed
2014-09-15
*
Make SkBitmapCache remove invalid bitmaps from the SkResourceCache.
danakj
2014-09-11
*
Remove SkBitmapCache::Find/Add(_,width,height,_)
piotaixr
2014-09-03
*
The key for SkBitmapCache can now be genID+SkIRect
piotaixr
2014-09-03
*
harden requirements on SkBitmapCache
reed
2014-08-29
*
rename ScaledImageCache to ResourceCache
reed
2014-08-28
*
retool image cache to be generic cache, allowing the client to subclass "Rec"...
reed
2014-08-26
*
Clean up useless comments in SkScaledImageCache.h
qiankun.miao
2014-08-25
*
expose generalized imagecache key
reed
2014-08-21