index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
SkResourceCacheTest.cpp
Commit message (
Expand
)
Author
Age
*
Convert NULL and 0 to nullptr.
Ben Wagner
2017-08-28
*
SkDiscardableMemoryPool: always have a mutex for testing
Hal Canary
2017-05-05
*
SkDiscardableMemoryPool: modernize
Hal Canary
2017-04-25
*
Change bitmapcache to not rely on lockpixels.
Mike Reed
2017-04-11
*
Revert "Revert "simplify api to bitmapcache""
Mike Reed
2017-03-25
*
Revert "simplify api to bitmapcache"
Florin Malita
2017-03-24
*
simplify api to bitmapcache
Mike Reed
2017-03-24
*
remove dead code in bitmapcache
Mike Reed
2017-03-23
*
SkColorSpace: remove named API, add gamut API
Matt Sarett
2017-02-07
*
Revert "SkColorSpace: remove named API, add gamut API"
Matt Sarett
2017-02-07
*
SkColorSpace: remove named API, add gamut API
Matt Sarett
2017-02-07
*
Specify bit depth and color space in SkImage::MakeFromPicture()
Matt Sarett
2017-01-09
*
Add color space to picture image as a creation parameter
Brian Osman
2016-12-16
*
Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode
Brian Osman
2016-11-09
*
tests: s/SkAutoTUnref/sk_sp/
Hal Canary
2016-11-04
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
respect srgb gamma when building mips
reed
2016-06-10
*
switch surface to sk_sp
reed
2016-03-23
*
return pictures as sk_sp
reed
2016-03-18
*
update callsites for Make image factories
reed
2016-03-17
*
SkResourceCache::GetAllocator() index8 and other color types handling
aleksandar.stojiljkovic
2015-11-10
*
Comments Style: s/skbug.com/bug.skia.org/
halcanary
2015-11-07
*
Purge cached resources on SkImage destruction.
fmalita
2015-09-18
*
remove racy tests, as they assume the cache can't be purged behind their back
reed
2015-09-17
*
create SkBitmapProvider to abstract images and bitmaps
reed
2015-09-15
*
simplify bitmap scaler and cache
reed
2015-08-31
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
SkPaint::FilterLevel -> SkFilterQuality
reed
2015-03-16
*
only notify bitmaps that have been added to the cache
reed
2015-02-25
*
Notify resource caches when pixelref genID goes stale
reed
2015-02-24
*
Revert of notify resource caches when pixelref genID goes stale (patchset #4 ...
mtklein
2015-02-19
*
notify resource caches when pixelref genID goes stale
reed
2015-02-19
*
a typo in SkResourceCacheTest
yunchao.he
2015-01-23
*
Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul
reed
2014-12-10
*
Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMCol...
reed
2014-12-09
*
remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32P...
reed
2014-12-09
*
Add SkCachedData and use it for SkMipMap
reed
2014-10-08
*
Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and ...
reed
2014-10-03
*
Add SkCachedData and use it for SkMipMap
reed
2014-10-02
*
allow SkBitmapCache to operate on a local instance, for testability
reed
2014-09-16
*
Make SkBitmapCache remove invalid bitmaps from the SkResourceCache.
danakj
2014-09-11
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
disable flaky test
mtklein
2014-09-04
*
The key for SkBitmapCache can now be genID+SkIRect
piotaixr
2014-09-03
*
make allocPixels throw on failure
reed
2014-09-02
*
Rename ScaledImageCache.cpp to SkResourceCacheTest.cpp
piotaixr
2014-09-02