index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkResourceCache.h
Commit message (
Expand
)
Author
Age
*
Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext."
Brian Salomon
2018-07-11
*
Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext."
Brian Salomon
2018-07-11
*
Make GPU cache invalidation SkMessageBus messages go to one GrContext.
Brian Salomon
2018-07-11
*
Change bitmapcache to not rely on lockpixels.
Mike Reed
2017-04-11
*
Port SkResourceCache to SkTHashTable
Mike Klein
2016-12-15
*
Remove stray semicolons.
Mike Klein
2016-09-27
*
detach -> release
mtklein
2016-03-16
*
Add request cache to SkFontHost_fontconfig.
bungeman
2016-02-17
*
[tracing] Add support for skia caches to dump memory stats
ssid
2015-08-27
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
private iterator to visit all resource cache entries
reed
2015-08-19
*
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
*
Add SkMaskCache
qiankun.miao
2014-10-23
*
SkResourceCache::Key namespace support.
fmalita
2014-10-22
*
small tweaks to SkResourceCache::Key
mtklein
2014-10-21
*
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
*
add PurgeResourceCache to track leaks
reed
2014-09-11
*
Make SkBitmapCache remove invalid bitmaps from the SkResourceCache.
danakj
2014-09-11
*
Added Doc for GetAllocator in SkResourceCache and SkBitmapCache
piotaixr
2014-09-02
*
rename ScaledImageCache to ResourceCache
reed
2014-08-28