1. dee6a8e Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  2. e6cb483 remove 'experimental' from using hash tables in resourcecache by reed · 10 years ago
  3. 56b00d9 add PurgeResourceCache to track leaks by reed · 10 years ago
  4. 790ffe3 Make SkBitmapCache remove invalid bitmaps from the SkResourceCache. by danakj · 10 years ago
  5. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  6. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago[Renamed (76%) from src/core/SkScaledImageCache.cpp]
  7. 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
  8. 3d2e50d Remove unused header file in SkScaledImageCache.cpp by qiankun.miao · 10 years ago
  9. 0461713 expose generalized imagecache key by reed · 10 years ago
  10. 4f987e9 make imagecache's Key more general purpose by reed · 10 years ago
  11. 805ef15 Set maximum output size for scaled-image-cache images by halcanary · 10 years ago
  12. ed45868 remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code by reed · 10 years ago
  13. 67a3271 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  14. 1feac79 Revert of Slim Skia down to just one murmur3 implementation. (https://codereview.chromium.org/376183004/) by mtklein · 10 years ago
  15. 6ac0037 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  16. 9a9eae2 change pixelref to not inherit from SkFlattenable by reed · 10 years ago
  17. c197c8a Adding 64 bit checks by sugoi · 10 years ago
  18. 77ec7a6 Clean up SkScaledImageCache at exit only in SK_DEVELOPER mode. by mtklein · 10 years ago
  19. b83f6c3 Add assertHeld() to SkMutex. by mtklein · 10 years ago
  20. 60c8d24 Remove some unnecessary uses of SkOnce. by commit-bot@chromium.org · 10 years ago
  21. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  22. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  23. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  24. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  25. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  26. 55bd940 SkTDynamicHash: pick up GetKey(), Hash() from T by default. by commit-bot@chromium.org · 10 years ago
  27. 158f646 SkTDynamicHash: remove need for Equals(const T&, const Key&) param. by commit-bot@chromium.org · 10 years ago
  28. 5e4112b Replace scaled bitmap if entry already exist in cache. by commit-bot@chromium.org · 10 years ago
  29. 900ecf2 use colortype instead of config by reed@google.com · 10 years ago
  30. 709ca75 SkOnce: add option to call another cleanup function once at exit. by commit-bot@chromium.org · 10 years ago
  31. 227c246 Resolve a few memory leaks in tests. by commit-bot@chromium.org · 10 years ago
  32. 32678d9 use some helper Make functions to initialize SkImageInfo by commit-bot@chromium.org · 11 years ago
  33. e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
  34. f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago
  35. 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 11 years ago
  36. dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 11 years ago
  37. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  38. d0419b1 Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/""" by reed@google.com · 11 years ago
  39. ba82bd1 Revert "Revert "Revert of https://codereview.chromium.org/110593003/"" by reed@google.com · 11 years ago
  40. 9271389 Revert "Revert of https://codereview.chromium.org/110593003/" by reed@google.com · 11 years ago
  41. 27f8902 Revert of https://codereview.chromium.org/110593003/ by commit-bot@chromium.org · 11 years ago
  42. f1ce052 Add onNewLockPixels, that returns rowbytes and relies on info in pixelref by reed@google.com · 11 years ago
  43. 5db04df Address memory leak in SkScaledImageCache by robertphillips@google.com · 11 years ago
  44. c83a91f Revert "Revert of https://codereview.chromium.org/112783004/" by reed@google.com · 11 years ago
  45. fa7fd80 detect if the scaledimagecache returns a purged bitmap by reed@google.com · 11 years ago
  46. 281713e Revert of https://codereview.chromium.org/112783004/ by commit-bot@chromium.org · 11 years ago
  47. 772d852 ensure that we call onUnlock only when we onLock succeeded by reed@google.com · 11 years ago
  48. 772443a add more tests for discardable caches by reed@google.com · 11 years ago
  49. cf0803b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  50. e4eb122 support scaledimagecache instantiable using discardablememory by reed@google.com · 11 years ago
  51. 1b2c1b8 SkOnce: let f be any functor, update comments by commit-bot@chromium.org · 11 years ago
  52. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  53. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  54. 23d2cf9 Trying to add the same scaled image twice shouldn't assert. by commit-bot@chromium.org · 11 years ago
  55. b77f0f4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  56. 7585479 Allow SkLazyPixelRef to use SkScaledImageCache by commit-bot@chromium.org · 11 years ago
  57. 2c86fbb Add SkDivMod with a special case for ARM. by commit-bot@chromium.org · 11 years ago
  58. f916f9e revise SkTDynamicHash and add unit tests BUG= R=reed@google.com by commit-bot@chromium.org · 11 years ago
  59. 956b310 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  60. ea348cb experimentally enable USE_HASH for scaledimagecache by reed@google.com · 11 years ago
  61. b8d17fe use dynamic hash to speed up scaledimagecache by reed@google.com · 11 years ago
  62. 5617267 use namespace instead of static for template params by reed@google.com · 11 years ago
  63. 5d1e558 experimental dynamic-hash (disabled) by reed@google.com · 11 years ago
  64. 5c561cb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  65. be19dbe use SK_DECLARE_STATIC_MUTEX by reed@google.com · 11 years ago
  66. d94697c add mipmaps to scaledimagecache by reed@google.com · 11 years ago
  67. 7f1af50 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  68. 602a1d7 add scaledimagecache by reed@google.com · 11 years ago