wlroots icon indicating copy to clipboard operation
wlroots copied to clipboard

wlr-export-dmabuf synchronization

Open nyorain opened this issue 7 years ago • 0 comments

The current wlr-export-dmabuf protocol (and its wlr implementation) has a data race since the client doesn't tell the compositor when it's done with the dmabuf. Fixing this in wlr would at least require to extend the output interface to allow signaling it when an exported dmabuf can be used for rendering again. The protocol specification should first clarify though that frame.destroy means that the client has finished reading from all received dmabufs (or add a new request? @atomnuker). Apparently related to #1247, some things will change anyways when that is implemented.


wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to:

https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/1322

nyorain avatar Oct 19 '18 14:10 nyorain