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

Emil Velikov emil.l.velikov at gmail.com
Fri Sep 9 12:38:32 UTC 2016


On 8 September 2016 at 18:47, Adam Jackson <ajax at redhat.com> wrote:
> From: Kyle Brenneman <kbrenneman at nvidia.com>
>
> 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 the wrong function name to the EGL_KHR_debug
> callback.
>
This should _really_ be squashed with the respective patches. Ideally
with the minor refactoring split out as separate patch(es).

Emil


More information about the mesa-dev mailing list