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

2017-08-08 Thread Adam Jackson
On Mon, 2017-08-07 at 09:24 +0100, Daniel Stone wrote: > On 2 August 2017 at 21:24, Adam Jackson wrote: > > +Overview > > + > > +A system may support multiple devices and multiple window systems. For > > +example, a Wayland environment may drive multiple GPUs and support

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

2017-08-07 Thread Daniel Stone
On 2 August 2017 at 21:24, Adam Jackson wrote: > +Overview > + > +A system may support multiple devices and multiple window systems. For > +example, a Wayland environment may drive multiple GPUs and support both > +GLX and EGL clients. In order to realize this, the

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

2017-08-07 Thread Nicolai Hähnle
On 02.08.2017 22:24, Adam Jackson wrote: This extension name is bad, but I don't have an idea for a better one. EGL_MESA_explicit_device EGL_MESA_device_selection ? Anyway, for the series: Acked-by: Nicolai Hähnle Signed-off-by: Adam Jackson

[Mesa-dev] [PATCH 3/3] specs: Add EGL_MESA_platform_device

2017-08-02 Thread Adam Jackson
This extension name is bad, but I don't have an idea for a better one. Signed-off-by: Adam Jackson --- docs/specs/EGL_MESA_platform_device.txt | 94 + 1 file changed, 94 insertions(+) create mode 100644 docs/specs/EGL_MESA_platform_device.txt