WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
314711
[GTK][WPE] Skia Compositor: move painting of platform buffers to SkiaCompositingLayer
https://bugs.webkit.org/show_bug.cgi?id=314711
Summary
[GTK][WPE] Skia Compositor: move painting of platform buffers to SkiaComposit...
Carlos Garcia Campos
Reported
2026-05-13 00:52:27 PDT
All CoordinatedPlatformLayerBuffer implementations now paint the same way by calling SkCanvas::drawImageRect(), the only difference is how the SkImage is created in each case. So, we can call SkCanvas::drawImageRect() in SkiaCompositingLayer and the platform buffers only need to provide the image to paint. The only exception is CoordinatedPlatformLayerBufferHolePunch that we can handle differently by setting the hole puch rect and painting with transparent color from SkiaCompositingLayer too. This will allow us to implement batched painting.
Attachments
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2026-05-13 00:54:35 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/64825
EWS
Comment 2
2026-05-13 02:55:54 PDT
Committed
313149@main
(a2209c6caff2): <
https://commits.webkit.org/313149@main
> Reviewed commits have been landed. Closing PR #64825 and removing active labels.
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