RESOLVED FIXED Bug 113797
[Skia] Enable GPU-accelerated Skia path for FEComposite filter.
https://bugs.webkit.org/show_bug.cgi?id=113797
Summary [Skia] Enable GPU-accelerated Skia path for FEComposite filter.
Stephen White
Reported 2013-04-02 09:28:39 PDT
[Skia] Enable GPU-accelerated Skia path for FEComposite filter.
Attachments
Patch (27.96 KB, patch)
2013-04-02 09:31 PDT, Stephen White
no flags
Patch for landing (27.94 KB, patch)
2013-04-02 10:48 PDT, Stephen White
no flags
Stephen White
Comment 1 2013-04-02 09:31:00 PDT
Adrienne Walker
Comment 2 2013-04-02 10:14:03 PDT
Comment on attachment 196163 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=196163&action=review R=me, with a few nits. > Source/WebCore/platform/graphics/filters/skia/FECompositeSkia.cpp:82 > + typedef SkImageFilter INHERITED; As a drive-by style comment, defining INHERITED looks a little odd to my eyes. > LayoutTests/platform/chromium-linux/css3/filters/effect-reference-composite-expected.txt:1 > +layer at (0,0) size 800x600 Is there a reason to have a text dump on either of these tests? They seem entirely like pixel tests.
Stephen White
Comment 3 2013-04-02 10:47:43 PDT
Comment on attachment 196163 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=196163&action=review >> Source/WebCore/platform/graphics/filters/skia/FECompositeSkia.cpp:82 >> + typedef SkImageFilter INHERITED; > > As a drive-by style comment, defining INHERITED looks a little odd to my eyes. Sorry, it's a skia-ism. Removed. >> LayoutTests/platform/chromium-linux/css3/filters/effect-reference-composite-expected.txt:1 >> +layer at (0,0) size 800x600 > > Is there a reason to have a text dump on either of these tests? They seem entirely like pixel tests. I could be wrong, but I don't think there's a way to get pixel-only results: default: pixel, rendertree dumpAsText(true): pixel, text dumpAsText(false): text
Stephen White
Comment 4 2013-04-02 10:48:12 PDT
Created attachment 196177 [details] Patch for landing
WebKit Review Bot
Comment 5 2013-04-02 11:21:53 PDT
Comment on attachment 196177 [details] Patch for landing Clearing flags on attachment: 196177 Committed r147470: <http://trac.webkit.org/changeset/147470>
WebKit Review Bot
Comment 6 2013-04-02 11:21:56 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.