1. 13711eb rename SkMipMap to SkMipmap by Mike Reed · 4 years, 2 months ago
  2. 64acf4f remove unneeded bitmapprovider abstraction by Mike Reed · 5 years ago
  3. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  4. b70fd91 Remove colorType and colorSpace from bitmap cache key, and IWYU by Brian Osman · 6 years ago
  5. 1333fc5 Remove unused SkBitmapCacheDesc factory by Brian Osman · 6 years ago
  6. 3a16073 Revert "Revert "Use SkImage to manage mip map cache purging, not Bitmap/PixelRef"" by Brian Osman · 6 years ago
  7. f7ddaa8 Revert "Use SkImage to manage mip map cache purging, not Bitmap/PixelRef" by Brian Osman · 6 years ago
  8. 087c917 Use SkImage to manage mip map cache purging, not Bitmap/PixelRef by Brian Osman · 6 years ago
  9. a9667fb Revert "Tie mip map cache purging to Images, not Bitmaps/PixelRefs" by Brian Osman · 6 years ago
  10. 11422c6 Tie mip map cache purging to Images, not Bitmaps/PixelRefs by Brian Osman · 6 years ago
  11. a0dc3d2 Revert "Revert "Include color type and color space in bitmap cache key"" by Brian Osman · 6 years ago
  12. 9ff04c0 Revert "Include color type and color space in bitmap cache key" by Brian Osman · 6 years ago
  13. 274a89e Include color type and color space in bitmap cache key by Brian Osman · 6 years ago
  14. ba65168 Fix two bugs in GPU special image read-back by Brian Osman · 6 years ago
  15. e4f938c Remove scaling support from SkBitmapCacheDesc, and unused factories by Brian Osman · 6 years ago
  16. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  17. 7a542c5 Change bitmapcache to not rely on lockpixels. by Mike Reed · 7 years ago
  18. 5fa3d6d Revert "Revert "simplify api to bitmapcache"" by Mike Reed · 7 years ago
  19. dd1b4e9 Revert "simplify api to bitmapcache" by Florin Malita · 7 years ago
  20. 9f4b0ae simplify api to bitmapcache by Mike Reed · 7 years ago
  21. 4dc6474 remove dead code in bitmapcache by Mike Reed · 7 years ago
  22. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  23. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  24. 98ed7b6 create SkBitmapProvider to abstract images and bitmaps by reed · 9 years ago
  25. 9913887 simplify bitmap scaler and cache by reed · 9 years ago
  26. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  27. 6f1216a cache private readback for gpu-images by reed · 9 years ago
  28. 83787d0 only notify bitmaps that have been added to the cache by reed · 10 years ago
  29. 7eeba25 Notify resource caches when pixelref genID goes stale by reed · 10 years ago
  30. 90c6bc4 Revert of notify resource caches when pixelref genID goes stale (patchset #4 id:60001 of https://codereview.chromium.org/825263005/) by mtklein · 10 years ago
  31. 4675819 notify resource caches when pixelref genID goes stale by reed · 10 years ago
  32. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  33. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  34. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  35. 30ad530 allow SkBitmapCache to operate on a local instance, for testability by reed · 10 years ago
  36. 91cab83 Remove SkBitmapCache::Find/Add(_,width,height,_) by piotaixr · 10 years ago
  37. 42b0dfe The key for SkBitmapCache can now be genID+SkIRect by piotaixr · 10 years ago
  38. 8159146 Added Doc for GetAllocator in SkResourceCache and SkBitmapCache by piotaixr · 10 years ago
  39. 14b6aba harden requirements on SkBitmapCache by reed · 10 years ago
  40. 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
  41. 0461713 expose generalized imagecache key by reed · 10 years ago