Re: [Mesa-dev] [PATCH 13/15] egl: add new platform functions

2015-05-29 Thread Chad Versace
On Thu 28 May 2015, Marek Olšák wrote: > A new patch is attached. Please review. > Looks good to me. Reviewed-by: Chad Versace Later, if and when some platform extension defines a pointer-sized attribute, then we will need to invert the function order. That is, eglGetPlatformDisplayEXT will the

Re: [Mesa-dev] [PATCH 13/15] egl: add new platform functions

2015-05-28 Thread Marek Olšák
A new patch is attached. Please review. Marek On Wed, May 13, 2015 at 12:54 AM, Marek Olšák wrote: > From: Marek Olšák > > These are just wrappers around the existing extension functions. > --- > src/egl/main/eglapi.c | 45 + > 1 file changed, 45 ins

[Mesa-dev] [PATCH 13/15] egl: add new platform functions

2015-05-12 Thread Marek Olšák
From: Marek Olšák These are just wrappers around the existing extension functions. --- src/egl/main/eglapi.c | 45 + 1 file changed, 45 insertions(+) diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c index 34a113b..e3b8ec2 100644 --- a/src/eg