On Thu, 5 May 2016 22:45:38 +0200
Benoit Gschwind wrote:
> v3:
> - rebase to master
> - heavy patches spliting to help review as suggested by Pekka
> - fix typo.
> - rename functions and variables as suggested by Pekka
>
> Benoit Gschwind (17):
> compositor-wayland: fix misc. typo
> com
On Thu, 5 May 2016 22:45:47 +0200
Benoit Gschwind wrote:
> Rename new_config to config in wayland_backend_config_add_new_output
> function.
>
> Signed-off-by: Benoit Gschwind
> ---
> src/main.c | 12 ++--
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/src/main.c b
On Thu, 5 May 2016 22:45:40 +0200
Benoit Gschwind wrote:
> Signed-off-by: Benoit Gschwind
> ---
> src/compositor-wayland.c | 27 ---
> src/compositor-wayland.h | 3 +++
> 2 files changed, 27 insertions(+), 3 deletions(-)
>
> diff --git a/src/compositor-wayland.c b/src
On Thu, 5 May 2016 22:45:43 +0200
Benoit Gschwind wrote:
> Move function load_wayland_backend_config,
> wayland_backend_config_add_new_output, wayland_backend_config_release,
> wayland_output_config_init from compositor-wayland.c to main.c.
>
> Rename load_wayland_backend_config to load_wayland
On Thu, 5 May 2016 22:45:42 +0200
Benoit Gschwind wrote:
> Rename the missleading output to output_config.
Hi,
that is indeed the only thing this patch does, so that should be the
summary (the email subject, the first line in git commit message).
There is no refactoring going on.
The word "m
On Thu, 5 May 2016 22:45:45 +0200
Benoit Gschwind wrote:
> Rename config to wc in load_wayland_backend function.
>
> Signed-off-by: Benoit Gschwind
> ---
> src/main.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/src/main.c b/src/main.c
> index a84bdeb..2ff8c
On Thu, 5 May 2016 22:45:46 +0200
Benoit Gschwind wrote:
> Rename variable new_config to config in load_wayland_backend function.
>
> Signed-off-by: Benoit Gschwind
> ---
> src/main.c | 54 +++---
> 1 file changed, 27 insertions(+), 27 deletions
On Thu, 5 May 2016 22:45:39 +0200
Benoit Gschwind wrote:
> Signed-off-by: Benoit Gschwind
> ---
> src/compositor-wayland.c | 6 --
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c
> index d0d1082..83f31de 100644
> --- a
On Thu, 5 May 2016 22:45:44 +0200
Benoit Gschwind wrote:
> Rename compositor to c in load_wayland_backend function.
>
> Signed-off-by: Benoit Gschwind
> ---
> src/main.c | 8
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/src/main.c b/src/main.c
> index 92b7ac2..
On Thu, 5 May 2016 18:27:27 -0500
Yong Bakos wrote:
> On May 5, 2016, at 6:12 PM, Yong Bakos wrote:
> >
> > Hi Benoit,
> >
> > On May 5, 2016, at 3:45 PM, Benoit Gschwind wrote:
> >>
> >> Rename wayland_output_init_from_config to wayland_output_config_init.
> >>
> >> Signed-off-by: Benoit
On Thu, 5 May 2016 17:06:43 -0700
Bryce Harrington wrote:
> On Thu, May 05, 2016 at 06:34:54PM -0500, Yong Bakos wrote:
> > On May 5, 2016, at 10:27 AM, Armin Krezović
> > wrote:
> > >
> > > This adds a command line argument to print wayland-scanner version.
> > >
> > > It also makes waylan
Hi Inhabitant,
On Apr 30, 2016, at 1:37 PM, Cestarian Inhabitant wrote:
>
> I've been wanting for a while now to get started with developing my
> own Wayland Compositor/Window Manager/Shell. And I honestly can't find
> much in the way of "how tos" or "getting started with wayland
> development"
On Thu, 5 May 2016 15:46:46 -0700
Bryce Harrington wrote:
> On Wed, May 04, 2016 at 05:33:10PM -0700, Bryce Harrington wrote:
> > On Tue, Apr 26, 2016 at 03:50:52PM +0300, Pekka Paalanen wrote:
> > > From: Pekka Paalanen
> > >
> > > Hi,
> > >
> > > here is the v3 of the stabilization series,
On Wed, 4 May 2016 18:02:57 -0700
Bryce Harrington wrote:
> On Tue, Apr 26, 2016 at 03:51:06PM +0300, Pekka Paalanen wrote:
> > From: Pekka Paalanen
> >
> > wp_viewporter spec requires protocol errors when the viewport is outside
> > the buffer area.
> >
> > The viewport is checked in wl_surfa
On Wed, 4 May 2016 17:57:59 -0700
Bryce Harrington wrote:
> On Tue, Apr 26, 2016 at 03:51:05PM +0300, Pekka Paalanen wrote:
> > From: Pekka Paalanen
> >
> > If a client destroyed the wl_surface before the wp_viewport, Weston core
> > would access freed memory, because the weston_surface pointer
On Wed, 4 May 2016 17:45:33 -0700
Bryce Harrington wrote:
> On Tue, Apr 26, 2016 at 03:50:59PM +0300, Pekka Paalanen wrote:
> > From: Pekka Paalanen
> >
> > There were two copies of code applying transform and scale to size.
> > Refactor the code to use just one copy in a new function.
> >
> >
On Wed, 4 May 2016 11:46:23 -0700
Bryce Harrington wrote:
> On Wed, May 04, 2016 at 12:55:16AM -0700, Bryce Harrington wrote:
> > Here's the alpha for the upcoming 1.11 release. I'll summarize the
> > major features for this release in the beta announcement, but see below
> > for the detailed li
On Mon, May 2, 2016 at 10:42 PM, wrote:
> From: Bill Spitzak
>
> Scanner produces a xyz_create() for each object that wraps the
> wl_proxy_create function. For each constructor request a new "Ex" version
> is created that takes the created object. This allows the queue to be set
> before creatio
From: Bill Spitzak
Scanner produces a xyz_create() for each object that wraps the
wl_proxy_create function. For each constructor request a new "Ex" version
is created that takes the created object. This allows the queue to be set
before creation. The existing code using proxy_wrapper changed to u
On Fri, Apr 29, 2016 at 5:59 AM, Pekka Paalanen wrote:
>
> > + pthread_mutex_lock(&wrapped_proxy->display->mutex);
> > +
> > + wrapper->object.interface = wrapped_proxy->object.interface;
> > + wrapper->object.id = wrapped_proxy->object.id;
> > + wrapper->version = wrapped_proxy->
I've been wanting for a while now to get started with developing my
own Wayland Compositor/Window Manager/Shell. And I honestly can't find
much in the way of "how tos" or "getting started with wayland
development" or well, anything.
The only "official" tutorial or educational material seems to be
Seems quite likely to be correct.
Note that I got these instructions from some other Wayland build
instructions and it is quite possible it worked without this switch even in
old versions.
On Wed, Apr 27, 2016 at 6:44 AM, Yong Bakos wrote:
> From: Yong Bakos
>
> Using --disable-gallium-egl ge
22 matches
Mail list logo