Re: [Mesa-dev] [PATCH 04/15] egl: import headers from Khronos EGL registry

2015-05-27 Thread Chad Versace
On Thu 28 May 2015, Marek Olšák wrote: > Hi Chad, > > I broke up the patches and sent them as a separate patch series a few days > ago. > > [PATCH 1/3] egl: import egl.h from registry (v2) > [PATCH 2/3] egl: import eglext.h from registry and cleanup eglmesaext.h (v2) > [PATCH 3/3] egl: import pl

Re: [Mesa-dev] [PATCH 04/15] egl: import headers from Khronos EGL registry

2015-05-27 Thread Marek Olšák
Hi Chad, I broke up the patches and sent them as a separate patch series a few days ago. [PATCH 1/3] egl: import egl.h from registry (v2) [PATCH 2/3] egl: import eglext.h from registry and cleanup eglmesaext.h (v2) [PATCH 3/3] egl: import platform headers from registry (v2) Marek On Wed, May 2

Re: [Mesa-dev] [PATCH 04/15] egl: import headers from Khronos EGL registry

2015-05-27 Thread Chad Versace
On Thu 14 May 2015, Emil Velikov wrote: > Hi Marek, > On 12/05/15 22:54, Marek Olšák wrote: > > From: Marek Olšák > > > > with the extension of keeping: > > #define KHRONOS_APICALL __attribute__((visibility("default"))) > > > > And don't include mesa headers in egl.h. > Can we do this more g

Re: [Mesa-dev] [PATCH 04/15] egl: import headers from Khronos EGL registry

2015-05-16 Thread Marek Olšák
On Fri, May 15, 2015 at 12:33 AM, Emil Velikov wrote: >> diff --git a/src/egl/main/egltypedefs.h b/src/egl/main/egltypedefs.h >> index e90959a..2430033 100644 >> --- a/src/egl/main/egltypedefs.h >> +++ b/src/egl/main/egltypedefs.h >> @@ -35,6 +35,8 @@ >> >> #include >> #include >> +#include >

Re: [Mesa-dev] [PATCH 04/15] egl: import headers from Khronos EGL registry

2015-05-15 Thread Daniel Stone
Hi, On 14 May 2015 at 23:33, Emil Velikov wrote: > Hi Marek, > On 12/05/15 22:54, Marek Olšák wrote: >> -#elif defined(__WINSCW__) || defined(__SYMBIAN32__) /* Symbian */ >> +#elif defined(__APPLE__) || defined(__WINSCW__) || defined(__SYMBIAN32__) >> /* Symbian */ >> >> typedef int EGLNati

Re: [Mesa-dev] [PATCH 04/15] egl: import headers from Khronos EGL registry

2015-05-14 Thread Emil Velikov
Hi Marek, On 12/05/15 22:54, Marek Olšák wrote: > From: Marek Olšák > > with the extension of keeping: > #define KHRONOS_APICALL __attribute__((visibility("default"))) > > And don't include mesa headers in egl.h. Can we do this more gradually (like below). It will ease the conflicts that thi

[Mesa-dev] [PATCH 04/15] egl: import headers from Khronos EGL registry

2015-05-12 Thread Marek Olšák
From: Marek Olšák with the extension of keeping: #define KHRONOS_APICALL __attribute__((visibility("default"))) And don't include mesa headers in egl.h. --- include/EGL/egl.h | 562 + include/EGL/eglext.h | 259 +++--