Skip to content

Implement DRI3 v1.3 and per-surface dmabuf feedback

Austin Shafer requested to merge ashafer/xserver:dri3 into master

This is dependent on the dmabuf v4 MR: !818 (merged)

This adds support for DRI3 1.3, which introduces a DRI3SetDRMDeviceInUse request which allows the client to notify Xwayland which DRM device it would like to receive modifiers for. This is important because it lets us return the correct per-surface modifiers when a client requests its drawable modifiers.

Merge request reports