Re: [PATCH xserver 2/2] xwayland: Call eglBindAPI after eglInitialize

2016-06-02 Thread Pekka Paalanen
On Fri, 3 Jun 2016 10:25:20 +0900 Michel Dänzer wrote: > From: Michel Dänzer > > Current Mesa Git master checks that the EGL display actually supports > the API passed to eglBindAPI, which can only succeed after > eglInitialize. > > Signed-off-by: Michel Dänzer > --- > hw/xwayland/xwayland-

[PATCH xserver 2/2] xwayland: Call eglBindAPI after eglInitialize

2016-06-02 Thread Michel Dänzer
From: Michel Dänzer Current Mesa Git master checks that the EGL display actually supports the API passed to eglBindAPI, which can only succeed after eglInitialize. Signed-off-by: Michel Dänzer --- hw/xwayland/xwayland-glamor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git