[Webkit-unassigned] [Bug 253655] New: [GPU Process] Have one copy of NativeImage when it is shared between WebProcess and GPUProcess

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 9 09:39:30 PST 2023


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

            Bug ID: 253655
           Summary: [GPU Process] Have one copy of NativeImage when it is
                    shared between WebProcess and GPUProcess
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: sabouhallawa at apple.com

Since WebProcess has to share the local PlatformImage with GPUProcess through ShareableBitmap, we can get rid of the local PlatformImage and have both processes use the ShareableBitmap. Also for GPUProcess, we can ensure we decode the PlatformImage for sizeForDrawing instead of decoding it for the full size.

-- 
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/20230309/499c1268/attachment-0001.htm>


More information about the webkit-unassigned mailing list