aboutsummaryrefslogtreecommitdiff
path: root/tests/TextBlobCacheTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* move Sk{Test,Random}ScalerContext to toolsMike Klein2017-11-101-4/+4
* tests: s/SkAutoTUnref/sk_sp/Hal Canary2016-11-041-2/+2
* Use sk_sp text blob APIsfmalita2016-09-131-12/+4
* Move SkTypeface to sk_sp.bungeman2016-05-121-3/+2
* Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...scroggo2016-05-121-2/+3
* Move SkTypeface to sk_sp.bungeman2016-05-111-3/+2
* Turn ContextInfos returned by GrContextFactory into structs.bsalomon2016-05-111-4/+4
* Make existing unit tests only run on GL contextsbsalomon2016-04-061-4/+4
* One signature for creating unit tests that run on premade GrContextsbsalomon2016-04-051-8/+8
* switch surface to sk_spreed2016-03-231-3/+2
* Move Budgeted enum out of SkSurface, use in GrTextureProviderbsalomon2016-02-251-1/+1
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...bsalomon2016-02-251-1/+1
* Move Budgeted enum out of SkSurface, use in GrTextureProviderbsalomon2016-02-251-1/+1
* Remove SkNEW_APPEND_TO_TARRAY.bungeman2016-02-091-1/+1
* Generate list of GPU contexts outside testskkinnunen2015-12-011-19/+16
* Style Change: NULL->nullptrhalcanary2015-08-271-2/+2
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-1/+1
* wire up reduced atlas and zero textblob cache to testjoshualitt2015-08-211-7/+21
* Add BW masks to random scaler contextjoshualitt2015-08-011-2/+2
* Modifying TextBlobCacheTest to use SkRandomScalerContextjoshualitt2015-07-311-14/+34
* Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset ...joshualitt2015-07-311-11/+2
* Modifying TextBlobCacheTest to use SkRandomScalerContextjoshualitt2015-07-311-2/+11
* Small tweak to TextBlobCacheTestjoshualitt2015-07-231-3/+21
* fix memory leak in TextBlobCacheTestjoshualitt2015-07-231-1/+2
* Fix up textblobcachetestjoshualitt2015-07-221-5/+7
* adding unit test for textblob cache / GrBatchAtlasjoshualitt2015-07-171-0/+123