Re: [waffle] [PATCH 0/7] Use eglGetPlatformDisplay when possible (v2)

2016-10-27 Thread Chad Versace
On Tue 25 Oct 2016, Emil Velikov wrote: > On 24 October 2016 at 22:57, Chad Versace wrote: > > Before EGL_EXT_platform_base and EGL 1.5, when using Mesa the best way > > to select the EGL platform was to set the EGL_PLATFORM environment > > variable. Now that a standard

Re: [waffle] [PATCH 0/7] Use eglGetPlatformDisplay when possible (v2)

2016-10-25 Thread Emil Velikov
On 24 October 2016 at 22:57, Chad Versace wrote: > Before EGL_EXT_platform_base and EGL 1.5, when using Mesa the best way > to select the EGL platform was to set the EGL_PLATFORM environment > variable. Now that a standard way exists, eglGetPlatformDisplay, let's > use

Re: [waffle] [PATCH 0/7] Use eglGetPlatformDisplay when possible

2016-10-18 Thread Emil Velikov
On 18 October 2016 at 17:58, Chad Versace wrote: > Before EGL_EXT_platform_base and EGL 1.5, when using Mesa the best way > to select the EGL platform was to set the EGL_PLATFORM environment > variable. Now that a standard way exists, eglGetPlatformDisplay, let's > use