[PATCH xserver 2/5] xwayland: "EGL_EXT_device_base" required for EGLStream

2018-06-05 Thread Olivier Fourdan
eglQueryDevicesEXT() would abort if the required extensions are not available, meaning that enabling “-eglstream” on a non-EGLStream capable hardware would lead to an abort(). Check that "EGL_EXT_device_base" extension is available and bail out early if not, so we don't abort() later in

Re: [PATCH xserver 2/5] xwayland: "EGL_EXT_device_base" required for eglstream

2018-05-25 Thread Lyude Paul
Reviewed-by: Lyude Paul On Thu, 2018-05-24 at 16:11 +0200, Olivier Fourdan wrote: > eglQueryDevicesEXT() would abort if the required extenon are not > available, meaning that enabling “-eglstream”on a non-EGL stream capable > hardware would lead to an abort(). > > Check that

[PATCH xserver 2/5] xwayland: "EGL_EXT_device_base" required for eglstream

2018-05-24 Thread Olivier Fourdan
eglQueryDevicesEXT() would abort if the required extenon are not available, meaning that enabling “-eglstream”on a non-EGL stream capable hardware would lead to an abort(). Check that "EGL_EXT_device_base" extension is available and baild out early if not, so we don't abort() later.