-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[WPE] Implement non-composited page rendering #54518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WPE] Implement non-composited page rendering #54518
Conversation
|
EWS run on previous version of this PR (hash 403411d) Details |
403411d to
9e86240
Compare
|
EWS run on previous version of this PR (hash 9e86240) Details |
9e86240 to
a117e46
Compare
|
EWS run on previous version of this PR (hash a117e46) Details |
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/AcceleratedSurface.cpp
Outdated
Show resolved
Hide resolved
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/AcceleratedSurface.cpp
Show resolved
Hide resolved
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/AcceleratedSurface.cpp
Show resolved
Hide resolved
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/AcceleratedSurface.h
Outdated
Show resolved
Hide resolved
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp
Outdated
Show resolved
Hide resolved
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp
Outdated
Show resolved
Hide resolved
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/NonCompositedFrameRenderer.cpp
Outdated
Show resolved
Hide resolved
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/NonCompositedFrameRenderer.h
Outdated
Show resolved
Hide resolved
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/NonCompositedFrameRenderer.h
Outdated
Show resolved
Hide resolved
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/NonCompositedFrameRenderer.cpp
Outdated
Show resolved
Hide resolved
a117e46 to
1526f29
Compare
|
EWS run on previous version of this PR (hash 1526f29) Details |
1526f29 to
0074594
Compare
|
EWS run on previous version of this PR (hash 0074594) Details |
0074594 to
b4fca90
Compare
|
EWS run on previous version of this PR (hash b4fca90) Details |
b4fca90 to
36be46e
Compare
|
EWS run on previous version of this PR (hash 36be46e) Details |
36be46e to
01155b5
Compare
|
EWS run on previous version of this PR (hash 01155b5) Details |
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/AcceleratedSurface.cpp
Show resolved
Hide resolved
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/AcceleratedSurface.cpp
Outdated
Show resolved
Hide resolved
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/AcceleratedSurface.cpp
Show resolved
Hide resolved
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/NonCompositedFrameRenderer.cpp
Outdated
Show resolved
Hide resolved
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/NonCompositedFrameRenderer.cpp
Outdated
Show resolved
Hide resolved
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/NonCompositedFrameRenderer.cpp
Outdated
Show resolved
Hide resolved
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/NonCompositedFrameRenderer.cpp
Outdated
Show resolved
Hide resolved
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/NonCompositedFrameRenderer.cpp
Outdated
Show resolved
Hide resolved
01155b5 to
77945c3
Compare
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/AcceleratedSurface.cpp
Outdated
Show resolved
Hide resolved
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp
Outdated
Show resolved
Hide resolved
77945c3 to
07c56e2
Compare
|
EWS run on current version of this PR (hash 07c56e2) Details |
|
EWS run on previous version of this PR (hash 77945c3) Details |
https://bugs.webkit.org/show_bug.cgi?id=303170 Reviewed by Carlos Garcia Campos. This change implements the non-composited page rendering for WPE. With this change, it's possible to utilize a simplified frame rendering that does not use compositor at all. It's useful especially on low-end embedded devices where GPU is not powerful or not present at all. The non-composited mode implemented in this change can be enabled using a -AcceleratedCompositing preference. Additionally, this change adds a layout ref-test that protects the new implementation as well as existing, GTK's implementation from regressions. Canonical link: https://commits.webkit.org/304678@main
07c56e2 to
f47827c
Compare
|
Committed 304678@main (f47827c): https://commits.webkit.org/304678@main Reviewed commits have been landed. Closing PR #54518 and removing active labels. |
🛠 ios-sim
f47827c
07c56e2
🛠 win🧪 win-tests🛠 playstation