aboutsummaryrefslogtreecommitdiff
path: root/bench/BlurImageFilterBench.cpp
AgeCommit message (Expand)Author
2021-01-24drawBitmap is deprecatedMike Reed
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
2018-01-23IWYU -- SkShader.hMike Reed
2017-10-09Remove trailing whitespace.Ben Wagner
2016-04-04Update SkBlurImageFilter to sk_sprobertphillips
2016-03-31Update SkOffsetImageFilter to sk_sprobertphillips
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2015-12-10SkBlurImageFilter returns input when sigma = 0xidachen
2015-10-30Add cropped-then-expanded test cases to blur_image_filter tests.senorblanco
2015-10-01Remove const from `const int loops`.mtklein
2015-09-30Fix for nexus 5 crashing in GL benchesjoshualitt
2015-08-27Style Change: NULL->nullptrhalcanary
2015-06-30Update blur image filter bench to have crop variationbsalomon
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-08-112D kernel initial wiring for Guassianjoshualitt
2014-06-27remove unnecessary bitmapdevice referencesreed
2014-06-19Remove Sk prefix from some bench classes.tfarina
2014-06-09hide SkBitmap::setConfigreed
2014-03-10Factory methods for heap-allocated SkImageFilter objects.commit-bot@chromium.org
2014-01-13NEON fast path for box blurcommit-bot@chromium.org
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-11-25remove SkFloatToScalar macrocommit-bot@chromium.org
2013-11-08SSE2 implementation of RGBA box blurs. This yields ~2X perf improvement on Xe...senorblanco@chromium.org
2013-09-13Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com
2013-09-10Major bench refactoring.mtklein@google.com
2013-08-29Split SkDevice into SkBaseDevice and SkBitmapDevicerobertphillips@google.com
2013-08-20Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...robertphillips@google.com
2013-08-20Split SkDevice out of SkBitmapDevicerobertphillips@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