aboutsummaryrefslogtreecommitdiffstats
path: root/bench/ColorFilterBench.cpp
Commit message (Expand)AuthorAgeFilesLines
* stop using SkScalarMulMike Reed2017-02-141-1/+1
* remove xfermode from public apiMike Reed2016-10-281-2/+1
* Update SkXfermodeImageFilter to sk_sprobertphillips2016-04-051-1/+1
* Update SkColorFilterImageFilter to sk_sprobertphillips2016-04-051-82/+66
* Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of htt...reed2016-03-221-7/+6
* Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 ...reed2016-03-221-6/+7
* Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https:/...reed2016-03-221-7/+6
* Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://cod...reed2016-03-221-6/+7
* switch colorfilters to sk_spreed2016-03-221-7/+6
* Remove const from `const int loops`.mtklein2015-10-011-8/+8
* Style Change: NULL->nullptrhalcanary2015-08-271-3/+3
* remove useless benchesreed2015-04-021-72/+4
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-20/+20
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-20/+20
* Remove Sk prefix from some bench classes.tfarina2014-06-191-3/+3
* Factory methods for heap-allocated SkColorFilter objects.commit-bot@chromium.org2014-02-211-2/+2
* Simplify benchmark internal API.commit-bot@chromium.org2013-12-031-20/+20
* remove SkFloatToScalar macrocommit-bot@chromium.org2013-11-251-5/+5
* Luminance-to-alpha color filter (SkLumaColorFilter).commit-bot@chromium.org2013-10-071-0/+30
* Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com2013-09-131-30/+29
* Major bench refactoring.mtklein@google.com2013-09-101-13/+16
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-04-241-1/+0
* Added a few bench for some image filterssugoi@google.com2013-04-231-0/+336