[vlc-devel] [PATCH 0/6] Wayland support (crude)

Rémi Denis-Courmont remi at remlab.net
Wed Aug 27 23:30:21 CEST 2014


	Hello,

Anton, as punishment for requesting this feature, you get to review it.

The following changes since commit 4a91b3aee04f24f69cc6c784fad56a603d0213c5:

  egl: revector (2014-08-27 23:35:26 +0300)

are available in the git repository at:

  http://git.remlab.net/git/vlc.git

for you to fetch changes up to 598b19a00063d990e49c65c65b09260194a64592:

  egl: add Wayland extended platform support (2014-08-28 00:26:40 +0300)

----------------------------------------------------------------
Rémi Denis-Courmont (6):
      window: define Wayland surface type
      wl_shell_surface: basic Wayland shell surface window provider
      window: define Wayland EGL window type
      wl_egl_window: Wayland EGL window provider
      gl: try to use a Wayland surface before an X11 window
      egl: add Wayland extended platform support

 configure.ac                            |  29 +++
 include/vlc_vout_window.h               |   4 +
 modules/video_output/Modules.am         |  24 +++
 modules/video_output/egl.c              |  16 +-
 modules/video_output/gl.c               |   7 +
 modules/video_output/wl/egl_window.c    | 128 ++++++++++++++
 modules/video_output/wl/shell_surface.c | 303 ++++++++++++++++++++++++++++++++
 src/video_output/window.c               |  10 ++
 8 files changed, 520 insertions(+), 1 deletion(-)
 create mode 100644 modules/video_output/wl/egl_window.c
 create mode 100644 modules/video_output/wl/shell_surface.c

-- 
Rémi Denis-Courmont
http://www.remlab.net/




More information about the vlc-devel mailing list