1. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  2. 788c3c4 SkDiscardableMemoryPool: always have a mutex for testing by Hal Canary · 7 years ago
  3. a294be2 SkDiscardableMemoryPool: modernize by Hal Canary · 7 years ago
  4. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  5. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  6. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  7. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  8. 216b643 private iterator to visit all resource cache entries by reed · 9 years ago
  9. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  10. 7eeba25 Notify resource caches when pixelref genID goes stale by reed · 9 years ago
  11. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  12. 9880607 Even more win64 warning fixes by bsalomon · 10 years ago
  13. 171e5b7 SkResourceCache::Key namespace support. by fmalita · 10 years ago
  14. c90e014 Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  15. 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
  16. dee6a8e Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  17. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  18. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  19. 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
  20. 0461713 expose generalized imagecache key by reed · 10 years ago
  21. 805ef15 Set maximum output size for scaled-image-cache images by halcanary · 10 years ago
  22. cf2f008 SkDiscardableMemoryPool to abstract class by commit-bot@chromium.org · 10 years ago
  23. 5e4112b Replace scaled bitmap if entry already exist in cache. by commit-bot@chromium.org · 10 years ago
  24. deee496 replace setConfig+allocPixels with single call by mike@reedtribe.org · 10 years ago
  25. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  26. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  27. 4f3c305 Fix some presubmit warnings. by tfarina@chromium.org · 11 years ago
  28. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  29. 772443a add more tests for discardable caches by reed@google.com · 11 years ago
  30. cf0803b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  31. e4eb122 support scaledimagecache instantiable using discardablememory by reed@google.com · 11 years ago
  32. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  33. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  34. 23d2cf9 Trying to add the same scaled image twice shouldn't assert. by commit-bot@chromium.org · 11 years ago
  35. c9ab2b7 SkTDynamicHash by mtklein@google.com · 11 years ago
  36. 7f1af50 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  37. 0e66162 fix signed/unsigned warning by reed@google.com · 11 years ago
  38. 602a1d7 add scaledimagecache by reed@google.com · 11 years ago