Bug 240497
Summary: | add a new RemoteResourceCache entry type for glyph buffers | ||
---|---|---|---|
Product: | WebKit | Reporter: | Cameron McCormack (:heycam) <heycam> |
Component: | WebKit Process Model | Assignee: | Cameron McCormack (:heycam) <heycam> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | commit-queue, Hironori.Fujii, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=240858 | ||
Bug Depends on: | 241336 | ||
Bug Blocks: |
Cameron McCormack (:heycam)
We have logic that detects when the same run of text is repeatedly painted and cache the result of shaping in a GlyphDisplayListCache entry. With GPU Process DOM rendering enabled, replaying that entry still results in significant IPC traffic, since we must send the vectors of glyph IDs and advances as part of the DrawGlyphs display list item.
We can turn these vectors (and perhaps the other DrawGlyphs members apart from the font resource ID) into a cacheable resource that the GPU Process can store.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/93387615>
Cameron McCormack (:heycam)
Pull request: https://github.com/WebKit/WebKit/pull/904
EWS
Committed r295278 (251324@main): <https://commits.webkit.org/251324@main>
Reviewed commits have been landed. Closing PR #904 and removing active labels.
WebKit Commit Bot
Re-opened since this is blocked by bug 241336
Cameron McCormack (:heycam)
Pull request: https://github.com/WebKit/WebKit/pull/1345
EWS
Committed r295373 (251381@main): <https://commits.webkit.org/251381@main>
Reviewed commits have been landed. Closing PR #1345 and removing active labels.
Cameron McCormack (:heycam)
This was reverted in bug 241621.
Cameron McCormack (:heycam)
Will be re-landing this with some changes.
Cameron McCormack (:heycam)
Pull request: https://github.com/WebKit/WebKit/pull/1555
EWS
Committed r295621 (251626@main): <https://commits.webkit.org/251626@main>
Reviewed commits have been landed. Closing PR #1555 and removing active labels.