[PATCH] gl-renderer: Create a high priority context

2018-03-01 Thread Chris Wilson
EGL_IMG_context_priority allows the client to request that their rendering be considered high priority. For ourselves, this is important as we are interactive and any delay in our rendering causes input-output jitter; a less than smooth user interactive. So if the driver supports setting the

Re: [PATCH] gl-renderer: Create a high priority context

2018-03-01 Thread Daniel Stone
Hi Chris, On 1 March 2018 at 08:28, Chris Wilson wrote: > The previously mentioned bug affecting i965_dri.so not accepting > CONTEXT_ATTRIB_PRIORITY should now be fixed in the stable release, so > the window of nasty surprises should be closed. :) Thanks for the

Re: [PATCH v4 libinput 3/3] touchpad: add wobbling detection

2018-03-01 Thread Konstantin Kharlamov
Looks fine to me. The series is Reviewed-by: Konstantin Kharlamov On 01.03.2018 09:39, Peter Hutterer wrote: From: Konstantin Kharlamov The details are explained in comment in the code. That aside, I shall mention the check is so light, that it

Where is the definition of " ivi_hmi_controller_interface"?

2018-03-01 Thread Adam Lee
On Weston 2.0, I can't seem to find it anywhere, yet hmi-controller works just fine: sources/weston$ git grep ivi_hmi_controller_interface clients/ivi-shell-user-interface.c: _hmi_controller_interface, 1); ivi-shell/hmi-controller.c:static const struct ivi_hmi_controller_interface

Re: 2018 X.Org Board of Directors Elections Nomination period is NOW

2018-03-01 Thread Rob Clark
All, We have extended the deadline for nominations until 9 Mar 2018. We currently have four nominees for four seats, but we would like to have at least another candidate or two, so please consider stepping up and nominating yourself or a friend! BR, -R On Fri, Feb 9, 2018 at 9:01 AM, Rob Clark

Re: [PATCH wayland-protocols] unstable: add xdg-toplevel-decoration protocol

2018-03-01 Thread Mike Blumenkrantz
Hi, This patch is certainly an improvement upon the previous protocol draft which I reviewed, but it still does not address the most significant issue that I pointed out, which is that it both is too complex and lacks features. Why is there any "mode" when this is a protocol for enabling

Re: [PATCH wayland-protocols] unstable: add xdg-toplevel-decoration protocol

2018-03-01 Thread Simon Ser
Hi Mike, I don't think a compositor supporting the protocol means that it always wants SSDs. For instance, I can imagine a DE like GNOME supporting it: - Allowing clients that prefer SSDs to use SSDs, so that toolkits like GLFW or winit and apps like mpv don't have to draw decorations that'll

Re: Where is the definition of " ivi_hmi_controller_interface"?

2018-03-01 Thread Adam Lee
I found out. It is generated from XML file. On Thu, Mar 1, 2018 at 10:26 AM Adam Lee wrote: > On Weston 2.0, I can't seem to find it anywhere, yet hmi-controller works > just fine: > > sources/weston$ git grep ivi_hmi_controller_interface >