Bug 264968
| Summary: | [GPU Process] Make DisplayList a rendering resource | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
| Component: | Layout and Rendering | Assignee: | Said Abou-Hallawa <sabouhallawa> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Said Abou-Hallawa
WebProcess will be able record the painting for any renderer, RenderSVGShape for example, into a DisplayList. Once this DisplayList is recorded, it can be cached in the GPUP side. Any time the renderer is painted, the DisplayList is replayed back in GPUP. The challenge will be when to cache the DisplayList and when to invalidate it.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/118520992>
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/20621