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