index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
BlurRectBench.cpp
Commit message (
Expand
)
Author
Age
*
hide SkBlurMaskFilter and SkBlurQuality
Mike Reed
2018-03-14
*
Mark overridden destructors with 'override' and remove 'virtual'
Brian Salomon
2017-03-22
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Add default ctor to SkMask
robertphillips
2015-12-17
*
Remove const from `const int loops`.
mtklein
2015-10-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Remove Sk prefix from some bench classes.
tfarina
2014-06-19
*
move common blur types into central header
commit-bot@chromium.org
2014-04-28
*
Simplify benchmark internal API.
commit-bot@chromium.org
2013-12-03
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
Refactoring: get rid of the SkBenchmark void* parameter.
mtklein@google.com
2013-09-13
*
Major bench refactoring.
mtklein@google.com
2013-09-10
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-09-07
*
Push sigma-based blur interface into our GMs/benches/tests/samplecode
robertphillips@google.com
2013-09-06
*
Blur refactoring
robertphillips@google.com
2013-08-27
*
Remove the non-separable blur because it is no longer used.
commit-bot@chromium.org
2013-06-11
*
Bench : Unused parameters cleanup
sugoi@google.com
2013-03-05
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-21
*
Complete the implementation of the faster blur; now supports all blur styles ...
humper@google.com
2013-02-20
*
Fix errors when compiling with -Wall -Werror on Android.
djsollen@google.com
2013-02-07
*
Fix leaks in blurrect benchs and gm.
bsalomon@google.com
2013-01-11
*
speculative change to speedup blurrect bench for large radius, to see if the ...
mike@reedtribe.org
2013-01-09
*
fix warnings (float to int), and convert to skia-style
reed@google.com
2013-01-07
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-05
*
Added a new function to directly generate a blurred rectangle analytically.
humper@google.com
2013-01-04