Bug 240810
Summary: | [GPU Process] [Filters] Make FilterImage allocate shared memory if it is created in GPUProcess | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | Layout and Rendering | Assignee: | Said Abou-Hallawa <sabouhallawa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=241429 | ||
Bug Depends on: | |||
Bug Blocks: | 231253, 240269 |
Said Abou-Hallawa
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/94118129>
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/1291
EWS
Committed r295372 (251380@main): <https://commits.webkit.org/251380@main>
Reviewed commits have been landed. Closing PR #1291 and removing active labels.