1. 3a16073 Revert "Revert "Use SkImage to manage mip map cache purging, not Bitmap/PixelRef"" by Brian Osman · 6 years ago
  2. f7ddaa8 Revert "Use SkImage to manage mip map cache purging, not Bitmap/PixelRef" by Brian Osman · 6 years ago
  3. 087c917 Use SkImage to manage mip map cache purging, not Bitmap/PixelRef by Brian Osman · 6 years ago
  4. a9667fb Revert "Tie mip map cache purging to Images, not Bitmaps/PixelRefs" by Brian Osman · 6 years ago
  5. 11422c6 Tie mip map cache purging to Images, not Bitmaps/PixelRefs by Brian Osman · 6 years ago
  6. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  7. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  8. 788c3c4 SkDiscardableMemoryPool: always have a mutex for testing by Hal Canary · 7 years ago
  9. a294be2 SkDiscardableMemoryPool: modernize by Hal Canary · 7 years ago
  10. 7a542c5 Change bitmapcache to not rely on lockpixels. by Mike Reed · 7 years ago
  11. 5fa3d6d Revert "Revert "simplify api to bitmapcache"" by Mike Reed · 7 years ago
  12. dd1b4e9 Revert "simplify api to bitmapcache" by Florin Malita · 7 years ago
  13. 9f4b0ae simplify api to bitmapcache by Mike Reed · 7 years ago
  14. 4dc6474 remove dead code in bitmapcache by Mike Reed · 7 years ago
  15. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  16. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 7 years ago
  17. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  18. e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
  19. 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
  20. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  21. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  22. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  23. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  24. e8f3062 switch surface to sk_sp by reed · 8 years ago
  25. ca2622b return pictures as sk_sp by reed · 8 years ago
  26. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  27. 07e2692 SkResourceCache::GetAllocator() index8 and other color types handling by aleksandar.stojiljkovic · 9 years ago
  28. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  29. 3b0d532 Purge cached resources on SkImage destruction. by fmalita · 9 years ago
  30. 2ed7d50 remove racy tests, as they assume the cache can't be purged behind their back by reed · 9 years ago
  31. 98ed7b6 create SkBitmapProvider to abstract images and bitmaps by reed · 9 years ago
  32. 9913887 simplify bitmap scaler and cache by reed · 9 years ago
  33. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  34. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  35. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  36. 83787d0 only notify bitmaps that have been added to the cache by reed · 9 years ago
  37. 7eeba25 Notify resource caches when pixelref genID goes stale by reed · 9 years ago
  38. 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
  39. 4675819 notify resource caches when pixelref genID goes stale by reed · 9 years ago
  40. 90acb8e a typo in SkResourceCacheTest by yunchao.he · 9 years ago
  41. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  42. 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
  43. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  44. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  45. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  46. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  47. 30ad530 allow SkBitmapCache to operate on a local instance, for testability by reed · 10 years ago
  48. 790ffe3 Make SkBitmapCache remove invalid bitmaps from the SkResourceCache. by danakj · 10 years ago
  49. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  50. 26abcf1 disable flaky test by mtklein · 10 years ago
  51. 42b0dfe The key for SkBitmapCache can now be genID+SkIRect by piotaixr · 10 years ago
  52. 8482504 make allocPixels throw on failure by reed · 10 years ago
  53. aca21d6 Rename ScaledImageCache.cpp to SkResourceCacheTest.cpp by piotaixr · 10 years ago[Renamed from tests/ScaledImageCache.cpp]
  54. d73c169 Second attempt to land the integral image scaling change. by humper · 10 years ago
  55. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  56. 60cc7d3 manual revert of bitmap scale change while I investigate failures on chromeos by humper · 10 years ago
  57. ce7b1d5 always scale to an integer; compensate for fractional image sizes by leaving the fractional scale in the matrix by humper · 10 years ago
  58. 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
  59. 0461713 expose generalized imagecache key by reed · 10 years ago
  60. 1d1795b Make ScaledImageCache unit test less dependent on global state. by halcanary · 10 years ago
  61. 0db38cc erase bitmap inside unit test to make valgrind happier by halcanary · 10 years ago
  62. 805ef15 Set maximum output size for scaled-image-cache images by halcanary · 10 years ago