aboutsummaryrefslogtreecommitdiff
path: root/tests/SkResourceCacheTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert NULL and 0 to nullptr.Ben Wagner2017-08-281-1/+1
* SkDiscardableMemoryPool: always have a mutex for testingHal Canary2017-05-051-1/+1
* SkDiscardableMemoryPool: modernizeHal Canary2017-04-251-1/+1
* Change bitmapcache to not rely on lockpixels.Mike Reed2017-04-111-0/+86
* Revert "Revert "simplify api to bitmapcache""Mike Reed2017-03-251-5/+5
* Revert "simplify api to bitmapcache"Florin Malita2017-03-241-5/+5
* simplify api to bitmapcacheMike Reed2017-03-241-5/+5
* remove dead code in bitmapcacheMike Reed2017-03-231-135/+1
* SkColorSpace: remove named API, add gamut APIMatt Sarett2017-02-071-1/+1
* Revert "SkColorSpace: remove named API, add gamut API"Matt Sarett2017-02-071-1/+1
* SkColorSpace: remove named API, add gamut APIMatt Sarett2017-02-071-1/+1
* Specify bit depth and color space in SkImage::MakeFromPicture()Matt Sarett2017-01-091-0/+1
* Add color space to picture image as a creation parameterBrian Osman2016-12-161-1/+2
* Rename SkSourceGammaTreatment to SkDestinationSurfaceColorModeBrian Osman2016-11-091-9/+9
* tests: s/SkAutoTUnref/sk_sp/Hal Canary2016-11-041-4/+3
* Remove SkAutoTDelete.Ben Wagner2016-11-031-8/+8
* respect srgb gamma when building mipsreed2016-06-101-7/+14
* switch surface to sk_spreed2016-03-231-2/+2
* return pictures as sk_spreed2016-03-181-2/+2
* update callsites for Make image factoriesreed2016-03-171-5/+5
* SkResourceCache::GetAllocator() index8 and other color types handlingaleksandar.stojiljkovic2015-11-101-40/+80
* Comments Style: s/skbug.com/bug.skia.org/halcanary2015-11-071-1/+1
* Purge cached resources on SkImage destruction.fmalita2015-09-181-0/+68
* remove racy tests, as they assume the cache can't be purged behind their backreed2015-09-171-67/+0
* create SkBitmapProvider to abstract images and bitmapsreed2015-09-151-6/+6
* simplify bitmap scaler and cachereed2015-08-311-3/+3
* Style Change: NULL->nullptrhalcanary2015-08-271-2/+2
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-4/+4
* SkPaint::FilterLevel -> SkFilterQualityreed2015-03-161-1/+1
* only notify bitmaps that have been added to the cachereed2015-02-251-10/+12
* Notify resource caches when pixelref genID goes stalereed2015-02-241-0/+64
* Revert of notify resource caches when pixelref genID goes stale (patchset #4 ...mtklein2015-02-191-71/+0
* notify resource caches when pixelref genID goes stalereed2015-02-191-0/+71
* a typo in SkResourceCacheTestyunchao.he2015-01-231-11/+13
* Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premulreed2014-12-101-2/+3
* Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMCol...reed2014-12-091-3/+2
* remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32P...reed2014-12-091-2/+3
* Add SkCachedData and use it for SkMipMapreed2014-10-081-0/+51
* Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and ...reed2014-10-031-51/+0
* Add SkCachedData and use it for SkMipMapreed2014-10-021-0/+51
* allow SkBitmapCache to operate on a local instance, for testabilityreed2014-09-161-35/+58
* Make SkBitmapCache remove invalid bitmaps from the SkResourceCache.danakj2014-09-111-0/+33
* "NULL !=" = NULLbsalomon2014-09-051-1/+1
* disable flaky testmtklein2014-09-041-0/+3
* The key for SkBitmapCache can now be genID+SkIRectpiotaixr2014-09-031-0/+35
* make allocPixels throw on failurereed2014-09-021-1/+1
* Rename ScaledImageCache.cpp to SkResourceCacheTest.cpppiotaixr2014-09-021-0/+74