[Webkit-unassigned] [Bug 233925] Cocoa UI-side compositing compositor does not hold use count of layer contents before CA commits

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 7 05:36:47 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=233925

--- Comment #1 from Kimmo Kinnunen <kkinnunen at apple.com> ---
Something along the lines of:

UI-side compositing, WP part should:
1) increase the use count when iosurface is marked to belong to a ImageBuffer (during image buffer construction)
2) draw to the image buffer
3) convert the image buffer to a insurance by marking the image buffer as "not in use" (e.g. transfer the use-count to the holder of the iosurface reference)
2) send the iosurface to the UI process

UI-side compositing, UI part should:
1) convert the iosurface reference to iosurface, adopting the use count
2) put the iosurface to CALayer
3) commit the transaction
4) destroy all iosurfaces, releasing the adopted use count 

When recycling the spare image buffers to new display buffers, WP part should:
1) check if use count == 0, e.g. that the image buffer is not in use anymore
2) convert the image buffer to in-use image buffer (e.g. increment the use count)

-- 
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/20211207/ca52ea92/attachment.htm>


More information about the webkit-unassigned mailing list