aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkBlurMask.cpp
Commit message (Expand)AuthorAge
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Remove some now-unused #ifdefs.Gravatar senorblanco@chromium.org2013-11-12
* Add test to exercise extreme blur sigmasGravatar robertphillips@google.com2013-09-05
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-28
* Blur refactoringGravatar robertphillips@google.com2013-08-27
* Fix quickReject computation for blursGravatar robertphillips@google.com2013-07-30
* Remove the non-separable blur because it is no longer used.Gravatar commit-bot@chromium.org2013-06-11
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-12
* add proper support for solid style, and temporarily turn off my change so the...Gravatar humper@google.com2013-03-11
* fix pad bug introduced during code cleanupGravatar humper@google.com2013-03-11
* fix build warningsGravatar humper@google.com2013-03-11
* Plumb fast rectangle blur code into the skia mask filterGravatar humper@google.com2013-03-11
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-21
* Fix compile errors in blur code on Windows.Gravatar jvanverth@google.com2013-02-20
* remove blur radius reinterpretation for now to make rebaselining simpler and ...Gravatar humper@google.com2013-02-20
* Complete the implementation of the faster blur; now supports all blur styles ...Gravatar humper@google.com2013-02-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-20
* Enable blur rounding (unreviewed).Gravatar senorblanco@chromium.org2013-02-19
* Add rounding to the separable blurs. This should ensure that the box blurs a...Gravatar senorblanco@chromium.org2013-02-19
* Fix leaks in blurrect benchs and gm.Gravatar bsalomon@google.com2013-01-11
* Cleaned up warnings in Windows build.Gravatar jvanverth@google.com2013-01-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-05
* Added a new function to directly generate a blurred rectangle analytically.Gravatar humper@google.com2013-01-04
* Modify the blur bench to add tests for high-quality blurs, and large non-inte...Gravatar senorblanco@chromium.org2012-11-29
* Implement radius interpolation for separable blur. Unroll both separable imp...Gravatar senorblanco@chromium.org2012-11-27
* Separable mask blurs: Add compile-time flag. Fix reversed offsets in asymme...Gravatar senorblanco@chromium.org2012-11-20
* Separable blur: subpixel blurring. We approximate intermediate values of bl...Gravatar senorblanco@chromium.org2012-11-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-16
* Reorder the separable blur passes into XXX/YYY, with an image transpose on th...Gravatar senorblanco@chromium.org2012-11-15
* 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