Bug 280066
Summary: | [GTK][WPE][Skia] Avoid texture copying for accelerated buffers if possible | ||
---|---|---|---|
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 | ||
Bug Depends on: | |||
Bug Blocks: | 279618 |
Nikolas Zimmermann
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/33979
EWS
Committed 284250@main (b131d74c1eed): <https://commits.webkit.org/284250@main>
Reviewed commits have been landed. Closing PR #33979 and removing active labels.