[Webkit-unassigned] [Bug 219705] New: [GPU Process]: Recording an in-process ImageBuffer drawing has to convert it to a NativeImage first

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 9 13:22:57 PST 2020


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

            Bug ID: 219705
           Summary: [GPU Process]: Recording an in-process ImageBuffer
                    drawing has to convert it to a NativeImage first
           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

We should not send the ImageBuffer to GPUP if it's created in-process. We should let ImageBuffer::draw() extract a NativeImage of it first. Then GraphicsContext::drawNativeImage() sends this NativeImage to GPUP.

-- 
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/20201209/e9b5e052/attachment-0001.htm>


More information about the webkit-unassigned mailing list