Skip to content

Only allow one modifier per DMA-BUF, split attributes struct in render/

Simon Ser requested to merge github/fork/emersion/dmabuf-single-modifier into master

The DMA-BUF attributes struct is starting to be used in various parts of wlroots, some of which have nothing to do with the linux-dmabuf protocol. This extracts the common struct into wlr/render/dmabuf.h.

This also removes the ability to have per-plane modifiers.

Fixes #908 (closed)

Merge request reports