[Webkit-unassigned] [Bug 237649] New: [Meta][Linux] Adoption of DMABuf as a reference buffer sharing mechanism
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 9 04:17:37 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=237649
Bug ID: 237649
Summary: [Meta][Linux] Adoption of DMABuf as a reference buffer
sharing mechanism
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: zan at falconsigh.net
CC: agoldmints at igalia.com, alex at igalia.com,
clord at igalia.com
We want to have an efficient way of integrating content like WebGL, WebGPU, HTML5 Canvas and Media between each such subsystem as well as deeper in the graphics/display pipeline. Undergoing architectural changes also impose the necessity of cross-process migration for these buffers.
On Linux, DMABuf seems an ideal reference solution. This would allow ANGLE to be used to render into DMABuf objects. GStreamer pipelines with hardware decoders outputting DMABufs would be most efficient to handle, while raw decoded data from fallback software decoders would be manually uploaded into dmabufs.
DMABufs aren't universally available. For other platforms, we would require equivalent mechanisms (like e.g. AHardwareBuffer on Android).
This is a tracking bug for all the relevant changes and regressions coming from this work.
--
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/20220309/4fa8705f/attachment.htm>
More information about the webkit-unassigned
mailing list