Re: Patchwork upgrade?

2015-08-07 Thread Bryce Harrington
On Mon, Jul 27, 2015 at 11:01:43AM -0700, Bryce Harrington wrote: > On Mon, Jul 20, 2015 at 11:19:18AM +0100, Daniel Stone wrote: > > Hey Bryce, > > > > On 17 July 2015 at 21:19, Bryce Harrington wrote: > > > Could I bother you to request we update patchwork on fdo? > > > The latest version now d

Re: [PATCH 0/2] Add support for multiple framebuffer outputs

2015-08-07 Thread Bryce Harrington
On Tue, Jul 07, 2015 at 07:31:26AM -0500, Derek Foreman wrote: > On 06/07/15 03:31 AM, Sjoerd Simons wrote: > > This patchset add support for driving multiple framebuffers from weston. > > First > > patch drops the intermediate shadow buffer in the fbdev compositor, which > > turned out to be both

Re: [PATCH weston v2] compositor: fix crash when destroying incompletely created output

2015-08-07 Thread Bryce Harrington
On Fri, Aug 07, 2015 at 12:00:12PM -0500, Derek Foreman wrote: > Thanks, > > Reviewed-by: Derek Foreman Thanks, pushed to trunk: To ssh://git.freedesktop.org/git/wayland/weston 58106d7..2f7d33d master -> master > On 06/08/15 07:04 PM, Dawid Gajownik wrote: > > When the output can't be comp

Re: [PATCH] fullscreen-shell: Fix modeset on transformed outputs

2015-08-07 Thread Bryce Harrington
On Thu, Aug 06, 2015 at 01:17:38PM -0500, Derek Foreman wrote: > As this is the oldest patch in patchwork, I figured I'd test it out and > see if we can land it. :) Great idea! > On 08/01/15 10:57 AM, Jason Ekstrand wrote: > > Previously, we blindly created a mode for the output based on surface

Re: [PATCH weston v2] desktop-shell: drop shell_client from the head of the surface list on destroy

2015-08-07 Thread Bryce Harrington
On Fri, Aug 07, 2015 at 12:50:19AM +0900, Ryo Munakata wrote: > On Fri, 29 May 2015 10:46:44 -0500 > Derek Foreman wrote: > > Hi all. > > I sent an almost same patch to ML recently, which means this problem hasn't > been fixed. > > So now: > Reviewed-by: Ryo Munakata > > This patch has been

Re: [PATCH weston] input: when destroying a seat, remove keyboard focus first

2015-08-07 Thread Bryce Harrington
On Fri, Aug 07, 2015 at 09:19:44AM +0900, Ryo Munakata wrote: > > This annoys me when using Valgrind. > > Reviewed-by: Ryo Munakata > > Thank you. Makes sense. Pushed to trunk: To ssh://git.freedesktop.org/git/wayland/weston 74a635b..87c862a master -> master Btw, are there changes that c

Re: [PATCH weston] Coding style fixes

2015-08-07 Thread Bryce Harrington
On Thu, Aug 06, 2015 at 04:36:14PM -0500, Derek Foreman wrote: > This all looks ok to me, and it's not too bad for stomping all over > heavily contested files. > > Reviewed-by: Derek Foreman Thanks! Applied to trunk. To ssh://git.freedesktop.org/git/wayland/weston 5e653ca..74a635b master ->

Re: [PATCH weston] Use [x]zalloc instead of [x]malloc + memset

2015-08-07 Thread Bryce Harrington
On Fri, Aug 07, 2015 at 10:50:20AM -0500, Derek Foreman wrote: > These all look good to me. > > Reviewed-by: Derek Foreman Thanks, applied to trunk. To ssh://git.freedesktop.org/git/wayland/weston b18f788..5e653ca master -> master > On 07/08/15 06:20 AM, Ryo Munakata wrote: > > Signed-off

Re: [PATCH weston v2] compositor: fix crash when destroying incompletely created output

2015-08-07 Thread Derek Foreman
Thanks, Reviewed-by: Derek Foreman On 06/08/15 07:04 PM, Dawid Gajownik wrote: > When the output can't be completely created in the backend (for example > lack of memory), weston_compositor_add_output() is never run. In such > a case output->link is not initialized. Letter, when > weston_output_

Re: [PATCH weston] xwm: flush xcb connection only when we processed some event

2015-08-07 Thread Derek Foreman
On 14/05/15 12:12 PM, Derek Foreman wrote: > On 14/05/15 05:04 AM, Marek Chalupa wrote: >> And also write out a warning when we got some event that >> we cannot handle. >> >> Signed-off-by: Marek Chalupa >> --- >> xwayland/window-manager.c | 6 +- >> 1 file changed, 5 insertions(+), 1 deletio

Re: [PATCH weston] Use [x]zalloc instead of [x]malloc + memset

2015-08-07 Thread Derek Foreman
These all look good to me. Reviewed-by: Derek Foreman On 07/08/15 06:20 AM, Ryo Munakata wrote: > Signed-off-by: Ryo Munakata > --- > clients/editor.c| 3 +-- > clients/subsurfaces.c | 6 ++ > fullscreen-shell/fullscreen-shell.c | 9 +++-- > 3 files ch

[PATCH weston] Use [x]zalloc instead of [x]malloc + memset

2015-08-07 Thread Ryo Munakata
Signed-off-by: Ryo Munakata --- clients/editor.c| 3 +-- clients/subsurfaces.c | 6 ++ fullscreen-shell/fullscreen-shell.c | 9 +++-- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/clients/editor.c b/clients/editor.c index d0b7fee..7d388a