aboutsummaryrefslogtreecommitdiff
path: root/bench/MatrixConvolutionBench.cpp
AgeCommit message (Expand)Author
2020-09-03Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.John Stiles
2020-05-01Add benchmarks for large kernel matrix convolutionsAdlai Holler
2019-08-05Update benchmarks to use new filter factoriesMichael Ludwig
2019-04-24rewrite includes to not need so much -IfooMike Klein
2016-04-12distinguish distinct matrixconvolution benchmarksmtklein
2016-04-08Update MatrixConvolutionImageFilter to sk_sprobertphillips
2015-12-21Reland of change all factories to return their base-class (patchset #1 id:1 o...reed
2015-12-20Revert of change all factories to return their base-class (patchset #1 id:1 o...reed
2015-12-20change all factories to return their base-classreed
2015-10-01Remove const from `const int loops`.mtklein
2014-06-19Remove Sk prefix from some bench classes.tfarina
2014-03-12Clean up SkImageFilter.commit-bot@chromium.org
2014-03-10Factory methods for heap-allocated SkImageFilter objects.commit-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-09Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org
2013-09-06Switch out random number generator for tests, benches, samples.commit-bot@chromium.org
2013-04-05Fix more clang errors.tfarina@chromium.org
2012-09-25This patch adds support for optional processing of the alpha channel insenorblanco@chromium.org
2012-09-18Implements a matrix convolution filter (raster path only). The filtering loopsenorblanco@chromium.org