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
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
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