Re: [PATCH weston 2/2] simple-dmabuf-drm: use GBM generic calls

2020-01-31 Thread Pekka Paalanen
On Fri, 20 Jul 2018 21:21:59 +0200 Guido Günther wrote: > Hi, > On Thu, Jul 19, 2018 at 04:45:02PM +0200, Emilio Pozuelo Monfort wrote: > > No need to write libdrm driver specific code for each supported > > driver, we can just let GBM call the right one for us now. > > > > Signed-off-by: Emilio

Re: [PATCH weston v3 00/17] Tablet device support for weston

2020-01-31 Thread Pekka Paalanen
On Wed, 20 Dec 2017 09:02:26 -0800 Jason Gerecke wrote: > On Tue, Dec 19, 2017 at 12:33 AM, Maniraj Devadoss > wrote: > > Hi Jason, > > > > I found the root cause for the backtrace you shared > > https://lists.freedesktop.org/archives/wayland-devel/2017-November/035964.html > > > > The issue is

Re: [PATCH 0/13] Add stereoscopy support

2020-01-31 Thread Pekka Paalanen
On Tue, 14 Nov 2017 15:05:47 + Emmanuel Gil Peyrot wrote: > This series adds a new protocol to specify the stereoscopic layout of a > surface, and a way for a compositor to tell the client what the native > layout is, in order to allow direct scanout in the fullscreen case. It > then impleme

Re: [weston v2 0/8] Implement NET_WM_SYNC_REQUEST basic support

2020-01-31 Thread Pekka Paalanen
On Mon, 13 Nov 2017 16:20:48 -0500 Louis-Francis Ratté-Boulianne wrote: > Hi, > > This patchset implements NET_WM_SYNC_REQUEST protocol for throtting > X11 window resizes in Weston's XWM. We wait for the window to be drawn > (by setting an alarm on the sync counter) before configuring the window

Re: [PATCH weston 3/3] compositor-x11: Support relative mouse motion in fullscreen

2020-01-31 Thread Pekka Paalanen
On Tue, 10 Oct 2017 00:12:34 +0200 Marie Stephanie Alesna wrote: > Wayland relative mouse clients require indefinite mouse moves. Simulate them > by keeping invisible host mouse pointer in center of screen using mouse warps. > > Also fix fullscreen mouse lock-up at invisible barrier when the in

Re: Fullscreen window (Re: Thread safety when rendering on a separate thread)

2020-01-31 Thread Pekka Paalanen
On Fri, 31 Jan 2020 10:05:16 +0100 Guillermo Rodriguez wrote: > El vie., 31 ene. 2020 a las 9:44, Pekka Paalanen > () escribió: > > > > On Thu, 30 Jan 2020 17:48:54 +0100 > > Guillermo Rodriguez wrote: > > > > > Hi, > > > > > > El jue., 30 ene. 2020 a las 16:48, Pekka Paalanen > > > () escribi

Re: Fullscreen window (Re: Thread safety when rendering on a separate thread)

2020-01-31 Thread Guillermo Rodriguez
El vie., 31 ene. 2020 a las 9:44, Pekka Paalanen () escribió: > > On Thu, 30 Jan 2020 17:48:54 +0100 > Guillermo Rodriguez wrote: > > > Hi, > > > > El jue., 30 ene. 2020 a las 16:48, Pekka Paalanen > > () escribió: > > > Uhm, I am not sure to understand this bit. Based on your comments > > before

Re: Fullscreen window (Re: Thread safety when rendering on a separate thread)

2020-01-31 Thread Pekka Paalanen
On Thu, 30 Jan 2020 17:48:54 +0100 Guillermo Rodriguez wrote: > Hi, > > El jue., 30 ene. 2020 a las 16:48, Pekka Paalanen > () escribió: > Uhm, I am not sure to understand this bit. Based on your comments > before I am assuming I would implement this as a plugin / addon, > instead of hacking sh