RESOLVED FIXED 279618
[GTK][WPE][Skia] Introduce hybrid threaded CPU+GPU rendering mode
https://bugs.webkit.org/show_bug.cgi?id=279618
Summary [GTK][WPE][Skia] Introduce hybrid threaded CPU+GPU rendering mode
Nikolas Zimmermann
Reported 2024-09-12 14:27:55 PDT
Instead of deciding once at runtime whether to use CPU or GPU rendering, dynamically decide at each paint request, based on the painted area, whether to use the CPU or GPU for rendering. At the same time, make the GPU rendering threaded, just like the CPU rendering -- record a DisplayList on the main thread, and replay it asynchronously in a worker thread.
Attachments
Nikolas Zimmermann
Comment 1 2024-09-12 16:07:10 PDT
Nikolas Zimmermann
Comment 2 2024-09-18 04:32:54 PDT
This is the master ticket -- the actual implementation as whole can be seen in PR https://github.com/WebKit/WebKit/pull/33582 -- will split that up into smaller pieces, as discussed internally. First step: remove SkiaAcceleratedBufferPool, replace it by BitmapTexturePool.
Nikolas Zimmermann
Comment 3 2025-02-21 14:14:47 PST
The PR 33582 contains a revised version of the hybrid mode based on testing various modes across devices (rpi4, imx8, desktop) -- assuring we don't regress with respect to any current default settings.
EWS
Comment 4 2025-02-26 03:23:38 PST
Committed 291106@main (5ce158e9149e): <https://commits.webkit.org/291106@main> Reviewed commits have been landed. Closing PR #33582 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.