RESOLVED FIXED 280066
[GTK][WPE][Skia] Avoid texture copying for accelerated buffers if possible
https://bugs.webkit.org/show_bug.cgi?id=280066
Summary [GTK][WPE][Skia] Avoid texture copying for accelerated buffers if possible
Nikolas Zimmermann
Reported 2024-09-20 08:21:30 PDT
The AcceleratedBuffers nowadays wrap a BitmapTexture - if the BitmapTexture covers the whole tile texture size, we can swap the tile texture with the texture wrapped in the AcceleratedBuffer and save a copy.
Attachments
Nikolas Zimmermann
Comment 1 2024-09-20 08:22:39 PDT
EWS
Comment 2 2024-09-25 16:31:26 PDT
Committed 284250@main (b131d74c1eed): <https://commits.webkit.org/284250@main> Reviewed commits have been landed. Closing PR #33979 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.