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