Hi Armin, On 10 September 2016 at 21:23, Armin Krezović <[email protected]> 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's right to use eglGetProcAddress for extension functions, but using it for core functions makes code _less_ portable, by requiring EGL_KHR_get_all_proc_addresses support. The Mesa change is broken and should be reverted. Cheers, Daniel _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
