Re: [Mesa-dev] [PATCH v2 1/8] egl: add base EGL_EXT_device_base implementation

2018-10-02 Thread Emil Velikov
On Thu, 20 Sep 2018 at 15:11, Mathias Fröhlich wrote: > > Hi Emil, > Thanks Mathias. Just coming back from some holidays and XDC. Most of your commends are addressed ... the ones which are not I'll commend on in a moment. > On Tuesday, 4 September 2018 20:32:58 CEST Emil Velikov wrote: > > From:

Re: [Mesa-dev] [PATCH v2 1/8] egl: add base EGL_EXT_device_base implementation

2018-09-20 Thread Mathias Fröhlich
Hi Emil, On Tuesday, 4 September 2018 20:32:58 CEST Emil Velikov wrote: > From: Emil Velikov > > Introduce the API for device query and enumeration. Those at the moment > produce nothing useful since zero devices are actually available. > > That contradicts with the spec, so the extension isn't

Re: [Mesa-dev] [PATCH v2 1/8] egl: add base EGL_EXT_device_base implementation

2018-09-05 Thread Eric Engestrom
On Wednesday, 2018-09-05 15:09:19 +0100, Emil Velikov wrote: > On 4 September 2018 at 20:34, Eric Engestrom wrote: > > On Tuesday, 2018-09-04 20:33:33 +0100, Eric Engestrom wrote: > >> On Tuesday, 2018-09-04 19:32:58 +0100, Emil Velikov wrote: > >> > From: Emil Velikov > >> > > >> > Introduce the

Re: [Mesa-dev] [PATCH v2 1/8] egl: add base EGL_EXT_device_base implementation

2018-09-05 Thread Emil Velikov
On 4 September 2018 at 20:34, Eric Engestrom wrote: > On Tuesday, 2018-09-04 20:33:33 +0100, Eric Engestrom wrote: >> On Tuesday, 2018-09-04 19:32:58 +0100, Emil Velikov wrote: >> > From: Emil Velikov >> > >> > Introduce the API for device query and enumeration. Those at the moment >> > produce n

Re: [Mesa-dev] [PATCH v2 1/8] egl: add base EGL_EXT_device_base implementation

2018-09-04 Thread Eric Engestrom
On Tuesday, 2018-09-04 20:33:33 +0100, Eric Engestrom wrote: > On Tuesday, 2018-09-04 19:32:58 +0100, Emil Velikov wrote: > > From: Emil Velikov > > > > Introduce the API for device query and enumeration. Those at the moment > > produce nothing useful since zero devices are actually available. >

Re: [Mesa-dev] [PATCH v2 1/8] egl: add base EGL_EXT_device_base implementation

2018-09-04 Thread Eric Engestrom
On Tuesday, 2018-09-04 19:32:58 +0100, Emil Velikov wrote: > From: Emil Velikov > > Introduce the API for device query and enumeration. Those at the moment > produce nothing useful since zero devices are actually available. > > That contradicts with the spec, so the extension isn't advertised ju