Re: [Mesa-dev] [PATCH 1/2] glx: Fix build errors with --enable-mangling (v2)

2015-10-02 Thread Emil Velikov
On 1 October 2015 at 09:32, Emil Velikov wrote: > On 28 September 2015 at 18:59, Kyle Brenneman wrote: >> Rearranged the GLX_ALIAS macro in glextensions.h so that it will pick up >> the renames from glx_mangle.h. >> >> Fixed the alias attribute for glXGetProcAddress when USE_MGL_NAMESPACE is >> d

Re: [Mesa-dev] [PATCH 1/2] glx: Fix build errors with --enable-mangling (v2)

2015-10-01 Thread Emil Velikov
On 28 September 2015 at 18:59, Kyle Brenneman wrote: > Rearranged the GLX_ALIAS macro in glextensions.h so that it will pick up > the renames from glx_mangle.h. > > Fixed the alias attribute for glXGetProcAddress when USE_MGL_NAMESPACE is > defined. > > v2: Add a comment clarifying why GLX_ALIAS n

Re: [Mesa-dev] [PATCH 1/2] glx: Fix build errors with --enable-mangling.

2015-09-28 Thread Kyle Brenneman
On 09/28/2015 11:26 AM, Emil Velikov wrote: Hi Kyle, On 24 September 2015 at 23:22, Kyle Brenneman wrote: Rearranged the GLX_ALIAS macro in glextensions.h so that it will pick up the renames from glx_mangle.h. Fixed the alias attribute for glXGetProcAddress when USE_MGL_NAMESPACE is defined.

[Mesa-dev] [PATCH 1/2] glx: Fix build errors with --enable-mangling (v2)

2015-09-28 Thread Kyle Brenneman
Rearranged the GLX_ALIAS macro in glextensions.h so that it will pick up the renames from glx_mangle.h. Fixed the alias attribute for glXGetProcAddress when USE_MGL_NAMESPACE is defined. v2: Add a comment clarifying why GLX_ALIAS needs two macros. Bugzilla: https://bugs.freedesktop.org/show_bug.

Re: [Mesa-dev] [PATCH 1/2] glx: Fix build errors with --enable-mangling.

2015-09-28 Thread Emil Velikov
Hi Kyle, On 24 September 2015 at 23:22, Kyle Brenneman wrote: > Rearranged the GLX_ALIAS macro in glextensions.h so that it will pick up > the renames from glx_mangle.h. > > Fixed the alias attribute for glXGetProcAddress when USE_MGL_NAMESPACE is > defined. > > Bugzilla: https://bugs.freedesktop

[Mesa-dev] [PATCH 1/2] glx: Fix build errors with --enable-mangling.

2015-09-24 Thread Kyle Brenneman
Rearranged the GLX_ALIAS macro in glextensions.h so that it will pick up the renames from glx_mangle.h. Fixed the alias attribute for glXGetProcAddress when USE_MGL_NAMESPACE is defined. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=2 --- src/glx/glxcmds.c | 4 src/glx/gl