index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkResourceCache.cpp
Commit message (
Expand
)
Author
Age
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Remove include of stdlib.h from SkTypes.h.
bungeman
2015-08-26
*
Use static_assert instead of SK_COMPILE_ASSERT.
bungeman
2015-08-20
*
private iterator to visit all resource cache entries
reed
2015-08-19
*
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
mtklein
2015-07-07
*
Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....
jvanverth
2015-07-02
*
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
mtklein
2015-07-01
*
remove SkInstCnt
mtklein
2015-06-26
*
purge imagefilter cache so we can better track leaks
reed
2015-05-20
*
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
*
check effective cache-size for fixed-budget caches
reed
2015-01-26
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Add SkMaskCache
qiankun.miao
2014-10-23
*
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
*
remove 'experimental' from using hash tables in resourcecache
reed
2014-09-14
*
add PurgeResourceCache to track leaks
reed
2014-09-11
*
Make SkBitmapCache remove invalid bitmaps from the SkResourceCache.
danakj
2014-09-11
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
rename ScaledImageCache to ResourceCache
reed
2014-08-28