On 27/05/16 04:52 AM, Tomohito Esaki wrote: > These patches add support multiplanar formats by using linux_dmabuf instead of > gbm for scanout/sprite plane importing. > > When rendering linux_dmabuf buffers, gbm isn't required, and multiplanar > formats can be supported by using drmModeAddFB2() instead of gbm_import(). > > The first patch adapts the functions that create and destroy the drm_fb struct > to add support for linux_dmabuf. > > Tomohito Esaki (2): > compositor-drm: Add scanout support for linux_dmabuf buffers > compositor-drm: Support linux_dmabuf output for sprite planes without > gbm > > src/compositor-drm.c | 175 > +++++++++++++++++++++++++++++++++++++-------------- > 1 file changed, 127 insertions(+), 48 deletions(-) >
While I don't know when I'll have time to review this properly, it's certainly Acked-by: Derek Foreman <[email protected]> Thanks for doing this, Derek _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
