The first patch by Pekka adds some functions to ease a smooth migration from the old way of initializing the backends to a new one which is libweston friendly. The other two patches make the drm and wayland backends use that new way. The other backends will follow if we're ok with the direction this is going.
Giulio Camuffo (2): drm: port the drm backend to the new init api wayland: port the wayland backend to the new api Pekka Paalanen (1): compositor: prep for migration to new config system Makefile.am | 6 + src/compositor-drm.c | 233 +++++++++------------------ src/compositor-drm.h | 89 +++++++++++ src/compositor-fbdev.c | 3 +- src/compositor-headless.c | 3 +- src/compositor-rdp.c | 3 +- src/compositor-rpi.c | 3 +- src/compositor-wayland.c | 219 +++++--------------------- src/compositor-wayland.h | 58 +++++++ src/compositor-x11.c | 3 +- src/compositor.h | 21 ++- src/main.c | 392 ++++++++++++++++++++++++++++++++++++++++++++-- 12 files changed, 675 insertions(+), 358 deletions(-) create mode 100644 src/compositor-drm.h create mode 100644 src/compositor-wayland.h -- 2.5.0 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
