aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkBlurMask.cpp
Commit message (Expand)AuthorAge
...
* Build fix. Unreviewed.Gravatar senorblanco@chromium.org2012-11-13
* A new implementation of mask blurs, using separable X/Y passes. Disabled for...Gravatar senorblanco@chromium.org2012-11-13
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Fix the string we're checking for in the #if defined(), so that loops actuall...Gravatar tomhudson@google.com2012-01-11
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* Unroll loops in SkBlurMask for speedup on Windows (benchmarks should seeGravatar tomhudson@google.com2011-11-28
* Add fractional-radius blurs to blur benchmark.Gravatar tomhudson@google.com2011-11-22
* Make SkMath.h less visible in public header files.Gravatar tomhudson@google.com2011-09-27
* Reduce size of filter mask.Gravatar bungeman@google.com2011-09-02
* style cleanupGravatar reed@google.com2011-08-12
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* [Committed on behalf of junov@chromium.org]Gravatar senorblanco@chromium.org2011-02-18
* fix sumbuffer to initialize its top and left colum/row with zeros. Without th...Gravatar reed@android.com2009-09-21
* use rowbytes instead of bounds.width()Gravatar reed@android.com2009-09-18
* add ADD xfermodeGravatar reed@android.com2009-04-24
* promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rectGravatar reed@android.com2009-03-19
* grab from latest androidGravatar reed@android.com2008-12-17