Re: [Mesa-dev] [PATCH] glx/glvnd: Fix GLXdispatchIndex sorting

2017-02-22 Thread Kyle Brenneman
On 02/20/2017 01:32 AM, Hans de Goede wrote: Hi Emil, On 16-02-17 16:38, Emil Velikov wrote: Hi Hans, On 6 February 2017 at 13:09, Hans de Goede wrote: Commit 8bca8d89ef3b ("glx/glvnd: Fix dispatch function names and indices") fixed the sorting of the array initializers

Re: [Mesa-dev] [PATCH] glx/glvnd: Fix GLXdispatchIndex sorting

2017-02-20 Thread Hans de Goede
Hi Emil, On 16-02-17 16:38, Emil Velikov wrote: Hi Hans, On 6 February 2017 at 13:09, Hans de Goede wrote: Commit 8bca8d89ef3b ("glx/glvnd: Fix dispatch function names and indices") fixed the sorting of the array initializers in g_glxglvnddispatchfuncs.c because

Re: [Mesa-dev] [PATCH] glx/glvnd: Fix GLXdispatchIndex sorting

2017-02-16 Thread Emil Velikov
Hi Hans, On 6 February 2017 at 13:09, Hans de Goede wrote: > Commit 8bca8d89ef3b ("glx/glvnd: Fix dispatch function names and indices") > fixed the sorting of the array initializers in g_glxglvnddispatchfuncs.c > because FindGLXFunction's binary search needs these to be

Re: [Mesa-dev] [PATCH] glx/glvnd: Fix GLXdispatchIndex sorting

2017-02-14 Thread Eric Engestrom
On Monday, 2017-02-06 14:09:11 +0100, Hans de Goede wrote: > Commit 8bca8d89ef3b ("glx/glvnd: Fix dispatch function names and indices") > fixed the sorting of the array initializers in g_glxglvnddispatchfuncs.c > because FindGLXFunction's binary search needs these to be sorted > alphabetically. >

[Mesa-dev] [PATCH] glx/glvnd: Fix GLXdispatchIndex sorting

2017-02-06 Thread Hans de Goede
Commit 8bca8d89ef3b ("glx/glvnd: Fix dispatch function names and indices") fixed the sorting of the array initializers in g_glxglvnddispatchfuncs.c because FindGLXFunction's binary search needs these to be sorted alphabetically. That commit also mostly fixed the sorting of the DI_foo defines in