aboutsummaryrefslogtreecommitdiff
path: root/tests/ImageCacheTest.cpp
AgeCommit message (Expand)Author
2017-05-05SkDiscardableMemoryPool: always have a mutex for testingHal Canary
2017-04-25SkDiscardableMemoryPool: modernizeHal Canary
2016-11-04tests: s/SkAutoTUnref/sk_sp/Hal Canary
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2015-08-27Style Change: NULL->nullptrhalcanary
2015-08-26Style Change: SkNEW->new; SkDELETE->deletehalcanary
2015-08-19private iterator to visit all resource cache entriesreed
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-02-24Notify resource caches when pixelref genID goes stalereed
2015-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
2014-12-12Even more win64 warning fixesbsalomon
2014-10-22SkResourceCache::Key namespace support.fmalita
2014-09-15Change SkResourceCache to take a Visitor inside its find().reed
2014-09-15Revert of Change SkResourceCache to take a Visitor inside its find(). (patchs...reed
2014-09-15Change SkResourceCache to take a Visitor inside its find().reed
2014-09-05"NULL !=" = NULLbsalomon
2014-08-28rename ScaledImageCache to ResourceCachereed
2014-08-26retool image cache to be generic cache, allowing the client to subclass "Rec"...reed
2014-08-21expose generalized imagecache keyreed
2014-07-17Set maximum output size for scaled-image-cache imageshalcanary
2014-04-04SkDiscardableMemoryPool to abstract classcommit-bot@chromium.org
2014-03-05Replace scaled bitmap if entry already exist in cache.commit-bot@chromium.org
2014-02-13replace setConfig+allocPixels with single callmike@reedtribe.org
2014-01-24Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org
2014-01-14Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org
2013-12-14Fix some presubmit warnings.tfarina@chromium.org
2013-12-12Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org
2013-12-11add more tests for discardable cachesreed@google.com
2013-12-10Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-12-09support scaledimagecache instantiable using discardablememoryreed@google.com
2013-12-02Reverting r12427rmistry@google.com
2013-12-02Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-11-27Trying to add the same scaled image twice shouldn't assert.commit-bot@chromium.org
2013-08-12SkTDynamicHashmtklein@google.com
2013-07-24Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-07-23fix signed/unsigned warningreed@google.com
2013-07-23add scaledimagecachereed@google.com