aboutsummaryrefslogtreecommitdiff
path: root/bench/GradientBench.cpp
AgeCommit message (Expand)Author
2013-02-04extend gradient_create bench to test opaque and alpha gradient rampsreed@google.com
2013-02-04cleanup: use DEF_BENCH macroreed@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-06-07add bench for conical Gradientreed@google.com
2011-10-28In debug builds, only run each benchmark 1 time (test for assertion-breakage,tomhudson@google.com
2011-09-26Optimize software radial gradients (remove branches from the inner loop wheretomhudson@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2011-06-24fix warning about SkPoint initializationreed@google.com
2011-06-17Fix Gradient2Bench colors so that Debug bench will run.bungeman@google.com
2011-06-16add gradient_create bench, just to measure the time to create a new gradientreed@google.com
2011-06-15add tilemode optionsreed@google.com
2011-04-13rename radial to radial1, so I can distinguish it from radial2 in myreed@google.com
2011-04-13speed up 2-point-radial gradients by 9x, using float instead of fixedreed@google.com