1. 9b86955 Add thread safety annotations for SkMutex by Herb Derby · 5 years ago
  2. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  3. 554d9bd simplify fExternalCounter bookkeeping by Mike Klein · 6 years ago
  4. de2244c remove sk_atomic_dec by Mike Klein · 6 years ago
  5. b70fd91 Remove colorType and colorSpace from bitmap cache key, and IWYU by Brian Osman · 6 years ago
  6. 1333fc5 Remove unused SkBitmapCacheDesc factory by Brian Osman · 6 years ago
  7. 3a16073 Revert "Revert "Use SkImage to manage mip map cache purging, not Bitmap/PixelRef"" by Brian Osman · 6 years ago
  8. f7ddaa8 Revert "Use SkImage to manage mip map cache purging, not Bitmap/PixelRef" by Brian Osman · 6 years ago
  9. 087c917 Use SkImage to manage mip map cache purging, not Bitmap/PixelRef by Brian Osman · 6 years ago
  10. a9667fb Revert "Tie mip map cache purging to Images, not Bitmaps/PixelRefs" by Brian Osman · 6 years ago
  11. 11422c6 Tie mip map cache purging to Images, not Bitmaps/PixelRefs by Brian Osman · 6 years ago
  12. a0dc3d2 Revert "Revert "Include color type and color space in bitmap cache key"" by Brian Osman · 6 years ago
  13. 9ff04c0 Revert "Include color type and color space in bitmap cache key" by Brian Osman · 6 years ago
  14. 274a89e Include color type and color space in bitmap cache key by Brian Osman · 6 years ago
  15. ee8603c Cleanup bitmap/mipmap cache key structs by Brian Osman · 6 years ago
  16. ba65168 Fix two bugs in GPU special image read-back by Brian Osman · 6 years ago
  17. e4f938c Remove scaling support from SkBitmapCacheDesc, and unused factories by Brian Osman · 6 years ago
  18. 015c899 port most SkAtomic<T> to std::atomic<T> by Mike Klein · 6 years ago
  19. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  20. 8dc8dbc begin cleanup of malloc porting layer by Mike Reed · 7 years ago
  21. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  22. c5eb97d add helper to check for overflow by Mike Reed · 7 years ago
  23. 384f0a7 Revert "change computeByteSize to return max_size_t on overflow" by Mike Reed · 7 years ago
  24. 2429546 change computeByteSize to return max_size_t on overflow by Mike Reed · 7 years ago
  25. f0ffb89 Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Mike Reed · 7 years ago
  26. 5a2e50e Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""" by Mike Reed · 7 years ago
  27. cd284c5 Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"" by Mike Reed · 7 years ago
  28. 809cbed Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Jim Van Verth · 7 years ago
  29. 88757da guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  30. f46633f Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Greg Daniel · 7 years ago
  31. 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  32. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  33. 7a542c5 Change bitmapcache to not rely on lockpixels. by Mike Reed · 7 years ago
  34. 5fa3d6d Revert "Revert "simplify api to bitmapcache"" by Mike Reed · 7 years ago
  35. dd1b4e9 Revert "simplify api to bitmapcache" by Florin Malita · 7 years ago
  36. 9f4b0ae simplify api to bitmapcache by Mike Reed · 7 years ago
  37. 4dc6474 remove dead code in bitmapcache by Mike Reed · 7 years ago
  38. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  39. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  40. d3a2af7 minor simplification: use SkBitmapCacheDesc by Mike Reed · 8 years ago
  41. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  42. 98ed7b6 create SkBitmapProvider to abstract images and bitmaps by reed · 9 years ago
  43. 995b4bd be sure to use cached bitmap when we need to upload something to make a texture by reed · 9 years ago
  44. 9913887 simplify bitmap scaler and cache by reed · 9 years ago
  45. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  46. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  47. 216b643 private iterator to visit all resource cache entries by reed · 9 years ago
  48. 6f1216a cache private readback for gpu-images by reed · 9 years ago
  49. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  50. 83787d0 only notify bitmaps that have been added to the cache by reed · 10 years ago
  51. 7eeba25 Notify resource caches when pixelref genID goes stale by reed · 10 years ago
  52. 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
  53. 4675819 notify resource caches when pixelref genID goes stale by reed · 10 years ago
  54. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  55. 171e5b7 SkResourceCache::Key namespace support. by fmalita · 10 years ago
  56. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  57. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  58. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  59. 30ad530 allow SkBitmapCache to operate on a local instance, for testability by reed · 10 years ago
  60. c90e014 Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  61. 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
  62. dee6a8e Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  63. 790ffe3 Make SkBitmapCache remove invalid bitmaps from the SkResourceCache. by danakj · 10 years ago
  64. 91cab83 Remove SkBitmapCache::Find/Add(_,width,height,_) by piotaixr · 10 years ago
  65. 42b0dfe The key for SkBitmapCache can now be genID+SkIRect by piotaixr · 10 years ago
  66. 14b6aba harden requirements on SkBitmapCache by reed · 10 years ago
  67. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  68. 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
  69. 045bb7f Clean up useless comments in SkScaledImageCache.h by qiankun.miao · 10 years ago
  70. 0461713 expose generalized imagecache key by reed · 10 years ago