[Webkit-unassigned] [Bug 240807] New: [GPU Process] [Filters] Make PixelBuffer a RefCounted class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 23 09:01:54 PDT 2022


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

            Bug ID: 240807
           Summary: [GPU Process] [Filters] Make PixelBuffer a RefCounted
                    class
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

The plan is to hide the underlying memory of PixelBuffer. GPUProcess needs to allocate shared memory and attribute it to the WebProcess.

Currently the PixelBuffer is created as std::optional<PixelBuffer> which does not allow sub-classing it. We need to create PixelBuffer as a pointer. In the software filter appliers code, there are instances that we need to ref-count the underlying memory 'Uint8ClampedArray' see FEGaussianBlurSoftwareApplier::ApplyParameters.

-- 
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/20220523/277daa9c/attachment-0001.htm>


More information about the webkit-unassigned mailing list