[Webkit-unassigned] [Bug 218843] New: [GPU Process] Implement DisplayList::ClipToImageBuffer item

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 11 21:26:00 PST 2020


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

            Bug ID: 218843
           Summary: [GPU Process] Implement DisplayList::ClipToImageBuffer
                    item
           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

This is very similar to the DisplayList::DrawImageBuffer item. All we need is to record the renderingResourceIdentifier of the ImageBuffer. At replaying time, the renderingResourceIdentifier of the ClipToImageBuffer will be resolved to an ImageBuffer. The actual clipping will be moved to an new function named ImageBuffer::clipToMask().

-- 
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/20201112/237e5ce8/attachment.htm>


More information about the webkit-unassigned mailing list