Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: afd977d09d324854a42f21c6bb25dc30ac2a00da
https://github.com/WebKit/WebKit/commit/afd977d09d324854a42f21c6bb25dc30ac2a00da
Author: Carlos Garcia Campos <[email protected]>
Date: 2025-11-24 (Mon, 24 Nov 2025)
Changed paths:
M
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayer.cpp
M
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayer.h
M
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ThreadedCompositor.cpp
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ThreadedCompositor.h
M
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ThreadedCompositorPlayStation.cpp
Log Message:
-----------
[GTK][WPE] Use composition reason to decide what layer state should be flushed
https://bugs.webkit.org/show_bug.cgi?id=303043
Reviewed by Miguel Gomez.
We currently process all state on every flush, but a composition requested only
for a video frame, async scrolling or an animation should only update the state
affected:
- Video frame: update only the contents buffer.
- Async scrolling: update only position and bounds origin.
- Animation: layers state doesn't change so we can skip the flush.
- Rendering update: all pending layer state should be updated.
Canonical link: https://commits.webkit.org/303488@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications