[Webkit-unassigned] [Bug 260213] New: Remove InMemoryDisplayList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 15 12:12:51 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=260213

            Bug ID: 260213
           Summary: Remove InMemoryDisplayList
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Make DisplayList holds a Vector of DisplayList items. There is no need for the read and write clients anymore. They were used in the past to share the recorded DisplayList items with GPU Process through a ring buffer. After introducing the StreamConnection, using the DisplayList became limited to the TextPainter recording. Simplifying this code will allow replaying back a whole DisplayList in GPU Process all at once.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230815/ca514c82/attachment.htm>


More information about the webkit-unassigned mailing list