Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
eb75c7db3a7372de68347d0df8d58acebc33a9ad
/
tests
/
SkResourceCacheTest.cpp
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
· 9 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 9 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
· 10 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
· 10 years ago
0461713
expose generalized imagecache key
by reed
· 10 years ago
1d1795b
Make ScaledImageCache unit test less dependent on global state.
by halcanary
· 10 years ago
0db38cc
erase bitmap inside unit test to make valgrind happier
by halcanary
· 10 years ago
805ef15
Set maximum output size for scaled-image-cache images
by halcanary
· 10 years ago