mapi: Make _glapi_get_stub work with "gl" or "mgl" prefix.
authorKyle Brenneman <kbrenneman@nvidia.com>
Mon, 28 Sep 2015 17:59:22 +0000 (11:59 -0600)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 2 Oct 2015 12:23:18 +0000 (13:23 +0100)
commit798f260a2f553e339d7f5fc5120bb627893dc740
tree308547400f727e21a3186fcc9ae0cb61fe3cd819
parenta27f2d991b1723c3349623401ce3c8f26dcdb28b
mapi: Make _glapi_get_stub work with "gl" or "mgl" prefix.

When USE_MGL_NAMESPACE is defined, _glapi_get_stub will check for the "m"
prefix before trying to skip it, so that "glFoo" and "mglFoo" are
equivalent.

This should let it work with all the places where something calls
_glapi_get_proc_offset with a hard-coded name that starts with the normal
"gl" prefix.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=55552
Signed-off-by: Kyle Brenneman <kbrenneman@nvidia.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Cc: "10.6 11.0" <mesa-stable@lists.freedesktop.org>
src/mapi/mapi_glapi.c