aboutsummaryrefslogtreecommitdiff
path: root/bench/BlurRectBench.cpp
AgeCommit message (Expand)Author
2017-03-22Mark overridden destructors with 'override' and remove 'virtual'Brian Salomon
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2015-12-17Add default ctor to SkMaskrobertphillips
2015-10-01Remove const from `const int loops`.mtklein
2015-08-27Style Change: NULL->nullptrhalcanary
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
2014-04-28move common blur types into central headercommit-bot@chromium.org
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-11-25remove SkFloatToScalar macrocommit-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-09-07Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-09-06Push sigma-based blur interface into our GMs/benches/tests/samplecoderobertphillips@google.com
2013-08-27Blur refactoringrobertphillips@google.com
2013-06-11Remove the non-separable blur because it is no longer used.commit-bot@chromium.org
2013-03-05Bench : Unused parameters cleanupsugoi@google.com
2013-02-21Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-02-20Complete the implementation of the faster blur; now supports all blur styles ...humper@google.com
2013-02-07Fix errors when compiling with -Wall -Werror on Android.djsollen@google.com
2013-01-11Fix leaks in blurrect benchs and gm.bsalomon@google.com
2013-01-09speculative change to speedup blurrect bench for large radius, to see if the ...mike@reedtribe.org
2013-01-07fix warnings (float to int), and convert to skia-stylereed@google.com
2013-01-05Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-04Added a new function to directly generate a blurred rectangle analytically.humper@google.com