[PATCH weston] compositor-drm: Zero drmModeAddFB2 data

2016-08-17 Thread Yong Bakos
From: Yong Bakos Initialize arrays of data passed to drmModeAddFB2, just as drm_fb_get_from_bo does. See https://lists.freedesktop.org/archives/wayland-devel/2016-August/030645.html Signed-off-by: Yong Bakos --- libweston/compositor-drm.c |

Re: [PATCH wayland 1/2] protocol: Replace '#defines' with 'macros'

2016-08-17 Thread Bryce Harrington
On Wed, Aug 17, 2016 at 04:03:31PM -0700, Yong Bakos wrote: > From: Yong Bakos > > The use of # within a description causes the documentation generator > to mistake C syntax with a documentation link. > > Remove the # from the documentation, suppressing the warning. >

Re: [PATCH wayland 1/2] protocol: Replace '#defines' with 'macros'

2016-08-17 Thread Yong Bakos
There's no 2/2 and this is not a series. My apologies. yong > On Aug 17, 2016, at 4:03 PM, Yong Bakos wrote: > > From: Yong Bakos > > The use of # within a description causes the documentation generator > to mistake C syntax with a

[PATCH wayland] server: Document display parameter

2016-08-17 Thread Yong Bakos
From: Yong Bakos Signed-off-by: Yong Bakos --- src/wayland-server.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wayland-server.c b/src/wayland-server.c index 9ecfd97..9d7d9c1 100644 --- a/src/wayland-server.c +++

[PATCH wayland 1/2] protocol: Replace '#defines' with 'macros'

2016-08-17 Thread Yong Bakos
From: Yong Bakos The use of # within a description causes the documentation generator to mistake C syntax with a documentation link. Remove the # from the documentation, suppressing the warning. Signed-off-by: Yong Bakos ---

Re: [PATCH wayland-web] Mention GammaRay in the tools page

2016-08-17 Thread darxus
On 08/17, Jonas Ådahl wrote: > Is half a megabyte really a big deal for wayland-web? I find it more > reasonable to just provide the full resolution image instead of relying > on the URL to the external image never changing. I think I'd only host a thumbnail on the wayland site, only link to the

Re: [PATCH weston 08/12 v2] weston: Port Wayland backend to new output handling API

2016-08-17 Thread Armin Krezović
On 17.08.2016 17:07, Pekka Paalanen wrote: > On Sun, 14 Aug 2016 17:28:17 +0200 > Armin Krezović wrote: > >> This is a complete port of the Wayland backend that >> uses recently added output handling API for output >> configuration. >> >> - Output can be configured at

Re: [PATCH] gl-renderer: emit frame_signal after eglSwapBuffers

2016-08-17 Thread Fabien DESSENNE
On 08/17/2016 09:42 AM, Pekka Paalanen wrote: > On Tue, 16 Aug 2016 14:46:23 +0200 > Fabien DESSENNE wrote: > >> On 08/16/2016 10:18 AM, Pekka Paalanen wrote: >>> On Fri, 12 Aug 2016 14:11:40 +0200 >>> Fabien Dessenne wrote: >>> Emit

Re: [PATCH weston 08/12 v2] weston: Port Wayland backend to new output handling API

2016-08-17 Thread Pekka Paalanen
On Sun, 14 Aug 2016 17:28:17 +0200 Armin Krezović wrote: > This is a complete port of the Wayland backend that > uses recently added output handling API for output > configuration. > > - Output can be configured at runtime by passing the > necessary configuration

Re: [PATCH weston 1/2] libweston: introduce LIBWESTON_API_VERSION macro

2016-08-17 Thread Emil Velikov
On 15 August 2016 at 17:16, Quentin Glidic wrote: > On 15/08/2016 17:31, Emil Velikov wrote: >> >> From: Emil Velikov >> >> Provides some ease wrt constructing the required version. >> >> Cc: Quentin Glidic

Re: [PATCH weston] Makefile.am: Fix libtool race

2016-08-17 Thread Emil Velikov
On 16 August 2016 at 09:49, Quentin Glidic wrote: > On 16/08/2016 10:26, Pekka Paalanen wrote: >> >> On Mon, 15 Aug 2016 16:51:32 +0100 >> Emil Velikov wrote: >> >>> On 15 August 2016 at 16:29, Quentin Glidic >>>

Re: [PATCH wayland-web] Mention GammaRay in the tools page

2016-08-17 Thread Jonas Ådahl
On Wed, Aug 17, 2016 at 11:48:03AM +0300, Pekka Paalanen wrote: > On Wed, 17 Aug 2016 10:33:19 +0200 > Giulio Camuffo wrote: > > > --- > > extras.html | 13 + > > gammaray.png | Bin 0 -> 563838 bytes > > 2 files changed, 13 insertions(+) > > create mode

Re: [PATCH wayland-web] Mention GammaRay in the tools page

2016-08-17 Thread Giulio Camuffo
2016-08-17 10:48 GMT+02:00 Pekka Paalanen : > On Wed, 17 Aug 2016 10:33:19 +0200 > Giulio Camuffo wrote: > >> --- >> extras.html | 13 + >> gammaray.png | Bin 0 -> 563838 bytes >> 2 files changed, 13 insertions(+) >> create mode

Re: [PATCH wayland-web] Mention GammaRay in the tools page

2016-08-17 Thread Pekka Paalanen
On Wed, 17 Aug 2016 10:33:19 +0200 Giulio Camuffo wrote: > --- > extras.html | 13 + > gammaray.png | Bin 0 -> 563838 bytes > 2 files changed, 13 insertions(+) > create mode 100644 gammaray.png > > diff --git a/extras.html b/extras.html > index

Re: [PATCH weston 03/12 v2] compositor: Implement output configuration using windowed_output_api

2016-08-17 Thread Pekka Paalanen
On Sun, 14 Aug 2016 17:28:12 +0200 Armin Krezović wrote: > This implements output configuration for outputs which use > previously added weston_windowed_output_api. The function > takes an output that's to be configured, default configuration > that's to be set in case

Re: [PATCH weston 02/12 v2] libweston: Add initial output API for windowed outputs configuration

2016-08-17 Thread Pekka Paalanen
On Sun, 14 Aug 2016 17:28:11 +0200 Armin Krezović wrote: > This adds new plugin-specific API for configuring outputs > on "windowed" backends, such as X11, wayland/non-fullscreen > and even headless (although, it doesn't have any windows, > its configuration is very

[PATCH weston 2/2 v2] desktop-shell: Add back the saved position and rotation for fullscreen/maximized

2016-08-17 Thread Quentin Glidic
From: Quentin Glidic Signed-off-by: Quentin Glidic --- desktop-shell/shell.c | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index cc091a9..2072f65

Re: [PATCH] gl-renderer: emit frame_signal after eglSwapBuffers

2016-08-17 Thread Pekka Paalanen
On Tue, 16 Aug 2016 14:46:23 +0200 Fabien DESSENNE wrote: > On 08/16/2016 10:18 AM, Pekka Paalanen wrote: > > On Fri, 12 Aug 2016 14:11:40 +0200 > > Fabien Dessenne wrote: > > > >> Emit frame_signal at the end of the GL renderer processing, so