[PATCH weston 0/3] start making backends not weston specific

Giulio Camuffo giuliocamuffo at gmail.com
Thu Aug 13 03:39:48 PDT 2015


I don't know what's going on, git send-email failed after sending the
1/3 and it won't send the other two*. Anyway they are here:
https://github.com/giucam/weston/commits/libweston-split



*:
Send this email? ([y]es|[n]o|[q]uit|[a]ll): a
[Net::SMTP::SSL] Connection closed at /usr/lib/git-core/git-send-email
line 1351.
fatal: 'send-email' appears to be a git command, but we were not
able to execute it. Maybe git-send-email is broken?


2015-08-13 12:30 GMT+02:00 Giulio Camuffo <giuliocamuffo at gmail.com>:
> 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
>


More information about the wayland-devel mailing list