Bug 240809 - [GPU Process] [Filters] Make PixelBuffer an abstract class
Summary: [GPU Process] [Filters] Make PixelBuffer an abstract class
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Said Abou-Hallawa
URL:
Keywords: InRadar
Depends on:
Blocks: 231253 240269
  Show dependency treegraph
 
Reported: 2022-05-23 09:09 PDT by Said Abou-Hallawa
Modified: 2022-06-03 13:53 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 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.
Comment 1 Radar WebKit Bug Importer 2022-05-30 09:10:12 PDT
<rdar://problem/94117981>
Comment 2 Said Abou-Hallawa 2022-06-02 17:43:30 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1261
Comment 3 EWS 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.