Re: [Mesa-dev] [PATCH 6/7] EGL: Fix some command names for EGL_KHR_debug

2016-09-09 Thread Emil Velikov
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

[Mesa-dev] [PATCH 6/7] EGL: Fix some command names for EGL_KHR_debug

2016-09-08 Thread Adam Jackson
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