aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/GradientBench.cpp
Commit message (Expand)AuthorAge
* extend gradient_create bench to test opaque and alpha gradient rampsGravatar reed@google.com2013-02-04
* cleanup: use DEF_BENCH macroGravatar reed@google.com2013-02-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* add bench for conical GradientGravatar reed@google.com2012-06-07
* In debug builds, only run each benchmark 1 time (test for assertion-breakage,Gravatar tomhudson@google.com2011-10-28
* Optimize software radial gradients (remove branches from the inner loop whereGravatar tomhudson@google.com2011-09-26
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* fix warning about SkPoint initializationGravatar reed@google.com2011-06-24
* Fix Gradient2Bench colors so that Debug bench will run.Gravatar bungeman@google.com2011-06-17
* add gradient_create bench, just to measure the time to create a new gradientGravatar reed@google.com2011-06-16
* add tilemode optionsGravatar reed@google.com2011-06-15
* rename radial to radial1, so I can distinguish it from radial2 in myGravatar reed@google.com2011-04-13
* speed up 2-point-radial gradients by 9x, using float instead of fixedGravatar reed@google.com2011-04-13