index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkBlurMask.cpp
Commit message (
Expand
)
Author
Age
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-28
*
Blur refactoring
robertphillips@google.com
2013-08-27
*
Fix quickReject computation for blurs
robertphillips@google.com
2013-07-30
*
Remove the non-separable blur because it is no longer used.
commit-bot@chromium.org
2013-06-11
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-12
*
add proper support for solid style, and temporarily turn off my change so the...
humper@google.com
2013-03-11
*
fix pad bug introduced during code cleanup
humper@google.com
2013-03-11
*
fix build warnings
humper@google.com
2013-03-11
*
Plumb fast rectangle blur code into the skia mask filter
humper@google.com
2013-03-11
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-21
*
Fix compile errors in blur code on Windows.
jvanverth@google.com
2013-02-20
*
remove blur radius reinterpretation for now to make rebaselining simpler and ...
humper@google.com
2013-02-20
*
Complete the implementation of the faster blur; now supports all blur styles ...
humper@google.com
2013-02-20
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-20
*
Enable blur rounding (unreviewed).
senorblanco@chromium.org
2013-02-19
*
Add rounding to the separable blurs. This should ensure that the box blurs a...
senorblanco@chromium.org
2013-02-19
*
Fix leaks in blurrect benchs and gm.
bsalomon@google.com
2013-01-11
*
Cleaned up warnings in Windows build.
jvanverth@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
*
Modify the blur bench to add tests for high-quality blurs, and large non-inte...
senorblanco@chromium.org
2012-11-29
*
Implement radius interpolation for separable blur. Unroll both separable imp...
senorblanco@chromium.org
2012-11-27
*
Separable mask blurs: Add compile-time flag. Fix reversed offsets in asymme...
senorblanco@chromium.org
2012-11-20
*
Separable blur: subpixel blurring. We approximate intermediate values of bl...
senorblanco@chromium.org
2012-11-16
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-16
*
Reorder the separable blur passes into XXX/YYY, with an image transpose on th...
senorblanco@chromium.org
2012-11-15
*
Build fix. Unreviewed.
senorblanco@chromium.org
2012-11-13
*
A new implementation of mask blurs, using separable X/Y passes. Disabled for...
senorblanco@chromium.org
2012-11-13
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Fix the string we're checking for in the #if defined(), so that loops actuall...
tomhudson@google.com
2012-01-11
*
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
tomhudson@google.com
2011-12-28
*
Unroll loops in SkBlurMask for speedup on Windows (benchmarks should see
tomhudson@google.com
2011-11-28
*
Add fractional-radius blurs to blur benchmark.
tomhudson@google.com
2011-11-22
*
Make SkMath.h less visible in public header files.
tomhudson@google.com
2011-09-27
*
Reduce size of filter mask.
bungeman@google.com
2011-09-02
*
style cleanup
reed@google.com
2011-08-12
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
[Committed on behalf of junov@chromium.org]
senorblanco@chromium.org
2011-02-18
*
fix sumbuffer to initialize its top and left colum/row with zeros. Without th...
reed@android.com
2009-09-21
*
use rowbytes instead of bounds.width()
reed@android.com
2009-09-18
*
add ADD xfermode
reed@android.com
2009-04-24
*
promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect
reed@android.com
2009-03-19
*
grab from latest android
reed@android.com
2008-12-17