RESOLVED FIXED 78355
Remove clipToImageBuffer from SourceAlpha and feComposite
https://bugs.webkit.org/show_bug.cgi?id=78355
Summary Remove clipToImageBuffer from SourceAlpha and feComposite
Zoltan Herczeg
Reported 2012-02-10 05:35:19 PST
Since clipToImageBuffer is mac specific, other platforms would benefit if we could remove it from the project.
Attachments
patch (4.15 KB, patch)
2012-02-10 05:40 PST, Zoltan Herczeg
zimmermann: review+
Zoltan Herczeg
Comment 1 2012-02-10 05:40:37 PST
Zoltan Herczeg
Comment 2 2012-02-10 06:17:11 PST
I did some measurements on mac and Qt-Linux with the following filter combination: <feFlood result="a" flood-color="red" flood-opacity="0.5" x="0" y="0" width="800" height="600"/> <feFlood result="b" flood-color="green" flood-opacity="0.5" x="0" y="0" width="800" height="600"/> <feComposite id="test" in="a" in2="b" operator="in"/> Mac is unaffected by this change, but Qt is 10% faster (full browser).
Nikolas Zimmermann
Comment 3 2012-02-15 07:29:12 PST
Comment on attachment 126507 [details] patch r=me, this is a first step towards killing clipToImageBuffer, thus resolving some Qt crashes that recently appeared in that area.
Zoltan Herczeg
Comment 4 2012-02-15 07:56:40 PST
Note You need to log in before you can comment on or make changes to this bug.