RESOLVED FIXED Bug 240809
[GPU Process] [Filters] Make PixelBuffer an abstract class
https://bugs.webkit.org/show_bug.cgi?id=240809
Summary [GPU Process] [Filters] Make PixelBuffer an abstract class
Said Abou-Hallawa
Reported 2022-05-23 09:09:15 PDT
Hide the underlying memory of the PixelBuffer 'Uint8ClampedArray' and move it to the subclass JSPixelBuffer. The plan is to subclass PixelBuffer to a class named 'WebKit::ShareablePixelBuffer'. ShareablePixelBuffer will be created when the software filter appliers run in GPUProcess.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-05-30 09:10:12 PDT
Said Abou-Hallawa
Comment 2 2022-06-02 17:43:30 PDT
EWS
Comment 3 2022-06-03 13:53:43 PDT
Committed r295227 (251282@main): <https://commits.webkit.org/251282@main> Reviewed commits have been landed. Closing PR #1261 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.