WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
237649
DMA-BUF
[Meta][Linux] Adoption of DMABuf as a reference buffer sharing mechanism
https://bugs.webkit.org/show_bug.cgi?id=237649
Summary
[Meta][Linux] Adoption of DMABuf as a reference buffer sharing mechanism
Zan Dobersek
Reported
2022-03-09 04:17:37 PST
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-03-16 05:18:17 PDT
<
rdar://problem/90364279
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug