aboutsummaryrefslogtreecommitdiffstats
path: root/bench/BlurRectBench.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark overridden destructors with 'override' and remove 'virtual'Brian Salomon2017-03-221-1/+1
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+1
* Add default ctor to SkMaskrobertphillips2015-12-171-12/+14
* Remove const from `const int loops`.mtklein2015-10-011-1/+1
* Style Change: NULL->nullptrhalcanary2015-08-271-3/+3
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-4/+4
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-4/+4
* Remove Sk prefix from some bench classes.tfarina2014-06-191-4/+4
* move common blur types into central headercommit-bot@chromium.org2014-04-281-4/+3
* Simplify benchmark internal API.commit-bot@chromium.org2013-12-031-2/+2
* remove SkFloatToScalar macrocommit-bot@chromium.org2013-11-251-2/+2
* Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com2013-09-131-43/+43
* Major bench refactoring.mtklein@google.com2013-09-101-1/+1
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-09-071-2/+2
* Push sigma-based blur interface into our GMs/benches/tests/samplecoderobertphillips@google.com2013-09-061-13/+20
* Blur refactoringrobertphillips@google.com2013-08-271-2/+2
* Remove the non-separable blur because it is no longer used.commit-bot@chromium.org2013-06-111-1/+1
* Bench : Unused parameters cleanupsugoi@google.com2013-03-051-3/+3
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-02-211-1/+1
* Complete the implementation of the faster blur; now supports all blur styles ...humper@google.com2013-02-201-18/+97
* Fix errors when compiling with -Wall -Werror on Android.djsollen@google.com2013-02-071-11/+10
* Fix leaks in blurrect benchs and gm.bsalomon@google.com2013-01-111-1/+9
* speculative change to speedup blurrect bench for large radius, to see if the ...mike@reedtribe.org2013-01-091-2/+2
* fix warnings (float to int), and convert to skia-stylereed@google.com2013-01-071-21/+24
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-01-051-13/+13
* Added a new function to directly generate a blurred rectangle analytically.humper@google.com2013-01-041-0/+133