index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
TextBench.cpp
Commit message (
Expand
)
Author
Age
*
resources: resource identifiers don't begin with leading slash
Hal Canary
2017-12-08
*
add drawString helper to canvas
Cary Clark
2017-04-28
*
Mark overridden destructors with 'override' and remove 'virtual'
Brian Salomon
2017-03-22
*
Move SkTypeface to sk_sp.
bungeman
2016-05-12
*
Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...
scroggo
2016-05-12
*
Move SkTypeface to sk_sp.
bungeman
2016-05-11
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Remove const from `const int loops`.
mtklein
2015-10-01
*
Fix for nexus 5 crashing in GL benches
joshualitt
2015-09-30
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Add white variants to TextBench
mtklein
2015-08-26
*
Fix up -Winconsistent-missing-override
mtklein
2015-07-13
*
Move font loading in gm tests and benches out of constructors
kkinnunen
2015-05-21
*
Move resource fonts to common location.
bungeman
2015-04-30
*
Small change to use a GrGeometryProcessor for all BitmapText draw calls
joshualitt
2015-02-11
*
Cleanup: Remove a bunch of SkFontHost.h includes (unused).
tfarina
2014-12-18
*
Remove Sk prefix from some bench classes.
tfarina
2014-06-19
*
Simplify benchmark internal API.
commit-bot@chromium.org
2013-12-03
*
Refactoring: get rid of the SkBenchmark void* parameter.
mtklein@google.com
2013-09-13
*
Major bench refactoring.
mtklein@google.com
2013-09-10
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
Switch out random number generator for tests, benches, samples.
commit-bot@chromium.org
2013-09-06
*
Stop bench from leaking
bsalomon@google.com
2012-08-13
*
SkSfntUtils should use public types.
bungeman@google.com
2012-07-24
*
Change append to appendf for call sites with no format arguments.
vandebo@chromium.org
2012-02-21
*
add test for drawPosText, to measure any difference it introduces given that
reed@google.com
2011-11-23
*
In debug builds, only run each benchmark 1 time (test for assertion-breakage,
tomhudson@google.com
2011-10-28
*
change text bench to measure text blit speed
reed@google.com
2011-10-18
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
add black, opaque, blend variants for text blits, to exercise different
reed@google.com
2011-01-17
*
add
reed@android.com
2010-12-20
*
motorola neon patch for blitMask, used in text drawing
reed@android.com
2009-10-20
*
add decode bench
reed@android.com
2009-09-02
*
remove dead code
reed@android.com
2009-08-11
*
remove noisy font table tests from TextBench
reed@android.com
2009-08-04
*
add SkSfntUtils to parse some known truetype tables
reed@android.com
2009-04-14
*
add Table apis to SkFontHost
reed@android.com
2009-04-08
*
draft of Text benchmark
reed@android.com
2009-01-28