aboutsummaryrefslogtreecommitdiff
path: root/bench/LightingBench.cpp
AgeCommit message (Expand)Author
2020-09-03Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.John Stiles
2019-08-05Update benchmarks to use new filter factoriesMichael Ludwig
2019-04-24rewrite includes to not need so much -IfooMike Klein
2017-02-14stop using SkScalarMulMike Reed
2016-04-20Rein in the use of SkDevice.hrobertphillips
2016-04-08Update LightingImageFilter to sk_sprobertphillips
2015-10-01Remove const from `const int loops`.mtklein
2015-09-25Remove SkBitmapSourcefmalita
2015-07-13Add new SkPoint3 classrobertphillips
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
2014-06-19Remove Sk prefix from some bench classes.tfarina
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-09-13Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com
2013-09-10Major bench refactoring.mtklein@google.com
2013-04-25Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-04-24Adding new bench tests for lighting and blursugoi@google.com