aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/TextBench.cpp
Commit message (Expand)AuthorAge
* resources: resource identifiers don't begin with leading slashGravatar Hal Canary2017-12-08
* add drawString helper to canvasGravatar Cary Clark2017-04-28
* Mark overridden destructors with 'override' and remove 'virtual'Gravatar Brian Salomon2017-03-22
* Move SkTypeface to sk_sp.Gravatar bungeman2016-05-12
* Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...Gravatar scroggo2016-05-12
* Move SkTypeface to sk_sp.Gravatar bungeman2016-05-11
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Remove const from `const int loops`.Gravatar mtklein2015-10-01
* Fix for nexus 5 crashing in GL benchesGravatar joshualitt2015-09-30
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Add white variants to TextBenchGravatar mtklein2015-08-26
* Fix up -Winconsistent-missing-overrideGravatar mtklein2015-07-13
* Move font loading in gm tests and benches out of constructorsGravatar kkinnunen2015-05-21
* Move resource fonts to common location.Gravatar bungeman2015-04-30
* Small change to use a GrGeometryProcessor for all BitmapText draw callsGravatar joshualitt2015-02-11
* Cleanup: Remove a bunch of SkFontHost.h includes (unused).Gravatar tfarina2014-12-18
* Remove Sk prefix from some bench classes.Gravatar tfarina2014-06-19
* Simplify benchmark internal API.Gravatar commit-bot@chromium.org2013-12-03
* Refactoring: get rid of the SkBenchmark void* parameter.Gravatar mtklein@google.com2013-09-13
* Major bench refactoring.Gravatar mtklein@google.com2013-09-10
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Switch out random number generator for tests, benches, samples.Gravatar commit-bot@chromium.org2013-09-06
* Stop bench from leakingGravatar bsalomon@google.com2012-08-13
* SkSfntUtils should use public types.Gravatar bungeman@google.com2012-07-24
* Change append to appendf for call sites with no format arguments.Gravatar vandebo@chromium.org2012-02-21
* add test for drawPosText, to measure any difference it introduces given thatGravatar reed@google.com2011-11-23
* In debug builds, only run each benchmark 1 time (test for assertion-breakage,Gravatar tomhudson@google.com2011-10-28
* change text bench to measure text blit speedGravatar reed@google.com2011-10-18
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* add black, opaque, blend variants for text blits, to exercise differentGravatar reed@google.com2011-01-17
* addGravatar reed@android.com2010-12-20
* motorola neon patch for blitMask, used in text drawingGravatar reed@android.com2009-10-20
* add decode benchGravatar reed@android.com2009-09-02
* remove dead codeGravatar reed@android.com2009-08-11
* remove noisy font table tests from TextBenchGravatar reed@android.com2009-08-04
* add SkSfntUtils to parse some known truetype tablesGravatar reed@android.com2009-04-14
* add Table apis to SkFontHostGravatar reed@android.com2009-04-08
* draft of Text benchmarkGravatar reed@android.com2009-01-28