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
*
add asAShadowBlur for android to drawlooper
reed@google.com
2014-04-29
*
Fast path for blurred round rects -- blur a small 9patch rect on the CPU
commit-bot@chromium.org
2014-04-28
*
revert humper changes
commit-bot@chromium.org
2014-04-28
*
move common blur types into central header
commit-bot@chromium.org
2014-04-28
*
Fast path for blurred round rects -- blur a small 9patch rect on the CPU
commit-bot@chromium.org
2014-04-28
*
Revert of Fast path for blurred round rects -- blur a small 9patch rect on th...
commit-bot@chromium.org
2014-04-28
*
Fast path for blurred round rects -- blur a small 9patch rect on the CPU
commit-bot@chromium.org
2014-04-28
*
plumb API for analytic rrect blur
commit-bot@chromium.org
2014-03-10
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-31
*
patch from issue 119343003
commit-bot@chromium.org
2014-01-30
*
Revert of Fast blurred rectangles on GPU (https://codereview.chromium.org/119...
commit-bot@chromium.org
2014-01-28
*
Perform the same analytic blur calculation on the GPU that we do on the CPU. ...
commit-bot@chromium.org
2014-01-27
*
deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...
reed@google.com
2013-12-17
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
Remove some now-unused #ifdefs.
senorblanco@chromium.org
2013-11-12
*
Add test to exercise extreme blur sigmas
robertphillips@google.com
2013-09-05
*
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
[next]