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

2015-08-25 Thread Pekka Paalanen
On Mon, 24 Aug 2015 17:58:44 -0700 Bryce Harrington wrote: > On Mon, Aug 17, 2015 at 11:29:01AM +0300, Pekka Paalanen wrote: > > On Thu, 13 Aug 2015 12:30:00 +0200 > > Giulio Camuffo wrote: > > > > > The first patch by Pekka adds some functions to ease a smooth migration > > > from the old way

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

2015-08-24 Thread Bryce Harrington
On Mon, Aug 17, 2015 at 11:29:01AM +0300, Pekka Paalanen wrote: > On Thu, 13 Aug 2015 12:30:00 +0200 > Giulio Camuffo wrote: > > > 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

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

2015-08-17 Thread Pekka Paalanen
On Thu, 13 Aug 2015 12:30:00 +0200 Giulio Camuffo wrote: > 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

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

2015-08-13 Thread Giulio Camuffo
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-

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

2015-08-13 Thread Giulio Camuffo
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 thi