[Webkit-unassigned] [Bug 219558] New: [GPU Process] Rename imageBuffer::flushDrawingContextAndCommit() to commitDrawingContext()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 4 15:40:50 PST 2020


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

            Bug ID: 219558
           Summary: [GPU Process] Rename
                    imageBuffer::flushDrawingContextAndCommit() to
                    commitDrawingContext()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Canvas
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: dino at apple.com

To make the name of replaying back the DisplayList functions consistent and more clear, we will adopt the following scheme:

-- submitDisplayList(): Replays back a DisplayList. If the replay back happens in GPUP, no message confirming the replay back will be sent to WebP.

-- commitDrawingContext(): Replays back the DisplayList of DrawingContext. If the replay back happens in GPUP, a message confirming the replay back will be sent to WebP. WebP will not be blocked till this message is sent.

-- flushDrawingContext(): Same as commitDrawingContext() but if the commit happens in GPUP, and WebP will wait for the confirming message.

-- 
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/20201204/bb35bc21/attachment-0001.htm>


More information about the webkit-unassigned mailing list