Re: Patch for RPI crash

2014-11-19 Thread Yves De Muyter
On Wed, Nov 19, 2014 at 02:45:24PM +0200, Pekka Paalanen wrote: > Then again, I think the rpi-renderer and especially its experimental EGL > support are just waiting to be replaced by proper kernel DRM drivers > and the Mesa VC4 driver, but that is a long way to go still. > > So if you fix the cod

Patch for RPI crash

2014-10-09 Thread Yves De Muyter
terminal. The result is a Weston crash. What happens is that the buffer is set to NULL while still used. The patch is against current master. Signed-off-by: Yves De Muyter diff --git a/src/rpi-renderer.c b/src/rpi-renderer.c index c222eb6..d75ff6d 100644 --- a/src/rpi-renderer.c +++ b/src/rpi-