RESOLVED FIXED 216901
Add feature flags for GPU Process features
https://bugs.webkit.org/show_bug.cgi?id=216901
Summary Add feature flags for GPU Process features
Peng Liu
Reported 2020-09-23 15:44:00 PDT
We need to add Feature Flags for the following GPU Process features: 1. 2D canvas in GPU process 2. WebGL in GPU process 3. DOM rendering in GPU Process
Attachments
Patch (23.11 KB, patch)
2020-09-23 16:20 PDT, Peng Liu
no flags
Peng Liu
Comment 1 2020-09-23 15:44:28 PDT
Peng Liu
Comment 2 2020-09-23 16:20:17 PDT
Tim Horton
Comment 3 2020-09-23 16:33:23 PDT
Comment on attachment 409514 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=409514&action=review > Source/WebKit/WebProcess/WebPage/WebPage.cpp:3787 > + // FIXME: useGPUProcessForMediaEnabled should be a RuntimeEnabledFeature since it's global. lies
Tim Horton
Comment 4 2020-09-23 16:35:20 PDT
Comment on attachment 409514 [details] Patch I'm not totally sold on the "use X enabled" grammar, but it seems like we were split before so at least making them consistent is good.
Peng Liu
Comment 5 2020-09-23 16:53:14 PDT
(In reply to Tim Horton from comment #4) > Comment on attachment 409514 [details] > Patch > > I'm not totally sold on the "use X enabled" grammar, but it seems like we > were split before so at least making them consistent is good. Agree. We need to update all of them together someday.
EWS
Comment 6 2020-09-23 20:36:53 PDT
Committed r267516: <https://trac.webkit.org/changeset/267516> All reviewed patches have been landed. Closing bug and clearing flags on attachment 409514 [details].
Note You need to log in before you can comment on or make changes to this bug.