[Webkit-unassigned] [Bug 218529] New: [GPU Process] Use the Ref counting of ImageBuffer to control its life cycle in Web Process and GPU Process
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Nov 3 12:29:22 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=218529
Bug ID: 218529
Summary: [GPU Process] Use the Ref counting of ImageBuffer to
control its life cycle in Web Process and GPU Process
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Canvas
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sabouhallawa at apple.com
CC: dino at apple.com
DrawImageBuffer will hold a Variant<RefPtr<WebCore::ImageBuffer>, RenderingResourceIdentifier>. The RefPtr<WebCore::ImageBuffer> will be set in the Web Process when drawing an ImageBuffer to another ImageBuffer. The RenderingResourceIdentifier of ImageBuffer will be encoded when sending the DisplayList to the GPU Process. In the GPU process, a DrawImageBuffer will be decoded with RenderingResourceIdentifier. The RemoteRenderingBackend will search for the ImageBuffer in its RemoteResourceCache given the RenderingResourceIdentifier and will draw it to the GraphicsContext. This will remove the need to lock and unlock the remote resource in RemoteResourceCacheProxy.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201103/c9ea60c3/attachment.htm>
More information about the webkit-unassigned
mailing list