1. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  2. 83787d0 only notify bitmaps that have been added to the cache by reed · 9 years ago
  3. 7eeba25 Notify resource caches when pixelref genID goes stale by reed · 9 years ago
  4. 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
  5. 4675819 notify resource caches when pixelref genID goes stale by reed · 9 years ago
  6. 90acb8e a typo in SkResourceCacheTest by yunchao.he · 10 years ago
  7. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  8. 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
  9. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  10. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  11. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  12. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  13. 30ad530 allow SkBitmapCache to operate on a local instance, for testability by reed · 10 years ago
  14. 790ffe3 Make SkBitmapCache remove invalid bitmaps from the SkResourceCache. by danakj · 10 years ago
  15. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  16. 26abcf1 disable flaky test by mtklein · 10 years ago
  17. 42b0dfe The key for SkBitmapCache can now be genID+SkIRect by piotaixr · 10 years ago
  18. 8482504 make allocPixels throw on failure by reed · 10 years ago
  19. aca21d6 Rename ScaledImageCache.cpp to SkResourceCacheTest.cpp by piotaixr · 10 years ago[Renamed from tests/ScaledImageCache.cpp]
  20. d73c169 Second attempt to land the integral image scaling change. by humper · 10 years ago
  21. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  22. 60cc7d3 manual revert of bitmap scale change while I investigate failures on chromeos by humper · 10 years ago
  23. ce7b1d5 always scale to an integer; compensate for fractional image sizes by leaving the fractional scale in the matrix by humper · 10 years ago
  24. 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
  25. 0461713 expose generalized imagecache key by reed · 10 years ago
  26. 1d1795b Make ScaledImageCache unit test less dependent on global state. by halcanary · 10 years ago
  27. 0db38cc erase bitmap inside unit test to make valgrind happier by halcanary · 10 years ago
  28. 805ef15 Set maximum output size for scaled-image-cache images by halcanary · 10 years ago