Skip to content

gallium: enable dmabuf on BSD as well

Val Packett requested to merge (removed):fbsd-dmabuf-reenable into master

The DRM_CONF_SHARE_FD code did not check for Linux, so the commit that introduced PIPE_CAP_DMABUF broke Wayland-EGL clients on FreeBSD.

Fixes: 6830bab8614 (gallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUF)

Merge request reports