mesa/src
Hans de Goede 279604b4fa glx/glvnd: Fix GLXdispatchIndex sorting
Commit 8bca8d89ef ("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
g_glxglvnddispatchindices.h, which is what actually matters as the
arrays are initialized using "[DI_foo] = glXfoo," but a small error
crept in which at least causes glXGetVisualFromFBConfigSGIX to not
resolve, breaking games such as "The Binding of Isaac: Rebirth" and
"Crypt of the NecroDancer" from Steam not working and possible causes
other problems too.

This commit fixes the last of the sorting errors, fixing these mentioned
games not working.

Fixes: 8bca8d89ef ("glx/glvnd: Fix dispatch function names and indices")
Cc: "13.0" <mesa-stable@lists.freedesktop.org>
Cc: "17.0" <mesa-stable@lists.freedesktop.org>
Cc: Adam Jackson <ajax@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
(cherry picked from commit 4c66f529a8)
2017-02-16 17:59:42 +00:00
..
amd radv: adopt some init config workarounds from radeonsi. 2017-02-16 17:59:42 +00:00
compiler spirv: handle undefined components for OpVectorShuffle 2017-02-16 17:59:41 +00:00
egl egl: automake: include builddir prior to srcdir 2017-02-09 23:45:56 +00:00
gallium vc4: Avoid emitting small immediates for UBO indirect load address guards. 2017-02-16 17:59:42 +00:00
gbm gbm: request correct version of the DRI2_FENCE extension 2016-11-24 16:34:42 +00:00
getopt Introduce .editorconfig 2016-08-31 17:06:54 -07:00
glx glx/glvnd: Fix GLXdispatchIndex sorting 2017-02-16 17:59:42 +00:00
gtest Introduce .editorconfig 2016-08-31 17:06:54 -07:00
hgl glapi/hgl: remove the final user of _glapi_check_table() 2016-10-06 15:03:46 +01:00
intel anv: Improve flushing around STATE_BASE_ADDRESS 2017-02-09 23:41:56 +00:00
loader loader: automake: include builddir prior to srcdir 2017-02-09 23:46:17 +00:00
mapi mapi: automake: include builddir prior to srcdir 2017-02-09 23:46:22 +00:00
mesa i965/sampler_state: Set the "Base Mip Level" field on Sandy Bridge 2017-02-16 17:59:42 +00:00
util util: fix list_is_singular() 2017-01-24 01:13:28 +00:00
vulkan/wsi vulkan/wsi: Lower the maximum image sizes 2017-02-09 23:45:34 +00:00
Makefile.am anv: move to using shared wsi code 2016-10-19 10:15:43 +10:00
SConscript scons: put the generated git_sha1.h file in top-level src/ directory 2016-06-17 10:33:00 -06:00