Re: [Mesa-dev] [PATCH 4/5] egl: use unix defines on osx with clang

2015-07-02 Thread Emil Velikov
On 19 June 2015 at 12:43, Emil Velikov wrote: > On 19 June 2015 at 00:23, Julien Isorce wrote: >> On 18 June 2015 at 19:33, Emil Velikov wrote: >>> >>> On 18 June 2015 at 19:29, Emil Velikov wrote: >>> Sorry about that. Unintentionally hit send ;-\ >>> >>> > On 18 June 2015 at 06:53, Julien Iso

Re: [Mesa-dev] [PATCH 4/5] egl: use unix defines on osx with clang

2015-06-19 Thread Emil Velikov
On 19 June 2015 at 00:23, Julien Isorce wrote: > On 18 June 2015 at 19:33, Emil Velikov wrote: >> >> On 18 June 2015 at 19:29, Emil Velikov wrote: >> Sorry about that. Unintentionally hit send ;-\ >> >> > On 18 June 2015 at 06:53, Julien Isorce wrote: >> >> CC egl_dri2.lo >> >> include/EG

Re: [Mesa-dev] [PATCH 4/5] egl: use unix defines on osx with clang

2015-06-18 Thread Julien Isorce
On 18 June 2015 at 19:33, Emil Velikov wrote: > On 18 June 2015 at 19:29, Emil Velikov wrote: > Sorry about that. Unintentionally hit send ;-\ > > > On 18 June 2015 at 06:53, Julien Isorce wrote: > >> CC egl_dri2.lo > >> include/EGL/eglplatform.h:135:2: > >> error: "Platform not recogni

Re: [Mesa-dev] [PATCH 4/5] egl: use unix defines on osx with clang

2015-06-18 Thread Emil Velikov
On 18 June 2015 at 19:29, Emil Velikov wrote: Sorry about that. Unintentionally hit send ;-\ > On 18 June 2015 at 06:53, Julien Isorce wrote: >> CC egl_dri2.lo >> include/EGL/eglplatform.h:135:2: >> error: "Platform not recognized" >> include/EGL/eglplatform.h:140:9: >> error: unknown

Re: [Mesa-dev] [PATCH 4/5] egl: use unix defines on osx with clang

2015-06-18 Thread Emil Velikov
On 18 June 2015 at 06:53, Julien Isorce wrote: > CC egl_dri2.lo > include/EGL/eglplatform.h:135:2: > error: "Platform not recognized" > include/EGL/eglplatform.h:140:9: > error: unknown type name 'EGLNativeDisplayType' > typedef EGLNativeDisplayType NativeDisplayType; > > Bugzilla: https

[Mesa-dev] [PATCH 4/5] egl: use unix defines on osx with clang

2015-06-17 Thread Julien Isorce
CC egl_dri2.lo include/EGL/eglplatform.h:135:2: error: "Platform not recognized" include/EGL/eglplatform.h:140:9: error: unknown type name 'EGLNativeDisplayType' typedef EGLNativeDisplayType NativeDisplayType; Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90249 Signed-off-by: Ju