index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
GradientBench.cpp
Commit message (
Expand
)
Author
Age
*
extend gradient_create bench to test opaque and alpha gradient ramps
reed@google.com
2013-02-04
*
cleanup: use DEF_BENCH macro
reed@google.com
2013-02-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
add bench for conical Gradient
reed@google.com
2012-06-07
*
In debug builds, only run each benchmark 1 time (test for assertion-breakage,
tomhudson@google.com
2011-10-28
*
Optimize software radial gradients (remove branches from the inner loop where
tomhudson@google.com
2011-09-26
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
fix warning about SkPoint initialization
reed@google.com
2011-06-24
*
Fix Gradient2Bench colors so that Debug bench will run.
bungeman@google.com
2011-06-17
*
add gradient_create bench, just to measure the time to create a new gradient
reed@google.com
2011-06-16
*
add tilemode options
reed@google.com
2011-06-15
*
rename radial to radial1, so I can distinguish it from radial2 in my
reed@google.com
2011-04-13
*
speed up 2-point-radial gradients by 9x, using float instead of fixed
reed@google.com
2011-04-13