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

2019-05-07 Thread Marek Olšák
Acked-by: Marek Olšák Marek On Mon, May 6, 2019 at 11:02 AM 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/9] egl: add EGL_platform_device support

2019-05-06 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