Re: [PATCH wayland] server: remove redundant include

2015-11-27 Thread Derek Foreman
On 27/11/15 08:39 AM, Marek Chalupa wrote: > we don't use ffi in wayland-server.c > > Signed-off-by: Marek Chalupa Reviewed-by: Derek Foreman and pushed. > --- > src/wayland-server.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/src/wayland-server.c b/src/wayland-server.c > index

Re: [PATCH weston 11/11] simple-damage: Add --use-buffer-damage flag

2015-11-27 Thread Derek Foreman
On 27/11/15 07:47 AM, Pekka Paalanen wrote: > On Wed, 18 Nov 2015 16:32:34 -0600 > Derek Foreman wrote: > >> Add a new flag for testing damage in buffer co-ordinates >> >> Signed-off-by: Derek Foreman >> --- >> clients/simple-damage.c | 62 >> + >

Re: [PATCH wayland v4] protocol: Add wl_surface.damage_buffer

2015-11-27 Thread Jason Ekstrand
On Nov 27, 2015 1:35 AM, "Pekka Paalanen" wrote: > > On Fri, 27 Nov 2015 16:47:19 +0800 > Jonas Ådahl wrote: > > > On Thu, Nov 26, 2015 at 03:44:12PM -0600, Derek Foreman wrote: > > > wl_surface.damage uses surface local co-ordinates. > > > > > > Buffer scale and buffer transforms came along, and

Re: [PATCH v1] rephrasing the index.html to match the current shape of the project

2015-11-27 Thread Silvan Jegen
Hi Found a few typos that I point out below. On Fri, Nov 27, 2015 at 03:35:11PM +0100, Benoit Gschwind wrote: > I added bryce comments, my comments and my favorite capitalization. > > Best regards > > --- > index.html | 39 --- > 1 file changed, 24 insertion

Re: [PATCH weston] compositor-drm: fix hw cursor positioning

2015-11-27 Thread Derek Foreman
On 27/11/15 06:20 AM, Pekka Paalanen wrote: > From: Pekka Paalanen > > Fix a regression introduced by be428b3825043cbcc676d2526fe6213bea7f676a > which accidentally removed the global-to-output space conversion. Sigh. Yup. > Signed-off-by: Pekka Paalanen > Cc: Derek Foreman > Cc: Daniel Stone

[PATCH wayland] server: remove redundant include

2015-11-27 Thread Marek Chalupa
we don't use ffi in wayland-server.c Signed-off-by: Marek Chalupa --- src/wayland-server.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wayland-server.c b/src/wayland-server.c index bac98bf..bee9a70 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.c @@ -42,7 +42,6 @@ #includ

[PATCH weston] configure.ac: add explicit enable/disable for lcms

2015-11-27 Thread Jussi Kukkonen
This is useful for reproducable builds. Signed-off-by: Jussi Kukkonen --- This was originally sent by Tim Orling on May 2014. I've moved the AM_CONDITIONAL below the test as requested in Kristians review. He also said AM_CONDITIONAL needs to key off have_lcms but I believe that would break "--di

[PATCH v1] rephrasing the index.html to match the current shape of the project

2015-11-27 Thread Benoit Gschwind
Hello, I added bryce comments, my comments and my favorite capitalization. Best regards --- index.html | 39 --- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index a9ebcaa..0788cef 100644 --- a/index.html +++ b/index

Re: [PATCH weston 1/2] compositor, input: Don't use MIN() macro for new resource versions

2015-11-27 Thread Pekka Paalanen
On Thu, 26 Nov 2015 14:17:47 -0600 Derek Foreman wrote: > libwayland-server protects us from invalid serial numbers by > posting an error already. > > MIN() is for clients when selecting interface versions. > > Signed-off-by: Derek Foreman > --- > src/compositor.c | 8 > src/input.c

Re: [PATCH weston 11/11] simple-damage: Add --use-buffer-damage flag

2015-11-27 Thread Pekka Paalanen
On Wed, 18 Nov 2015 16:32:34 -0600 Derek Foreman wrote: > Add a new flag for testing damage in buffer co-ordinates > > Signed-off-by: Derek Foreman > --- > clients/simple-damage.c | 62 > + > 1 file changed, 47 insertions(+), 15 deletions(-) >

Re: [PATCH weston 0/4] fix bugs and TODO to support multi screens

2015-11-27 Thread Pekka Paalanen
On Thu, 26 Nov 2015 14:06:13 +0200 Pekka Paalanen wrote: > On Wed, 25 Nov 2015 23:30:05 +0900 > Nobuhiko Tanibata wrote: > > > Hi, > > > > I am proposing 4 patches to fix potential bugs and TODOs to support > > multi screens. > > Hi, > > it's all R-b me already and IMO ready to land. Feel

[PATCH weston] compositor-drm: fix hw cursor positioning

2015-11-27 Thread Pekka Paalanen
From: Pekka Paalanen Fix a regression introduced by be428b3825043cbcc676d2526fe6213bea7f676a which accidentally removed the global-to-output space conversion. Signed-off-by: Pekka Paalanen Cc: Derek Foreman Cc: Daniel Stone --- src/compositor-drm.c | 7 +++ 1 file changed, 7 insertions(+

Re: [PATCH weston] configure: don't control egl version

2015-11-27 Thread Pekka Paalanen
On Wed, 18 Nov 2015 13:33:19 +0200 Pekka Paalanen wrote: > On Wed, 18 Nov 2015 10:23:50 + > "Ucan, Emre (ADITG/SW1)" wrote: > > > The required version only corresponds to version of mesa implementation. > > This mesa version requirement causes configure errors, > > when weston is configured

Re: [PATCH weston 10/11] simple-damage: Offset drawing co-ordinates not buffer start

2015-11-27 Thread Pekka Paalanen
On Wed, 18 Nov 2015 16:32:33 -0600 Derek Foreman wrote: > We've been setting up the viewport by moving the start pointer of the > draw buffer, but later when we want to post damage in buffer co-ordinates > we'll need to keep track of the x,y offsets anyway. > > Signed-off-by: Derek Foreman > --

Re: [PATCH wayland v4] protocol: Add wl_surface.damage_buffer

2015-11-27 Thread Pekka Paalanen
On Fri, 27 Nov 2015 16:47:19 +0800 Jonas Ådahl wrote: > On Thu, Nov 26, 2015 at 03:44:12PM -0600, Derek Foreman wrote: > > wl_surface.damage uses surface local co-ordinates. > > > > Buffer scale and buffer transforms came along, and EGL surfaces > > have no understanding of them. > > > > Theore

Re: [PATCH wayland v4] protocol: Add wl_surface.damage_buffer

2015-11-27 Thread Jonas Ådahl
On Thu, Nov 26, 2015 at 03:44:12PM -0600, Derek Foreman wrote: > wl_surface.damage uses surface local co-ordinates. > > Buffer scale and buffer transforms came along, and EGL surfaces > have no understanding of them. > > Theoretically, clients pass damage rectangles - in Y-inverted surface > co-o

Re: black surface in desktop shell fullscreen mode

2015-11-27 Thread Pekka Paalanen
On Thu, 26 Nov 2015 15:33:24 +0800 zou lan wrote: > Hi Pekka > > I have another question about the fullscreen NULL buffer display black > surface. Why the fullscreen App call hide(commit Null buffer), then start > another App, only the fullscreen App can show normally? Is the normal > screen Ap