[Webkit-unassigned] [Bug 90166] NEON intrinsics should be used with gaussian blur filter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 5 06:23:02 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90166


Gabor Rapcsanyi <rgabor at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #10 from Gabor Rapcsanyi <rgabor at webkit.org>  2012-07-05 06:23:02 PST ---
(In reply to comment #9)
> (From update of attachment 150605 [details])
> r=me
> 
> View in context: https://bugs.webkit.org/attachment.cgi?id=150605&action=review
> 
> > Source/WebCore/platform/graphics/filters/FEGaussianBlur.cpp:127
> > +                boxBlur(src, dst, kernelSizeX, dxLeft, dxRight, 4, stride, paintSize.width(), paintSize.height(), isAlphaImage());
> 
> isAlphaImage() is true here!
> 
> > Source/WebCore/platform/graphics/filters/FEGaussianBlur.cpp:140
> > +                boxBlur(src, dst, kernelSizeY, dyLeft, dyRight, stride, 4, paintSize.height(), paintSize.width(), isAlphaImage());
> 
> ditto.

Thanks, I fixed those as well.
The patch landed. (http://trac.webkit.org/changeset/121900)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list