RESOLVED FIXED Bug 240810
[GPU Process] [Filters] Make FilterImage allocate shared memory if it is created in GPUProcess
https://bugs.webkit.org/show_bug.cgi?id=240810
Summary [GPU Process] [Filters] Make FilterImage allocate shared memory if it is crea...
Said Abou-Hallawa
Reported 2022-05-23 09:17:06 PDT
This will be done by subclassing 'PixelBuffer' to a new class named 'ShareablePixelBuffer' and subclassing 'ImageBufferAllocator' to a new class named 'ImageBufferShareableAllocator'. FilterResults takes a std::unique_ptr< ImageBufferAllocator> as input. It passes a reference to it to every FilterImage it creates. FilterImage will use it to create its buffers.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-05-30 09:18:13 PDT
Said Abou-Hallawa
Comment 2 2022-06-03 15:17:10 PDT
EWS
Comment 3 2022-06-07 20:49:08 PDT
Committed r295372 (251380@main): <https://commits.webkit.org/251380@main> Reviewed commits have been landed. Closing PR #1291 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.