Re: wl_list_remove(>link) point to invalid address

2018-04-03 Thread Pekka Paalanen
On Thu, 29 Mar 2018 11:01:47 +0800 zou lan wrote: > Hi Pekka & all > > When I run some full screen applications under desktop shell, then kill > some applications randomly, I find > crashes maybe happened sometimes. > > Crash call stack: >

Re: [PATCH weston 00/25] A new touchscreen calibrator

2018-04-03 Thread Pekka Paalanen
On Mon, 02 Apr 2018 13:11:24 + Matt Hoosier wrote: > Do you happen to know of a good readymade program that fakes the presence > of a touch input device with uinput? I'd love to test this series, but > current Weston is far ahead of what my embedded devices will do;

Re: [PATCH weston] Add a missing error check to weston_wm_handle_icon

2018-04-03 Thread Pekka Paalanen
On Sat, 17 Mar 2018 00:09:00 -0400 Dima Ryazanov wrote: > This fixes a crash when launching Duke Nukem Forever. > (Sorry, I wish I had a less ridiculous test case...) > > Signed-off-by: Dima Ryazanov > --- > xwayland/window-manager.c | 3 +++ > 1 file changed,

Re: [PATCH weston 00/25] A new touchscreen calibrator

2018-04-03 Thread Philipp Kerling
> Do you happen to know of a good readymade program that fakes the > presence of a touch input device with uinput? I'd love to test this > series, but current Weston is far ahead of what my embedded devices > will do; so I'm in the position of mostly relying on the desktop for > testing. I'm not

Re: [PATCH] compositor-fbdev: Add support for ABGR in calculate_pixman_format

2018-04-03 Thread Pekka Paalanen
On Wed, 19 Jul 2017 00:06:38 +0200 Pablo Castellano wrote: > In PostmarketOS we have added support for the Asus grouper device > (Google Nexus 7 2012 tablet), which uses ABGR. > > This mode seems to be less common and previously it was not correctly > handled by

Re: [PATCH 3/3] rdp-backend.so: OpenGL hardware acceleration

2018-04-03 Thread Pekka Paalanen
On Fri, 23 Feb 2018 16:08:00 +0100 Raimundo Sagarzazu wrote: > Hi, > > Two patches that improve performance in my case. > > First, supporting ARGB gbm-format for the output allows a much better > performance of the intelReadPixels function of the i965

Re: [PATCH weston 00/25] A new touchscreen calibrator

2018-04-03 Thread Matt Hoosier
On Tue, Apr 3, 2018 at 5:35 AM, Philipp Kerling wrote: > > Do you happen to know of a good readymade program that fakes the > > presence of a touch input device with uinput? I'd love to test this > > series, but current Weston is far ahead of what my embedded devices > > will

Re: [PATCH 2/3] gl-renderer: read PIXMAN_x8r8g8b8 as GL_BGRA_EXT

2018-04-03 Thread Hardening
Le 06/07/2017 à 12:06, Olivier Blin a écrit : > This is needed by the RDP backend, which uses PIXMAN_x8r8g8b8 for its > shadow buffers. > --- > libweston/gl-renderer.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libweston/gl-renderer.c b/libweston/gl-renderer.c > index

Re: [PATCH 3/3] rdp-backend.so: OpenGL hardware acceleration

2018-04-03 Thread Hardening
Le 06/07/2017 à 12:06, Olivier Blin a écrit : > From: DRC > > --- > compositor/main.c | 23 +++- > configure.ac | 4 +- > libweston/compositor-rdp.c | 314 > +++-- > libweston/compositor-rdp.h | 24

[PATCH] terminal: Fix unintended fallthrough to cursor restore

2018-04-03 Thread Daniel Stone
ef57a9b788 added support for window operations such as reporting the title in escape mode. It implemented this by which-window-op case, inside the existing which-escape-code case. Whilst it would break out of the former window-op case, it never broke out of the latter escape-code case. This would

Re: [PATCH weston 00/25] A new touchscreen calibrator

2018-04-03 Thread Matt Hoosier
On Tue, Apr 3, 2018, 08:10 Matt Hoosier wrote: > On Tue, Apr 3, 2018 at 5:35 AM, Philipp Kerling > wrote: > >> > Do you happen to know of a good readymade program that fakes the >> > presence of a touch input device with uinput? I'd love to test this

Re: [PATCH weston 00/25] A new touchscreen calibrator

2018-04-03 Thread Peter Hutterer
On Tue, Apr 03, 2018 at 12:20:08PM +0300, Pekka Paalanen wrote: > On Mon, 02 Apr 2018 13:11:24 + > Matt Hoosier wrote: > > > Do you happen to know of a good readymade program that fakes the presence > > of a touch input device with uinput? I'd love to test this

Re: wl_list_remove(>link) point to invalid address

2018-04-03 Thread zou lan
Hi Pekka Thank you for your comment. They are very helpful. >that's a good find. If I understand correctly, we do not handle the >case where a weston_view is effectively unmapped by removing it from a >weston_layer. As weston_compositor::view_list is never torn down >properly but simply rebuilt,