Re: [Mesa-dev] [PATCH 4/5] egl/wayland: move teardown code to the platform file

2017-11-16 Thread Dylan Baker
Hey Emil, this commit breaks mesa pretty badly, wflinfo segfaults: 40a01c9a0ef2c8110d79c284976ef34c0f73be92 is the first bad commit commit 40a01c9a0ef2c8110d79c284976ef34c0f73be92 Author: Emil Velikov Date: Thu Nov 9 19:04:25 2017 + egl/drm: move teardown

[Mesa-dev] [PATCH 4/5] egl/wayland: move teardown code to the platform file

2017-11-13 Thread Emil Velikov
From: Emil Velikov Signed-off-by: Emil Velikov --- src/egl/drivers/dri2/egl_dri2.c | 21 + src/egl/drivers/dri2/egl_dri2.h | 4 src/egl/drivers/dri2/platform_wayland.c | 22 ++