[vlc-devel] [PATCH 0/3] DRM-GBM mode support

Victorien Le Couviour--Tuffet victorien.lecouviour.tuffet at gmail.com
Thu Jun 8 11:51:16 CEST 2017


Those patches add the support of EGL rendering through Direct Rendering Manager
devices. This means we no longer need an X server or wayland compositor
to play videos. The inconvenient is that we have absolutly no input though.
The frame buffers within the DRM device are handled with the Generic Buffer
Management library.

Victorien Le Couviour--Tuffet (3):
  vout-window: add drm-gbm window type and gbm surface/display
  vout: add drm-gbm window
  vout: opengl-egl: add drm-gbm platform

 configure.ac                      |  40 +++++
 include/vlc_vout_window.h         |   3 +
 modules/video_output/Makefile.am  |  19 +++
 modules/video_output/drm_gbm.c    | 350 ++++++++++++++++++++++++++++++++++++++
 modules/video_output/opengl/egl.c |  29 ++++
 5 files changed, 441 insertions(+)
 create mode 100644 modules/video_output/drm_gbm.c

-- 
2.13.0



More information about the vlc-devel mailing list