Re: [Mesa-dev] [PATCH v2 2/8] egl: add EGL_MESA_device_software support

2018-10-02 Thread Emil Velikov
On Thu, 20 Sep 2018 at 15:12, Mathias Fröhlich wrote: > > Hi Emil, > > Some comments inline below: > > On Tuesday, 4 September 2018 20:32:59 CEST Emil Velikov wrote: > > From: Emil Velikov > > > > Add a plain software device, which is always available. > > > > We can safely assign it as the first

Re: [Mesa-dev] [PATCH v2 2/8] egl: add EGL_MESA_device_software support

2018-09-20 Thread Mathias Fröhlich
Hi Emil, Some comments inline below: On Tuesday, 4 September 2018 20:32:59 CEST Emil Velikov wrote: > From: Emil Velikov > > Add a plain software device, which is always available. > > We can safely assign it as the first/initial device in _eglGlobals, > although we ensure that's the case with

[Mesa-dev] [PATCH v2 2/8] egl: add EGL_MESA_device_software support

2018-09-04 Thread Emil Velikov
From: Emil Velikov Add a plain software device, which is always available. We can safely assign it as the first/initial device in _eglGlobals, although we ensure that's the case with a handful of _eglDeviceSupports checks throughout the code. v2: - s/_eglFindDevice/_eglAddDevice/ (Eric) - s/_