On 8 September 2016 at 18:47, Adam Jackson wrote:
> From: Kyle Brenneman
>
> Change a few EGL entrypoints to call a common internal function instead
> of forwarding to another entrypoint.
>
> If one EGL entrypoint calls another, then the second entrypoint would
> overwrite the current function na
From: Kyle Brenneman
Change a few EGL entrypoints to call a common internal function instead
of forwarding to another entrypoint.
If one EGL entrypoint calls another, then the second entrypoint would
overwrite the current function name in the _EGLThreadInfo struct. That
would cause it to pass th