intel / intel-vaapi-driver

VA-API user mode driver for Intel GEN Graphics family
https://01.org/linuxmedia
Other
305 stars 126 forks source link

Make wl_drm optional #566

Open emersion opened 4 months ago

emersion commented 4 months ago

Don't error out when vtable->wl_interface is NULL.

Fetching wl_drm_interface from libEGL used to work but doesn't anymore: it's now a private symbol (wayland-scanner private-code).

JustAnotherHumanBeing commented 4 months ago

This commit fixed the problem on sway that I installed from its master branch after I compiled emersion's linux-dmabuf branch for libva.

emersion commented 2 months ago

Gentle ping @xhaihao

darkblaze69 commented 16 hours ago

libva 2.22 released recently, and now the hwdec doesn't work.
This PR fixes this issue. Would be great if it gets merged.