On 18.08.2016 18:42, Armin Krezović wrote:
> This is take 3 of my new output configuration API.
>
Sorry for title mismatch.
signature.asc
Description: OpenPGP digital signature
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https:
v2:
- Rebased for latest changes.
Reviewed-by: Quentin Glidic
Signed-off-by: Armin Krezović
---
libweston/compositor-drm.c | 2 +-
libweston/compositor-fbdev.c| 2 +-
libweston/compositor-headless.c | 2 +-
libweston/compositor-rdp.c | 2 +-
libweston/compositor-wayland.c | 4 +
Signed-off-by: Armin Krezović
---
libweston/compositor-rdp.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libweston/compositor-rdp.c b/libweston/compositor-rdp.c
index d385a31..223382c 100644
--- a/libweston/compositor-rdp.c
+++ b/libweston/compositor-rdp.c
@@ -542,6 +542,9 @@ rdp_outpu
Reviewed-by: Quentin Glidic
Signed-off-by: Armin Krezović
---
libweston/compositor.h | 14 --
1 file changed, 14 deletions(-)
diff --git a/libweston/compositor.h b/libweston/compositor.h
index 8201e1a..f496bc3 100644
--- a/libweston/compositor.h
+++ b/libweston/compositor.h
@@ -700,
This is a complete port of the headless backend that
uses recently added output handling API for output
configuration.
- Output can be configured at runtime by passing the
necessary configuration parameters, which can be
filled in manually, obtained from the configuration
file or obtained fr
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 similar). It can be used from
compositors to configure pending outputs and should be used
with pr
Reviewed-by: Quentin Glidic
Signed-off-by: Armin Krezović
---
libweston/compositor.c | 124 -
1 file changed, 41 insertions(+), 83 deletions(-)
diff --git a/libweston/compositor.c b/libweston/compositor.c
index 2e7212f..de2c97b 100644
--- a/libwes
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 parameters, which can be
filled in manually, obtained from the configuration
file or obtained fro
This is a complete port of the X11 backend that
uses recently added output handling API for output
configuration.
- Output can be configured at runtime by passing the
necessary configuration parameters, which can be
filled in manually, obtained from the configuration
file or obtained from th
They were required for transitional phase in order not to
break previous weston_output_init(). Now, they can even
be initialized on enable, or left with defaults if backend
doesn't support them.
Signed-off-by: Armin Krezović
---
libweston/compositor.c | 3 ---
1 file changed, 3 deletions(-)
dif
This is a complete port of the RDP backend that uses
recently added output handling API for output
configuration.
Output can be configured at runtime by passing the
necessary configuration parameters, which can be
filled in manually or obtained from the command line
using previously added function
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 no configuration is specified in
the config file or on command line and optional third argumen
This is take 3 of my new output configuration API.
Two major changes happened:
- weston_output_init_pending() was split into
weston_compositor_add_pending_output(), so
weston_output_init_pending() wouldn't announce
a new pending output before some configuration
is done in certain backends
This patch implements additional functionality that will be used
for configuring, enabling and disabling weston's outputs. Its
indended use is by the compositors or user programs that want to
be able to configure, enable or disable an output at any time. An
output can only be configured while it's
This is a complete port of the fbdev backend that uses
recently added output handling API for output
configuration.
It is required that the scale and transform values are
set using the previously added functionality.
After everything has been set, output needs to be
enabled manually using weston_
This is a complete port of the DRM backend that uses
recently added output handling API for output
configuration.
Output can be configured at runtime by passing the
necessary configuration parameters, which can be
filled in manually or obtained from the configuration
file using previously added fu
On 08/17/2016 10:20 PM, Peter Hutterer wrote:
> If the kernel does not send the MSC_SERIAL information with every event, we
> end up creating a tool with a serial of 0. When the MSC_SERIAL comes in
> later for this tool libinput will think it's a new tool. On proximity out of
> that new tool we sen
On 18.08.2016 12:31, Pekka Paalanen wrote:
> On Wed, 17 Aug 2016 19:49:06 +0200
> Armin Krezović wrote:
>
>> On 17.08.2016 17:07, Pekka Paalanen wrote:
>>> On Sun, 14 Aug 2016 17:28:17 +0200
>>> Armin Krezović wrote:
SNIP
+static int
+wayland_output_configure_hotplug(struct weston_ou
From: Quentin Glidic
With this weston_view_destroy() call, Xwayland popups make Weston freeze
in a busy-loop (probably corrupted wl_list).
Signed-off-by: Quentin Glidic
---
libweston-desktop/xwayland.c | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/libweston-desktop/
From: Quentin Glidic
This way we are sure the compositor is aware of a surface when we
forward a request for said surface.
Signed-off-by: Quentin Glidic
---
libweston-desktop/xdg-shell-v5.c | 42 ++--
1 file changed, 32 insertions(+), 10 deletions(-)
diff -
On Sun, 14 Aug 2016 17:28:16 +0200
Armin Krezović wrote:
> This is a complete port of the RDP backend that uses
> recently added output handling API for output
> configuration.
>
> Output can be configured at runtime by passing the
> necessary configuration parameters, which can be
> filled in m
On Sun, 14 Aug 2016 17:28:18 +0200
Armin Krezović wrote:
> This is a complete port of the X11 backend that
> uses recently added output handling API for output
> configuration.
>
> - Output can be configured at runtime by passing the
> necessary configuration parameters, which can be
> fille
On 18/08/2016 11:15, Quentin Glidic wrote:
From: Quentin Glidic
I forgot to explain it, but these are actually defined in Weston, not
libweston, so any libweston user trying to use them will fail.
Signed-off-by: Quentin Glidic
---
This patch should be in the release.
compositor/weston
On Thu, 18 Aug 2016 13:31:22 +0300
Pekka Paalanen wrote:
> On Wed, 17 Aug 2016 19:49:06 +0200
> Armin Krezović wrote:
>
> > 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
On Wed, 17 Aug 2016 19:49:06 +0200
Armin Krezović wrote:
> 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
> >> conf
On Thu, 18 Aug 2016 11:15:45 +0200
Quentin Glidic wrote:
> From: Quentin Glidic
>
> Modules are using libweston symbols (at least weston_log) and should
> explicitly link to it.
>
> This patch also reorders some flags.
>
> Signed-off-by: Quentin Glidic
> ---
>
> It doesn’t allow to build wi
Hi,
On 18-08-16 08:02, Peter Hutterer wrote:
The only reason to have more than one finger on a non-clickpad is to tap,
scroll or gesture. In all cases resetting the motion history is a good idea to
avoid jumps moving from 2 to 1 finger.
https://bugs.freedesktop.org/show_bug.cgi?id=91695
https:/
From: Quentin Glidic
Signed-off-by: Quentin Glidic
---
This patch should be in the release.
compositor/weston.h| 8
libweston/compositor.h | 8
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/compositor/weston.h b/compositor/weston.h
index bff5cc1..bb04002
From: Quentin Glidic
Modules are using libweston symbols (at least weston_log) and should
explicitly link to it.
This patch also reorders some flags.
Signed-off-by: Quentin Glidic
---
It doesn’t allow to build with --no-undefined, but it gets closer to that.
Makefile.am | 105 ++
On Wed, 17 Aug 2016 17:10:46 +0200
Fabien DESSENNE wrote:
> 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 w
On Wed, 17 Aug 2016 13:14:22 +0100
Emil Velikov wrote:
> 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
> >> Suggest
On 18/08/2016 02:37, Yong Bakos wrote:
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
Thanks, reviewed and pushed:
eb07f36..4b632
On Thu, Aug 18, 2016 at 11:02:29AM +0300, Pekka Paalanen wrote:
> On Thu, 18 Aug 2016 09:45:30 +0200
> Giulio Camuffo wrote:
>
> > 2016-08-17 23:23 GMT+02:00 :
> > > On 08/17, Jonas Ådahl wrote:
> > >> Is half a megabyte really a big deal for wayland-web? I find it more
> > >> reasonable to ju
On Thu, 18 Aug 2016 09:45:30 +0200
Giulio Camuffo wrote:
> 2016-08-17 23:23 GMT+02:00 :
> > 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
2016-08-17 23:23 GMT+02:00 :
> 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 o
35 matches
Mail list logo