Re: Proposed 1.9 release schedule

2015-08-13 Thread Bryce Harrington
On Thu, Aug 13, 2015 at 12:16:11PM +0300, Pekka Paalanen wrote: > Hi all, > > this looks fine to me personally. I'll point out some specific feature > cut-off points below, in case anyone wants to scream. > > > On Wed, 12 Aug 2015 15:42:53 -0700 > Bryce Harrington wrote: > > > We're coming up

Re: Patchwork upgrade?

2015-08-13 Thread Damien Lespiau
On Fri, Aug 07, 2015 at 04:40:11PM -0700, Bryce Harrington wrote: > > Damien, would you have time to update Patchwork in the next week or two? > > > > Also, it would be awesome to have Cairo included in patchwork, for > > patches going back maybe 2-3 years. > > > > Bryce > > Hello Damien, just c

Re: [PATCH weston v2] ivi-shell: bugfix, an ivi_surface is not removed from list of ivi_layer when the ivi_surface is removed from the compositor.

2015-08-13 Thread Pekka Paalanen
On Fri, 7 Aug 2015 09:47:02 +0900 Nobuhiko Tanibata wrote: > The api, ivi_layout_layer_remove_surface, shall remove a ivi_surface > from a list of ivi_layer. In previous code, there is no trigger to > refresh order of list, removing the ivi_surface, in commit_layer_list. > > To fix this bug, se

Re: [PATCH wayland] Require WAYLAND_DISPLAY to be set instead of using wayland-0 as the default

2015-08-13 Thread Ryo Munakata
On Wed, 12 Aug 2015 19:34:31 -0700 Dima Ryazanov wrote: Hi Dima. Reviewed-by: Ryo Munakata Thanks. > Although defaulting to wayland-0 seems convenient, it has an undesirable > side effect: clients may unintentionally connect to the wrong compositor. > Generally, it's safer to fail instead. He

[PATCH weston 3/3] wayland: port the wayland backend to the new api

2015-08-13 Thread Pekka Paalanen
From: Giulio Camuffo --- Makefile.am | 3 + src/compositor-wayland.c | 220 --- src/compositor-wayland.h | 58 + src/main.c | 198 +- 4 files changed, 296 insertions(+),

[PATCH weston 2/3] drm: port the drm backend to the new init api

2015-08-13 Thread Pekka Paalanen
From: Giulio Camuffo --- Makefile.am | 3 + src/compositor-drm.c | 234 --- src/compositor-drm.h | 89 src/main.c | 127 +++- 4 files changed, 292 insertions(+), 161 deletions(-) c

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

[PATCH weston 1/3] compositor: prep for migration to new config system

2015-08-13 Thread Giulio Camuffo
From: Pekka Paalanen Add new configuration argument to the backend_init() function, which will replace the current argc, argv, and config arguments. Next, each backend is converted individually, after which the unused arguments will be removed. Also add the skeleton to main.c for picking the ri

Re: Proposed 1.9 release schedule

2015-08-13 Thread Pekka Paalanen
Hi all, this looks fine to me personally. I'll point out some specific feature cut-off points below, in case anyone wants to scream. On Wed, 12 Aug 2015 15:42:53 -0700 Bryce Harrington wrote: > We're coming up to our next scheduled release. I've got a few scattered > events and holidays but l