RESOLVED FIXED Bug 240808
[GPU Process] [Filters] Make ImageBufferAllocator control the creation of the FilterImage buffers
https://bugs.webkit.org/show_bug.cgi?id=240808
Summary [GPU Process] [Filters] Make ImageBufferAllocator control the creation of the...
Said Abou-Hallawa
Reported 2022-05-23 09:02:02 PDT
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-05-30 09:02:12 PDT
Said Abou-Hallawa
Comment 2 2022-06-02 01:50:49 PDT
EWS
Comment 3 2022-06-02 15:12:53 PDT
Committed r295149 (251238@main): <https://commits.webkit.org/251238@main> Reviewed commits have been landed. Closing PR #1234 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.