1. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  2. d3a2af7 minor simplification: use SkBitmapCacheDesc by Mike Reed · 8 years ago
  3. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  4. 98ed7b6 create SkBitmapProvider to abstract images and bitmaps by reed · 9 years ago
  5. 995b4bd be sure to use cached bitmap when we need to upload something to make a texture by reed · 9 years ago
  6. 9913887 simplify bitmap scaler and cache by reed · 9 years ago
  7. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  8. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  9. 216b643 private iterator to visit all resource cache entries by reed · 9 years ago
  10. 6f1216a cache private readback for gpu-images by reed · 9 years ago
  11. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  12. 83787d0 only notify bitmaps that have been added to the cache by reed · 9 years ago
  13. 7eeba25 Notify resource caches when pixelref genID goes stale by reed · 9 years ago
  14. 90c6bc4 Revert of notify resource caches when pixelref genID goes stale (patchset #4 id:60001 of https://codereview.chromium.org/825263005/) by mtklein · 9 years ago
  15. 4675819 notify resource caches when pixelref genID goes stale by reed · 9 years ago
  16. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  17. 171e5b7 SkResourceCache::Key namespace support. by fmalita · 10 years ago
  18. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  19. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  20. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  21. 30ad530 allow SkBitmapCache to operate on a local instance, for testability by reed · 10 years ago
  22. c90e014 Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  23. 595aa05 Revert of Change SkResourceCache to take a Visitor inside its find(). (patchset #2 id:20001 of https://codereview.chromium.org/567393002/) by reed · 10 years ago
  24. dee6a8e Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  25. 790ffe3 Make SkBitmapCache remove invalid bitmaps from the SkResourceCache. by danakj · 10 years ago
  26. 91cab83 Remove SkBitmapCache::Find/Add(_,width,height,_) by piotaixr · 10 years ago
  27. 42b0dfe The key for SkBitmapCache can now be genID+SkIRect by piotaixr · 10 years ago
  28. 14b6aba harden requirements on SkBitmapCache by reed · 10 years ago
  29. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  30. 680fb9e retool image cache to be generic cache, allowing the client to subclass "Rec", so they can provide a custom Key and arbitrary Value. by reed · 10 years ago
  31. 045bb7f Clean up useless comments in SkScaledImageCache.h by qiankun.miao · 10 years ago
  32. 0461713 expose generalized imagecache key by reed · 10 years ago