Re: [PATCH] RFC, weston: Use eglGetProcAddress to retrieve GLESv2 functions

2016-09-12 Thread Emil Velikov
On 12 September 2016 at 13:04, Emil Velikov wrote: > On 12 September 2016 at 12:11, Daniel Stone wrote: >> Hi Armin, >> >> On 10 September 2016 at 21:23, Armin Krezović >> wrote: >>> It appears that in current Mesa git master, GLESv2 function >>> prototypes are hidden. >>> >>> Per Emil's sugges

Re: [PATCH] RFC, weston: Use eglGetProcAddress to retrieve GLESv2 functions

2016-09-12 Thread Emil Velikov
On 12 September 2016 at 12:11, Daniel Stone wrote: > Hi Armin, > > On 10 September 2016 at 21:23, Armin Krezović > wrote: >> It appears that in current Mesa git master, GLESv2 function >> prototypes are hidden. >> >> Per Emil's suggestion on [1], use eglGetProcAdddress to get >> the functions an

Re: [PATCH] RFC, weston: Use eglGetProcAddress to retrieve GLESv2 functions

2016-09-12 Thread Pekka Paalanen
On Mon, 12 Sep 2016 12:11:52 +0100 Daniel Stone wrote: > Hi Armin, > > On 10 September 2016 at 21:23, Armin Krezović > wrote: > > It appears that in current Mesa git master, GLESv2 function > > prototypes are hidden. > > > > Per Emil's suggestion on [1], use eglGetProcAdddress to get > > the f

Re: [PATCH] RFC, weston: Use eglGetProcAddress to retrieve GLESv2 functions

2016-09-12 Thread Pekka Paalanen
On Sat, 10 Sep 2016 22:23:14 +0200 Armin Krezović wrote: > It appears that in current Mesa git master, GLESv2 function > prototypes are hidden. > > Per Emil's suggestion on [1], use eglGetProcAdddress to get > the functions and update the code to use such functions. > > [1] https://patchwork.fr

Re: [PATCH] RFC, weston: Use eglGetProcAddress to retrieve GLESv2 functions

2016-09-12 Thread Daniel Stone
Hi Armin, On 10 September 2016 at 21:23, Armin Krezović wrote: > It appears that in current Mesa git master, GLESv2 function > prototypes are hidden. > > Per Emil's suggestion on [1], use eglGetProcAdddress to get > the functions and update the code to use such functions. NAK, Mesa is broken. It

Re: [PATCH] RFC, weston: Use eglGetProcAddress to retrieve GLESv2 functions

2016-09-12 Thread Armin Krezović
On 10.09.2016 22:23, Armin Krezović wrote: > It appears that in current Mesa git master, GLESv2 function > prototypes are hidden. > For the record, the following commit introduced the mentioned behaviour: https://cgit.freedesktop.org/mesa/mesa/commit/?id=6a5504de2fbc43b445406324485629a313f7e542

[PATCH] RFC, weston: Use eglGetProcAddress to retrieve GLESv2 functions

2016-09-10 Thread Armin Krezović
It appears that in current Mesa git master, GLESv2 function prototypes are hidden. Per Emil's suggestion on [1], use eglGetProcAdddress to get the functions and update the code to use such functions. [1] https://patchwork.freedesktop.org/patch/108369/ Signed-off-by: Armin Krezović --- clients/