Bug 306901
| Summary: | [GTK][WPE] Add texture atlas layout computation for batching raster image uploads | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
| Component: | WPE WebKit | Assignee: | Nikolas Zimmermann <zimmermann> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Nikolas Zimmermann
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/57816
EWS
Committed 308117@main (67526aee7982): <https://commits.webkit.org/308117@main>
Reviewed commits have been landed. Closing PR #57816 and removing active labels.