Re: [Mesa-dev] [PATCH 8/8] egl: add EGL_platform_device support

2019-05-30 Thread Marek Olšák
Hi Emil, What are your plans for pushing this? Thanks, Marek On Thu, May 16, 2019, 3:23 PM Marek Olšák wrote: > Acked-by: Marek Olšák > > Marek > > On Thu, May 16, 2019 at 1:03 PM Emil Velikov > wrote: > >> This new 'platform' is added by default with no guards. >> >> It is effectively a cop

Re: [Mesa-dev] [PATCH 8/8] egl: add EGL_platform_device support

2019-05-16 Thread Marek Olšák
Acked-by: Marek Olšák Marek On Thu, May 16, 2019 at 1:03 PM Emil Velikov wrote: > This new 'platform' is added by default with no guards. > > It is effectively a copy of the surfaceless one, with updated function > names and brand new probe function. > > Due to the reuse, some of the ifdef HAV

[Mesa-dev] [PATCH 8/8] egl: add EGL_platform_device support

2019-05-16 Thread Emil Velikov
This new 'platform' is added by default with no guards. It is effectively a copy of the surfaceless one, with updated function names and brand new probe function. Due to the reuse, some of the ifdef HAVE_SURFACELESS_PLATFORM guards have been dropped. A worthy mention are the changes in _egFindDi