Re: [Mesa-dev] [PATCH] egl: Make EGL_EXT_device_drm optional.

2019-06-29 Thread Ilia Mirkin
It looks like I was mistaken -- a primary node is always allocated. Sorry! On Sat, Jun 29, 2019 at 4:28 AM Mathias Fröhlich wrote: > > Emil, > > Ok, I thought Ilja is a reference here. In this case forget that change! > Thanks! > > best > > Mathias > > On Friday, 28 June 2019 18:26:07 CEST Emil V

Re: [Mesa-dev] [PATCH] egl: Make EGL_EXT_device_drm optional.

2019-06-29 Thread Mathias Fröhlich
Emil, Ok, I thought Ilja is a reference here. In this case forget that change! Thanks! best Mathias On Friday, 28 June 2019 18:26:07 CEST Emil Velikov wrote: > On 2019/06/28, mathias.froehl...@gmx.net wrote: > > From: Mathias Fröhlich > > > > Hi, > > > > Ilia mentioned that there are drm ren

Re: [Mesa-dev] [PATCH] egl: Make EGL_EXT_device_drm optional.

2019-06-28 Thread Emil Velikov
On 2019/06/28, mathias.froehl...@gmx.net wrote: > From: Mathias Fröhlich > > Hi, > > Ilia mentioned that there are drm rendernode only drivers out there. > To support an egl device on those platforms, make the EGL_EXT_device_drm > device extension optional. > Currently DRM core mandates that pr

[Mesa-dev] [PATCH] egl: Make EGL_EXT_device_drm optional.

2019-06-28 Thread Mathias . Froehlich
From: Mathias Fröhlich Hi, Ilia mentioned that there are drm rendernode only drivers out there. To support an egl device on those platforms, make the EGL_EXT_device_drm device extension optional. Please review best and thanks Mathias Relax drm device requirement to just have a render node t