deprecate odd variants of SkCanvas::readPixels
[platform/upstream/libSkiaSharp.git] / bench / TextBench.cpp
2017-03-22 Brian SalomonMark overridden destructors with 'override' and remove...
2016-05-12 bungemanMove SkTypeface to sk_sp.
2016-05-12 scroggoRevert of Move SkTypeface to sk_sp. (patchset #5 id...
2016-05-11 bungemanMove SkTypeface to sk_sp.
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2015-10-01 mtkleinRemove const from `const int loops`.
2015-09-30 joshualittFix for nexus 5 crashing in GL benches
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 mtkleinAdd white variants to TextBench
2015-07-13 mtkleinFix up -Winconsistent-missing-override
2015-05-21 kkinnunenMove font loading in gm tests and benches out of constr...
2015-04-30 bungemanMove resource fonts to common location.
2015-02-11 joshualittSmall change to use a GrGeometryProcessor for all Bitma...
2014-12-18 tfarinaCleanup: Remove a bunch of SkFontHost.h includes (unused).
2014-06-19 tfarinaRemove Sk prefix from some bench classes.
2013-12-03 commit-bot@chromiu... Simplify benchmark internal API.
2013-09-13 mtklein@google.comRefactoring: get rid of the SkBenchmark void* parameter.
2013-09-10 mtklein@google.comMajor bench refactoring.
2013-09-09 commit-bot@chromiu... Change old PRG to be SkLCGRandom; change new one to...
2013-09-06 commit-bot@chromiu... Switch out random number generator for tests, benches...
2012-08-13 bsalomon@google.comStop bench from leaking
2012-07-24 bungeman@google.comSkSfntUtils should use public types.
2012-02-21 vandebo@chromium.orgChange append to appendf for call sites with no format...
2011-11-23 reed@google.comadd test for drawPosText, to measure any difference...
2011-10-28 tomhudson@google.comIn debug builds, only run each benchmark 1 time (test...
2011-10-18 reed@google.comchange text bench to measure text blit speed
2011-07-28 epoger@google.comupdate of all copyright notices to reflect new license...
2011-01-17 reed@google.comadd black, opaque, blend variants for text blits, to...
2010-12-20 reed@android.comadd
2009-10-20 reed@android.commotorola neon patch for blitMask, used in text drawing
2009-09-02 reed@android.comadd decode bench
2009-08-11 reed@android.comremove dead code
2009-08-04 reed@android.comremove noisy font table tests from TextBench
2009-04-14 reed@android.comadd SkSfntUtils to parse some known truetype tables
2009-04-08 reed@android.comadd Table apis to SkFontHost
2009-01-28 reed@android.comdraft of Text benchmark