Re: Disable libinput in configure time

2017-06-12 Thread Peter Hutterer
On Sun, Jun 11, 2017 at 02:26:50PM +0200, Sławomir Lach wrote: > I'm looking forward to disable libinput, while compiling libweston. I'm > developing SDL2-graphics-backend and need to use SDL-input, so I must > disable libinput. How achieve this? I don't think a toggle like that exists atm, sorry.

[PATCH 1/2] server: store errno in wl_client.error

2017-06-12 Thread mathias_fiedler
From: Mathias Fiedler When an error happens in wl_closure_marshal, wl_closure_send or wl_closure_queue store the negative errno value in the client's error member. The errno can be helpful in determining why a client connection has gained the error state. The negative value distinguishes it from

Disable libinput in configure time

2017-06-12 Thread Sławomir Lach
I'm looking forward to disable libinput, while compiling libweston. I'm developing SDL2-graphics-backend and need to use SDL-input, so I must disable libinput. How achieve this? Best regards, Lach Sławomir. ___ wayland-devel mailing list wayland-devel@li

Re: How to configure/use/assign hardware pipeline/plane for specific application?

2017-06-12 Thread Vikas Patil
Thanks Pekka for explaining it. May be I will have a look once Daniel shares the latest branch details. On Fri, Jun 9, 2017 at 5:10 PM, Pekka Paalanen wrote: > On Fri, 9 Jun 2017 15:02:03 +0530 > Vikas Patil wrote: > >> On Fri, Jun 9, 2017 at 1:16 PM, Pekka Paalanen wrote: >> > >> > On Fri, 9 J

Re: [PATCH v2] gl-renderer: support format and modifier queries

2017-06-12 Thread Daniel Stone
Hi, On 23 November 2016 at 08:33, Varad Gautam wrote: > EGL_EXT_image_dma_buf_import_modifiers allows querying the formats > and modifiers supported by the platform. expose these to the compositor. Since the relevant Mesa support has already landed, and there's still no alpha release in sight (?