Re: [Mesa-dev] [PATCH 3/3] egl/x11: don't abort when creating a DRI2 drawable fails

2015-08-04 Thread Frank Binns
On 03/08/15 13:33, Emil Velikov wrote: > On 31 July 2015 at 11:02, Frank Binns wrote: >> When calling either eglCreateWindowSurface or eglCreatePixmapSurface it >> was possible for an application to be aborted as a result of it failing >> to create a DRI2 drawable on the server. This could happen

Re: [Mesa-dev] [PATCH 3/3] egl/x11: don't abort when creating a DRI2 drawable fails

2015-08-03 Thread Emil Velikov
On 31 July 2015 at 11:02, Frank Binns wrote: > When calling either eglCreateWindowSurface or eglCreatePixmapSurface it > was possible for an application to be aborted as a result of it failing > to create a DRI2 drawable on the server. This could happen due to an > application passing in an invali

[Mesa-dev] [PATCH 3/3] egl/x11: don't abort when creating a DRI2 drawable fails

2015-07-31 Thread Frank Binns
When calling either eglCreateWindowSurface or eglCreatePixmapSurface it was possible for an application to be aborted as a result of it failing to create a DRI2 drawable on the server. This could happen due to an application passing in an invalid native drawable handle, for example. Signed-off-by: