1. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  2. e4bf164 Port SkResourceCache to SkTHashTable by Mike Klein · 8 years ago
  3. 1b3387b SkBitmap::setPixelRef(): less reference churn by Hal Canary · 8 years ago
  4. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  5. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  6. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  7. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  8. 28d5bdd Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ ) by reed · 8 years ago
  9. 9fbee84 Revert of fix build by using ifdef instead of if for SK_DEBUG (patchset #1 id:1 of https://codereview.chromium.org/1924943003/ ) by reed · 8 years ago
  10. b849882 BUG=skia: by reed · 8 years ago
  11. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  12. 18300a3 detach -> release by mtklein · 8 years ago
  13. 70bb808 Add request cache to SkFontHost_fontconfig. by bungeman · 8 years ago
  14. 07e2692 SkResourceCache::GetAllocator() index8 and other color types handling by aleksandar.stojiljkovic · 9 years ago
  15. 60df542 Strip font name of special characters before dumping by ssid · 9 years ago
  16. f0c9865 Add support for light dumps in SkTraceMemoryDump interface. by ssid · 9 years ago
  17. 242397a Revert of Implement SkImageFilter::Cache with SkResourceCache. (patchset #8 id:140001 of https://codereview.chromium.org/1370323002/ ) by mtklein · 9 years ago
  18. 75135d8 Implement SkImageFilter::Cache with SkResourceCache. by mtklein · 9 years ago
  19. ae48877 increase resource image-cache size to test perf by reed · 9 years ago
  20. 8523782 Fix SkOneShotDiscardablePixelRef to return discardable segment. by ssid · 9 years ago
  21. 33c594c [tracing] Add support for skia caches to dump memory stats by ssid · 9 years ago
  22. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  23. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  24. 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
  25. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  26. 216b643 private iterator to visit all resource cache entries by reed · 9 years ago
  27. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  28. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  29. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  30. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  31. 67ca2a9 purge imagefilter cache so we can better track leaks by reed · 9 years ago
  32. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  33. 83787d0 only notify bitmaps that have been added to the cache by reed · 9 years ago
  34. 7eeba25 Notify resource caches when pixelref genID goes stale by reed · 9 years ago
  35. 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
  36. 4675819 notify resource caches when pixelref genID goes stale by reed · 9 years ago
  37. 1d9e80f check effective cache-size for fixed-budget caches by reed · 9 years ago
  38. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  39. d9aac34 Add SkMaskCache by qiankun.miao · 10 years ago
  40. 171e5b7 SkResourceCache::Key namespace support. by fmalita · 10 years ago
  41. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  42. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  43. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  44. 30ad530 allow SkBitmapCache to operate on a local instance, for testability by reed · 10 years ago
  45. c90e014 Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  46. 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
  47. dee6a8e Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  48. e6cb483 remove 'experimental' from using hash tables in resourcecache by reed · 10 years ago
  49. 56b00d9 add PurgeResourceCache to track leaks by reed · 10 years ago
  50. 790ffe3 Make SkBitmapCache remove invalid bitmaps from the SkResourceCache. by danakj · 10 years ago
  51. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  52. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago[Renamed (76%) from src/core/SkScaledImageCache.cpp]
  53. 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
  54. 3d2e50d Remove unused header file in SkScaledImageCache.cpp by qiankun.miao · 10 years ago
  55. 0461713 expose generalized imagecache key by reed · 10 years ago
  56. 4f987e9 make imagecache's Key more general purpose by reed · 10 years ago
  57. 805ef15 Set maximum output size for scaled-image-cache images by halcanary · 10 years ago
  58. ed45868 remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code by reed · 10 years ago
  59. 67a3271 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  60. 1feac79 Revert of Slim Skia down to just one murmur3 implementation. (https://codereview.chromium.org/376183004/) by mtklein · 10 years ago
  61. 6ac0037 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  62. 9a9eae2 change pixelref to not inherit from SkFlattenable by reed · 10 years ago
  63. c197c8a Adding 64 bit checks by sugoi · 10 years ago
  64. 77ec7a6 Clean up SkScaledImageCache at exit only in SK_DEVELOPER mode. by mtklein · 10 years ago
  65. b83f6c3 Add assertHeld() to SkMutex. by mtklein · 10 years ago
  66. 60c8d24 Remove some unnecessary uses of SkOnce. by commit-bot@chromium.org · 10 years ago
  67. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  68. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  69. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  70. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  71. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  72. 55bd940 SkTDynamicHash: pick up GetKey(), Hash() from T by default. by commit-bot@chromium.org · 10 years ago
  73. 158f646 SkTDynamicHash: remove need for Equals(const T&, const Key&) param. by commit-bot@chromium.org · 10 years ago
  74. 5e4112b Replace scaled bitmap if entry already exist in cache. by commit-bot@chromium.org · 10 years ago
  75. 900ecf2 use colortype instead of config by reed@google.com · 10 years ago
  76. 709ca75 SkOnce: add option to call another cleanup function once at exit. by commit-bot@chromium.org · 10 years ago
  77. 227c246 Resolve a few memory leaks in tests. by commit-bot@chromium.org · 10 years ago
  78. 32678d9 use some helper Make functions to initialize SkImageInfo by commit-bot@chromium.org · 10 years ago
  79. e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 10 years ago
  80. f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 10 years ago
  81. 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 10 years ago
  82. dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 10 years ago
  83. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  84. d0419b1 Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/""" by reed@google.com · 11 years ago
  85. ba82bd1 Revert "Revert "Revert of https://codereview.chromium.org/110593003/"" by reed@google.com · 11 years ago
  86. 9271389 Revert "Revert of https://codereview.chromium.org/110593003/" by reed@google.com · 11 years ago
  87. 27f8902 Revert of https://codereview.chromium.org/110593003/ by commit-bot@chromium.org · 11 years ago
  88. f1ce052 Add onNewLockPixels, that returns rowbytes and relies on info in pixelref by reed@google.com · 11 years ago
  89. 5db04df Address memory leak in SkScaledImageCache by robertphillips@google.com · 11 years ago
  90. c83a91f Revert "Revert of https://codereview.chromium.org/112783004/" by reed@google.com · 11 years ago
  91. fa7fd80 detect if the scaledimagecache returns a purged bitmap by reed@google.com · 11 years ago
  92. 281713e Revert of https://codereview.chromium.org/112783004/ by commit-bot@chromium.org · 11 years ago
  93. 772d852 ensure that we call onUnlock only when we onLock succeeded by reed@google.com · 11 years ago
  94. 772443a add more tests for discardable caches by reed@google.com · 11 years ago
  95. cf0803b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  96. e4eb122 support scaledimagecache instantiable using discardablememory by reed@google.com · 11 years ago
  97. 1b2c1b8 SkOnce: let f be any functor, update comments by commit-bot@chromium.org · 11 years ago
  98. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  99. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  100. 23d2cf9 Trying to add the same scaled image twice shouldn't assert. by commit-bot@chromium.org · 11 years ago