Re: [PATCH weston v2 01/10] compositor: Track idle as a per-seat property

2016-04-06 Thread Giulio Camuffo
2016-04-07 1:46 GMT+03:00 Bryce Harrington : > On Mon, Mar 28, 2016 at 10:17:20AM +0300, Giulio Camuffo wrote: >> 2016-03-24 20:27 GMT+02:00 Bryce Harrington : >> > Instead of having a single global idle tracker, track idling separately >> > for each

Re: [PATCH v2] xdg-shell: add preferred min/max size requests

2016-04-06 Thread Jonas Ådahl
Hi, If we want this in an initial minimalistic xdg_shell version, this needs to be targetted at xdg_shell unstable v6, which currently lives on a branch and as set of proposed patches. We cannot add this to version 5 anyhow. If we indeed want this in the core protocol now, and not in some

Re: [PATCH weston v2 01/10] compositor: Track idle as a per-seat property

2016-04-06 Thread Bryce Harrington
On Mon, Mar 28, 2016 at 10:17:20AM +0300, Giulio Camuffo wrote: > 2016-03-24 20:27 GMT+02:00 Bryce Harrington : > > Instead of having a single global idle tracker, track idling separately > > for each seat. Still treat inhibition on any one seat as inhibiting > > the

Re: [PATCH v2] protocol: Extend wl_touch with touchpoint shape event

2016-04-06 Thread Peter Hutterer
On Wed, Apr 06, 2016 at 10:17:35AM -0700, Dennis Kempin wrote: > On Tue, Apr 5, 2016 at 5:26 PM, Peter Hutterer > wrote: > > On Tue, Apr 05, 2016 at 01:09:31PM -0700, Dennis Kempin wrote: > >> This CL updates the wl_touch interface with a shape event. > >> The shape of

Re: [PATCH wayland-protocols v6] text: Create second version of text input protocol

2016-04-06 Thread Yong Bakos
Note: This won't be properly threaded in the mail-list archive or patchwork. > Date: Sun, 3 Apr 2016 22:05:40 +0200 > From: Jan Arne Petersen > To: wayland-devel@lists.freedesktop.org > Cc: Jan Arne Petersen > Subject: [PATCH wayland-protocols v6] text:

Re: weston-info

2016-04-06 Thread Bryce Harrington
On Wed, Apr 06, 2016 at 01:12:01PM +0100, Daniel Stone wrote: > Hi, > > On 6 April 2016 at 07:56, Jonas Ådahl wrote: > > On Tue, Apr 05, 2016 at 11:55:42AM +0200, Olivier Fourdan wrote: > >> > So, a new repository seems to be needed. Let the bikeshedding for the > >> > name

Re: [PATCH weston v2] weston.pc: Properly specify Requires.private

2016-04-06 Thread Bryce Harrington
On Wed, Apr 06, 2016 at 02:09:41PM +0200, Quentin Glidic wrote: > On 06/04/2016 08:39, Bryce Harrington wrote: > >[snip] > >One thing I wonder is if any of these might need to become a Require > >when we are providing a libweston library API? > > From [1] which references [2], a lot of pkg-config

Re: [PATCH v2] protocol: Extend wl_touch with touchpoint shape event

2016-04-06 Thread Dennis Kempin
On Tue, Apr 5, 2016 at 5:26 PM, Peter Hutterer wrote: > On Tue, Apr 05, 2016 at 01:09:31PM -0700, Dennis Kempin wrote: >> This CL updates the wl_touch interface with a shape event. >> The shape of a touch point is not relevant for most UI >> applications, but allows a

Re: [PATCH v2] xdg-shell: add preferred min/max size requests

2016-04-06 Thread Olivier Fourdan
Hi Jasper, > > [...] > > + > > +If never set, the size of the surface is not limited by the > > client. > > + > > +A value of zero for either width, height or both means that the > > +client has no preference regarding the maximum size in the given > > +dimension.

Re: [PATCH v2] xdg-shell: add preferred min/max size requests

2016-04-06 Thread Jasper St. Pierre
On Tue, Apr 5, 2016 at 2:36 AM, Olivier Fourdan wrote: > Some application may wish to restrict their window in size, but > xdg-shell has no mechanism for the client to advertise such a maximum > or minimum size the compositor can use. > > As a result, the compositor may try

Re: weston-info

2016-04-06 Thread Jonas Ådahl
On Wed, Apr 06, 2016 at 02:57:29PM +0200, Olivier Fourdan wrote: > On 6 April 2016 at 14:12, Daniel Stone wrote: > > > > Just a fly by shed color thought. If we in the future want to add more > > > generic debug tools (for example something like xev that is a bit more > > >

Re: Introduction and updates from NVIDIA

2016-04-06 Thread Miguel Angel Vico
On Wed, 6 Apr 2016 13:14:26 +0100 Daniel Stone wrote: > Hi, > > On 6 April 2016 at 09:41, Jonas Ådahl wrote: > > On Mon, Apr 04, 2016 at 04:27:56PM +0100, Daniel Stone wrote: > >> Again this comes down to the synchronisation. In this case, > >>

Re: weston-info

2016-04-06 Thread Olivier Fourdan
On 6 April 2016 at 14:12, Daniel Stone wrote: > > Just a fly by shed color thought. If we in the future want to add more > > generic debug tools (for example something like xev that is a bit more > > nice than "WAYLAND_DEBUG=1 weston-terminal |& grep -e '[insert complex > >

Re: Introduction and updates from NVIDIA

2016-04-06 Thread Daniel Stone
Hi, On 6 April 2016 at 09:41, Jonas Ådahl wrote: > On Mon, Apr 04, 2016 at 04:27:56PM +0100, Daniel Stone wrote: >> Again this comes down to the synchronisation. In this case, assuming a >> mailbox stream: >> - wl_egl_surface_resize(w1, h1) >> - gl*() >> -

Re: weston-info

2016-04-06 Thread Daniel Stone
Hi, On 6 April 2016 at 07:56, Jonas Ådahl wrote: > On Tue, Apr 05, 2016 at 11:55:42AM +0200, Olivier Fourdan wrote: >> > So, a new repository seems to be needed. Let the bikeshedding for the >> > name begin! ;-) >> > >> > (Is it expected to host other universal Wayland tools?)

Re: [PATCH weston v2] weston.pc: Properly specify Requires.private

2016-04-06 Thread Quentin Glidic
On 06/04/2016 08:39, Bryce Harrington wrote: [snip] One thing I wonder is if any of these might need to become a Require when we are providing a libweston library API? From [1] which references [2], a lot of pkg-config files are doing it wrong. Requires should only be used in rare cases

Re: [PATCH weston v2] systemd: take over sockets created by systemd

2016-04-06 Thread Pekka Paalanen
On Tue, 5 Apr 2016 20:43:29 + "Friedrich, Eugen (ADITG/SW1)" wrote: > Systemd provides a feature of socket-based activation, details in [1] > This commit adds an implementation to check if sockets were provided by > systemd and adds this as an additional socket to

Re: weston-info

2016-04-06 Thread Yong Bakos
> On Apr 6, 2016, at 1:56 AM, Jonas Ådahl wrote: > > On Tue, Apr 05, 2016 at 11:55:42AM +0200, Olivier Fourdan wrote: >> Hi Pekka, >> >> On 5 April 2016 at 10:30, Pekka Paalanen wrote: >> >>> ​[...] >>> >>> >>> this is a good idea indeed. >>> >>>

Re: [PATCH v2] xdg-shell: add preferred min/max size requests

2016-04-06 Thread Pekka Paalanen
On Wed, 6 Apr 2016 04:03:31 -0400 (EDT) Olivier Fourdan wrote: > Hi Bill, > > > I think it would be ok to set both the minimum and maximum with a single > > request. > > Yes, agreed. Why, what good does it do? We have regretted before of putting two different things in

Re: [PATCH 5/5] compositor: Document refs for alternatives/assumptions for backend configs

2016-04-06 Thread Pekka Paalanen
On Wed, 9 Mar 2016 16:49:32 -0800 Bryce Harrington wrote: > Signed-off-by: Bryce Harrington > --- > src/main.c | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/src/main.c b/src/main.c > index 7370292..310382a 100644 > ---

Re: [PATCH 4/5] compositor: Version the backend configuration structures

2016-04-06 Thread Pekka Paalanen
On Mon, 21 Mar 2016 23:11:29 +0100 Benoit Gschwind wrote: > Hello, > > I think that struct_version and struct_size should not be belong > compositor.h. I think those versioning should be back-end detail, and > each back-end should provide a major version number through

Re: Introduction and updates from NVIDIA

2016-04-06 Thread Jonas Ådahl
On Mon, Apr 04, 2016 at 04:27:56PM +0100, Daniel Stone wrote: > Hi, > > On 2 April 2016 at 01:28, Andy Ritger wrote: > > On Tue, Mar 29, 2016 at 05:44:41PM +0100, Daniel Stone wrote: > >> On 23 March 2016 at 00:12, Andy Ritger wrote: > >> > Also, mailbox

Re: [PATCH 2/5] drm: port the drm backend to the new init api

2016-04-06 Thread Pekka Paalanen
On Wed, 9 Mar 2016 16:49:29 -0800 Bryce Harrington wrote: > From: Giulio Camuffo > > Signed-off-by: Bryce Harrington > Reviewed-by: Quentin Glidic > Acked-by: Pekka Paalanen

Re: [PATCH 3/5] drm: Fix gcc warning about missing braces.

2016-04-06 Thread Pekka Paalanen
On Wed, 9 Mar 2016 16:49:30 -0800 Bryce Harrington wrote: > Use double-brackets for config initializer for > create_output_for_connector to avoid gcc warning, since first > element is another struct. (See GCC bug 53119.) > > Quells warning: > src/compositor-drm.c: In

Re: [PATCH v2] xdg-shell: add preferred min/max size requests

2016-04-06 Thread Olivier Fourdan
Hi Bill, > I think it would be ok to set both the minimum and maximum with a single > request. Yes, agreed. Cheers, Olivier ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org

Re: weston-info

2016-04-06 Thread Jonas Ådahl
On Tue, Apr 05, 2016 at 11:55:42AM +0200, Olivier Fourdan wrote: > Hi Pekka, > > On 5 April 2016 at 10:30, Pekka Paalanen wrote: > > > ​[...] > > > > > > this is a good idea indeed. > > > > Originally weston-info was needed in Weston repository, because it was > > useful in

Re: [PATCH weston v2] weston.pc: Properly specify Requires.private

2016-04-06 Thread Bryce Harrington
On Tue, Apr 05, 2016 at 10:11:32AM +0200, Quentin Glidic wrote: > From: Quentin Glidic > > We include wayland-server.h, pixman.h and xkbcommon.h in compositor.h, > but they are not required for linking if the plugin doesn’t use them. > > Signed-off-by: Quentin