1. e8f3062 switch surface to sk_sp by reed · 8 years ago
  2. ca2622b return pictures as sk_sp by reed · 8 years ago
  3. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  4. 07e2692 SkResourceCache::GetAllocator() index8 and other color types handling by aleksandar.stojiljkovic · 9 years ago
  5. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  6. 3b0d532 Purge cached resources on SkImage destruction. by fmalita · 9 years ago
  7. 2ed7d50 remove racy tests, as they assume the cache can't be purged behind their back by reed · 9 years ago
  8. 98ed7b6 create SkBitmapProvider to abstract images and bitmaps by reed · 9 years ago
  9. 9913887 simplify bitmap scaler and cache by reed · 9 years ago
  10. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  11. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  12. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  13. 83787d0 only notify bitmaps that have been added to the cache by reed · 9 years ago
  14. 7eeba25 Notify resource caches when pixelref genID goes stale by reed · 9 years ago
  15. 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
  16. 4675819 notify resource caches when pixelref genID goes stale by reed · 9 years ago
  17. 90acb8e a typo in SkResourceCacheTest by yunchao.he · 10 years ago
  18. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  19. a8918a0 Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul (patchset #3 id:40001 of https://codereview.chromium.org/790733003/) by reed · 10 years ago
  20. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  21. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  22. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  23. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  24. 30ad530 allow SkBitmapCache to operate on a local instance, for testability by reed · 10 years ago
  25. 790ffe3 Make SkBitmapCache remove invalid bitmaps from the SkResourceCache. by danakj · 10 years ago
  26. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  27. 26abcf1 disable flaky test by mtklein · 10 years ago
  28. 42b0dfe The key for SkBitmapCache can now be genID+SkIRect by piotaixr · 10 years ago
  29. 8482504 make allocPixels throw on failure by reed · 10 years ago
  30. aca21d6 Rename ScaledImageCache.cpp to SkResourceCacheTest.cpp by piotaixr · 10 years ago[Renamed from tests/ScaledImageCache.cpp]
  31. d73c169 Second attempt to land the integral image scaling change. by humper · 10 years ago
  32. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  33. 60cc7d3 manual revert of bitmap scale change while I investigate failures on chromeos by humper · 10 years ago
  34. ce7b1d5 always scale to an integer; compensate for fractional image sizes by leaving the fractional scale in the matrix by humper · 10 years ago
  35. 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
  36. 0461713 expose generalized imagecache key by reed · 10 years ago
  37. 1d1795b Make ScaledImageCache unit test less dependent on global state. by halcanary · 10 years ago
  38. 0db38cc erase bitmap inside unit test to make valgrind happier by halcanary · 10 years ago
  39. 805ef15 Set maximum output size for scaled-image-cache images by halcanary · 10 years ago