Re: [PATCH v6] protocol: Extend wl_touch with touchpoint shape and orientation

2016-11-04 Thread Yong Bakos
On Nov 4, 2016, at 9:31 AM, Dennis Kempin wrote: > > This CL updates the wl_touch interface with a shape and > orientation event. > The shape/orientation of a touch point is not relevant for most UI > applications, but allows a better experience in some cases > such as drawing apps. > > The even

Re: [PATCH wayland-protocols] tablet: specify the tool button numbers are simply sequentially numbered

2016-11-04 Thread Jason Gerecke
On 11/03/2016 06:46 PM, Peter Hutterer wrote: > We're using sequentially numbered buttons for the pad because actual tablets > are quite varied in how the present buttons (BTN_A, BTN_0, etc.). For this > reason, libinput numbers pad buttons sequentially. > > Let's do the same for tablet tools. Unf

[PATCH v6] protocol: Extend wl_touch with touchpoint shape and orientation

2016-11-04 Thread Dennis Kempin
This CL updates the wl_touch interface with a shape and orientation event. The shape/orientation of a touch point is not relevant for most UI applications, but allows a better experience in some cases such as drawing apps. The events are used by the compositor to inform the client about changes in

Re: [PATCH v6] protocol: Extend wl_touch with touchpoint shape and orientation

2016-11-04 Thread Dennis Kempin
Thanks for catching my ESL mistakes, Yong! :) I am uploading an updated version! On Thu, Nov 3, 2016 at 7:39 PM Yong Bakos wrote: > Hi Dennis, > > > On Nov 3, 2016, at 3:52 PM, Dennis Kempin > wrote: > > > > This CL updates the wl_touch interface with a shape and > > orientation event. > > The

Re: [PATCH weston 1/2] gl-renderer: add support for EGL_KHR_swap_buffers_with_damage

2016-11-04 Thread Eric Engestrom
On Thursday, 2016-11-03 22:38:19 +, Emil Velikov wrote: > Extension is identical to the EXT one, yet we need to check for the KHR > abbreviated extension name + entry-point. > > Signed-off-by: Emil Velikov > --- > libweston/gl-renderer.c | 29 +++-- > 1 file changed,