[Webkit-unassigned] [Bug 240808] New: [GPU Process] [Filters] Make ImageBufferAllocator control the creation of the FilterImage buffers

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


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

            Bug ID: 240808
           Summary: [GPU Process] [Filters] Make ImageBufferAllocator
                    control the creation of the FilterImage buffers
           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

ImageBufferAllocator is a new class which will be introduced to allow creating different ImageBuffer and PixelBuffer if the filter software appliers run in GPUProcess. The plan is to keep FilterImage allocate unaccelerated local ImageBuffer and PixelBuffer backed by Uint8ClampedArray in WebProcess. But make it allocate ImageBuffer backed by ShareableBitmap and PixelBuffer backed by SharedMemory in GPUProcess.

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


More information about the webkit-unassigned mailing list