index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
BlurImageFilterBench.cpp
Commit message (
Expand
)
Author
Age
*
Update SkBlurImageFilter to sk_sp
robertphillips
2016-04-04
*
Update SkOffsetImageFilter to sk_sp
robertphillips
2016-03-31
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
SkBlurImageFilter returns input when sigma = 0
xidachen
2015-12-10
*
Add cropped-then-expanded test cases to blur_image_filter tests.
senorblanco
2015-10-30
*
Remove const from `const int loops`.
mtklein
2015-10-01
*
Fix for nexus 5 crashing in GL benches
joshualitt
2015-09-30
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Update blur image filter bench to have crop variation
bsalomon
2015-06-30
*
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
*
2D kernel initial wiring for Guassian
joshualitt
2014-08-11
*
remove unnecessary bitmapdevice references
reed
2014-06-27
*
Remove Sk prefix from some bench classes.
tfarina
2014-06-19
*
hide SkBitmap::setConfig
reed
2014-06-09
*
Factory methods for heap-allocated SkImageFilter objects.
commit-bot@chromium.org
2014-03-10
*
NEON fast path for box blur
commit-bot@chromium.org
2014-01-13
*
Simplify benchmark internal API.
commit-bot@chromium.org
2013-12-03
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
SSE2 implementation of RGBA box blurs. This yields ~2X perf improvement on Xe...
senorblanco@chromium.org
2013-11-08
*
Refactoring: get rid of the SkBenchmark void* parameter.
mtklein@google.com
2013-09-13
*
Major bench refactoring.
mtklein@google.com
2013-09-10
*
Split SkDevice into SkBaseDevice and SkBitmapDevice
robertphillips@google.com
2013-08-29
*
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...
robertphillips@google.com
2013-08-20
*
Split SkDevice out of SkBitmapDevice
robertphillips@google.com
2013-08-20
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-25
*
Adding new bench tests for lighting and blur
sugoi@google.com
2013-04-24