Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f47827c7c3aa15647991c6ec44a94ae3552e35f2
https://github.com/WebKit/WebKit/commit/f47827c7c3aa15647991c6ec44a94ae3552e35f2
Author: Pawel Lampe <[email protected]>
Date: 2025-12-18 (Thu, 18 Dec 2025)
Changed paths:
A LayoutTests/platform/glib/non-compositing/simple-dom-expected.html
A LayoutTests/platform/glib/non-compositing/simple-dom.html
M Source/WebKit/SourcesWPE.txt
M
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/AcceleratedSurface.cpp
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/AcceleratedSurface.h
M
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp
M
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.h
A
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/NonCompositedFrameRenderer.cpp
A
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/NonCompositedFrameRenderer.h
M Source/WebKit/WebProcess/WebPage/WebPage.cpp
Log Message:
-----------
[WPE] Implement non-composited page rendering
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
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications