RESOLVED FIXED306901
[GTK][WPE] Add texture atlas layout computation for batching raster image uploads
https://bugs.webkit.org/show_bug.cgi?id=306901
Summary [GTK][WPE] Add texture atlas layout computation for batching raster image upl...
Nikolas Zimmermann
Reported 2026-02-03 14:54:53 PST
Introduce SkiaImageAtlasLayout and SkiaImageAtlasLayoutBuilder to collect raster images drawn during canvas recording, to enable batched texture atlas uploads in future. GraphicsContextSkia now creates a layout builder during beginRecording() and returns atlas layouts alongside the fence map via a new RecordingData struct.
Attachments
Nikolas Zimmermann
Comment 1 2026-02-03 15:23:17 PST
EWS
Comment 2 2026-02-24 03:32:42 PST
Committed 308117@main (67526aee7982): <https://commits.webkit.org/308117@main> Reviewed commits have been landed. Closing PR #57816 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.