WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
123139
Remote Layer Tree: Support hardware accelerated filters
https://bugs.webkit.org/show_bug.cgi?id=123139
Summary
Remote Layer Tree: Support hardware accelerated filters
Tim Horton
Reported
2013-10-21 23:29:13 PDT
I took the approach of serializing FilterOperation and FilterOperations and using existing PlatformCAFiltersMac code to apply them on the UI process side. I haven't added custom filter support yet, that might be slightly more tricky.
Attachments
patch
(27.18 KB, patch)
2013-10-22 00:07 PDT
,
Tim Horton
andersca
: review+
eflews.bot
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Tim Horton
Comment 1
2013-10-22 00:07:10 PDT
Created
attachment 214823
[details]
patch
Tim Horton
Comment 2
2013-10-22 00:07:46 PDT
(In reply to
comment #0
)
> I took the approach of serializing FilterOperation and FilterOperations and using existing PlatformCAFiltersMac code to apply them on the UI process side. > > I haven't added custom filter support yet, that might be slightly more tricky.
Actually it looks like we don't have accelerated custom filters so we don't need this.
EFL EWS Bot
Comment 3
2013-10-22 00:12:59 PDT
Comment on
attachment 214823
[details]
patch
Attachment 214823
[details]
did not pass efl-wk2-ews (efl-wk2): Output:
http://webkit-queues.appspot.com/results/8848227
Anders Carlsson
Comment 4
2013-10-22 07:06:51 PDT
Comment on
attachment 214823
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=214823&action=review
> Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:1183 > +static void encodeFilterOperation(ArgumentEncoder& encoder, FilterOperation* filter)
I think FilterOperation should be a const reference.
> Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:1318 > + filters.operations().append(filter);
Can use std::move(filter) here to avoid ref churn.
Tim Horton
Comment 5
2013-10-22 12:24:01 PDT
http://trac.webkit.org/changeset/157803
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug