[ANNOUNCE] libinput 1.0.0

2015-08-25 Thread Peter Hutterer
libinput 1.0 is now available. Only documentation updates and compiler warning fixes since 1.0rc1, the code is functionally the same. As usual, the git shortlog is at the end of this message. Since this is the 1.0 announcement I'll provide some more information, mostly from the documentation. If

Re: [PATCH weston] build: Require newer version of libdrm

2015-08-25 Thread Bryce Harrington
On Tue, Aug 25, 2015 at 09:54:58PM +0200, Eugen Friedrich wrote: > Hi Bryce, > > basically it's not my project :-), i'm working for a big german tier one > and we are using weston along with ivi-shell, > where ivi environment controls the display in first place, not the user. Gotcha, sounds intri

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

2015-08-25 Thread Bryce Harrington
On Tue, Aug 25, 2015 at 09:03:36AM -0700, Jon A. Cruz wrote: > On 08/25/2015 03:08 AM, Pekka Paalanen wrote: > > On Mon, 24 Aug 2015 19:26:48 -0700 > > Bryce Harrington wrote: > > > >> On Thu, Aug 13, 2015 at 01:53:05PM +0300, Pekka Paalanen wrote: > >>> From: Giulio Camuffo > >> > >> This is a

Re: [PATCH weston] build: Require newer version of libdrm

2015-08-25 Thread Eugen Friedrich
Hi Bryce, basically it's not my project :-), i'm working for a big german tier one and we are using weston along with ivi-shell, where ivi environment controls the display in first place, not the user. Since we are also dependent on other suppliers we cannot update everything in our linux distribu

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

2015-08-25 Thread Jon A. Cruz
On 08/25/2015 03:08 AM, Pekka Paalanen wrote: > On Mon, 24 Aug 2015 19:26:48 -0700 > Bryce Harrington wrote: > >> On Thu, Aug 13, 2015 at 01:53:05PM +0300, Pekka Paalanen wrote: >>> From: Giulio Camuffo >> >> This is a big patch with a lot of changes, and I'm worried about landing >> it right as

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

2015-08-25 Thread Pekka Paalanen
On Mon, 24 Aug 2015 19:26:48 -0700 Bryce Harrington wrote: > On Thu, Aug 13, 2015 at 01:53:05PM +0300, Pekka Paalanen wrote: > > From: Giulio Camuffo > > This is a big patch with a lot of changes, and I'm worried about landing > it right as we're on the eve of beta. If it could be broken up in

Re: [PATCH weston 0/3] start making backends not weston specific

2015-08-25 Thread Pekka Paalanen
On Mon, 24 Aug 2015 17:58:44 -0700 Bryce Harrington wrote: > On Mon, Aug 17, 2015 at 11:29:01AM +0300, Pekka Paalanen wrote: > > On Thu, 13 Aug 2015 12:30:00 +0200 > > Giulio Camuffo wrote: > > > > > The first patch by Pekka adds some functions to ease a smooth migration > > > from the old way

Re: Weston test suite

2015-08-25 Thread Pekka Paalanen
On Tue, 25 Aug 2015 10:16:17 +0300 Pekka Paalanen wrote: > Btw. I CC'd you on https://bugs.freedesktop.org/show_bug.cgi?id=83985 > where we have been talking about testing things. I wonder how you'd > handle some tests being specific to a backend, and some tests being > generic such that a user (

Re: [PATCH wayland] Revert "client: require WAYLAND_DISPLAY to be set"

2015-08-25 Thread Pekka Paalanen
On Tue, 25 Aug 2015 09:23:00 +0200 Olivier Fourdan wrote: > Hi all, > > On 24 August 2015 at 11:56, Pekka Paalanen > wrote > > > > Pushed: > >c0636dd..c7dbaa1 master -> master > > > > Quick question, is the answer/suggestion I received back at the time here: > > http://lists.freedesktop.

Re: [PATCH wayland] Revert "client: require WAYLAND_DISPLAY to be set"

2015-08-25 Thread Olivier Fourdan
Hi all, On 24 August 2015 at 11:56, Pekka Paalanen wrote > > Pushed: >c0636dd..c7dbaa1 master -> master > Quick question, is the answer/suggestion I received back at the time here: http://lists.freedesktop.org/archives/wayland-devel/2015-July/023729.html still valid with this revert appli

Re: Weston test suite

2015-08-25 Thread Pekka Paalanen
On Mon, 24 Aug 2015 17:04:50 -0700 "Jon A. Cruz" wrote: > On 08/24/2015 02:50 AM, Pekka Paalanen wrote: > > On Sat, 22 Aug 2015 00:00:58 -0700 > > Bryce Harrington wrote: > > > >> On Fri, Aug 21, 2015 at 10:35:34AM +0300, Pekka Paalanen wrote: > >>> On Thu, 20 Aug 2015 11:05:39 -0700 > >>> Bryc