Re: [Mesa-dev] [PATCH 2/3] specs: Add EGL_MESA_device_software

2017-08-10 Thread Emil Velikov
On 8 August 2017 at 19:42, Adam Jackson wrote: > On Tue, 2017-08-08 at 19:11 +0100, Emil Velikov wrote: >> On 2 August 2017 at 21:24, Adam Jackson wrote: >> > The device extension string is expected to contain the name of the >> > extension defining what kind of device it is, so the caller can kn

Re: [Mesa-dev] [PATCH 2/3] specs: Add EGL_MESA_device_software

2017-08-08 Thread Adam Jackson
On Tue, 2017-08-08 at 19:11 +0100, Emil Velikov wrote: > On 2 August 2017 at 21:24, Adam Jackson wrote: > > The device extension string is expected to contain the name of the > > extension defining what kind of device it is, so the caller can know > > what kinds of operations it can perform with i

Re: [Mesa-dev] [PATCH 2/3] specs: Add EGL_MESA_device_software

2017-08-08 Thread Emil Velikov
On 2 August 2017 at 21:24, Adam Jackson wrote: > The device extension string is expected to contain the name of the > extension defining what kind of device it is, so the caller can know > what kinds of operations it can perform with it. So that string had > better be non-empty, hence this trivial