[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 05:05:35 PDT 2012


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


Zoltan Herczeg <zherczeg at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #150605|review?                     |review+
               Flag|                            |




--- Comment #9 from Zoltan Herczeg <zherczeg at webkit.org>  2012-07-05 05:05:35 PST ---
(From update of attachment 150605)
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.

-- 
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