[Webkit-unassigned] [Bug 222230] New: [GPU Process] Implement the ClipToDrawingCommands item by using begin and end markers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 20 11:37:37 PST 2021


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

            Bug ID: 222230
           Summary: [GPU Process] Implement the ClipToDrawingCommands item
                    by using begin and end markers
           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

Instead of encoding and decoding the clipping commands as a separate DisplayList, the recorder will insert a "begin" and "end" markers before and after the clipping commands. When replaying the "begin" mark, the relpayer will create a mask ImageBuffer and force using its context for the following items . When replaying the "end" mark, it will clip the original context to the mask ImageBuffer.

-- 
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/20210220/a123fda7/attachment.htm>


More information about the webkit-unassigned mailing list