Closed
Bug 1613358
Opened 5 years ago
Closed 5 years ago
[Wayland] Implement WaylandDMABUFSurfaceImage
Categories
(Core :: Graphics: Layers, enhancement)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla74
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We need to implement WaylandDMABUFSurfaceImage in order to share HW decoded frames between ffmpeg decoder and GL texture client.
| Assignee | ||
Comment 1•5 years ago
|
||
Implement WaylandDMABUFSurfaceImage which is backed by dma buf memory on Wayland and it holds
decoded video images produced by ffmpeg va-api decoder.
Pushed by cbrindusan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6381c1f2aedc
[Wayland] Implement WaylandDMABUFSurfaceImage dmabuf image, r=sotaro
Comment 3•5 years ago
|
||
Backed out changeset 6381c1f2aedc (Bug 1613358) for build bustages at GLBlitHelper.cpp.
https://hg.mozilla.org/integration/autoland/rev/54750c57c13fc25e64188f45231b0b09ae245fe2
Failure log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=287742290&repo=autoland&lineNumber=28314
Flags: needinfo?(stransky)
Pushed by cbrindusan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/be311b1bf072
[Wayland] Implement WaylandDMABUFSurfaceImage dmabuf image, r=sotaro
Comment 6•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•