mesa/src/glx
Emil Velikov 62b224d428 glx/glvnd: list the strcmp arguments in correct order
Currently, due to the inverse order, strcmp will produce negative result
when the needle is towards the start of the haystack. Thus on the next
iteration(s) we'll end up further towards the end and eventually fail to
locate the entry.

Cc: "12.0" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
2016-09-05 11:59:07 +01:00
..
apple glx: apple specific occurences of dummyContext check 2016-08-15 09:24:10 +03:00
tests glx: fix error code when there is no context bound 2016-08-15 09:24:10 +03:00
.gitignore
applegl_glx.c
clientattrib.c
clientinfo.c
compsize.c
create_context.c
dri2.c
dri2.h
dri2_glx.c
dri2_priv.h mesa_glinterop: remove mesa_glinterop typedefs 2016-05-30 17:53:44 +01:00
dri3_glx.c
dri3_priv.h mesa_glinterop: remove mesa_glinterop typedefs 2016-05-30 17:53:44 +01:00
dri_common.c
dri_common.h
dri_common_interop.c mesa_glinterop: remove mesa_glinterop typedefs 2016-05-30 17:53:44 +01:00
dri_common_query_renderer.c
dri_glx.c glx: Implement the libglvnd interface. 2016-05-30 16:29:49 +01:00
dri_sarea.h
drisw_glx.c
drisw_priv.h
eval.c
g_glxglvnddispatchfuncs.c glx/glvnd: remove the final if defined($extension) guards 2016-05-30 17:53:44 +01:00
g_glxglvnddispatchindices.h glx: Implement the libglvnd interface. 2016-05-30 16:29:49 +01:00
glx_error.c glx: Don't use current context in __glXSendError 2016-08-17 17:16:34 +09:00
glx_error.h
glx_pbuffer.c glx: fix error code when there is no context bound 2016-08-15 09:24:10 +03:00
glx_query.c
glxclient.h mesa_glinterop: remove mesa_glinterop typedefs 2016-05-30 17:53:44 +01:00
glxcmds.c glx: apple specific occurences of dummyContext check 2016-08-15 09:24:10 +03:00
glxconfig.c
glxconfig.h
glxcurrent.c glx: Call __glXInitVertexArrayState() with a usable gc. 2016-07-08 14:02:56 -07:00
glxext.c
glxextensions.c
glxextensions.h
glxglvnd.c glx/glvnd: list the strcmp arguments in correct order 2016-09-05 11:59:07 +01:00
glxglvnd.h glx: Implement the libglvnd interface. 2016-05-30 16:29:49 +01:00
glxglvnddispatchfuncs.h glx: Implement the libglvnd interface. 2016-05-30 16:29:49 +01:00
glxhash.c
glxhash.h
indirect_glx.c glx: Call __glXInitVertexArrayState() with a usable gc. 2016-07-08 14:02:56 -07:00
indirect_init.h
indirect_texture_compression.c
indirect_transpose_matrix.c
indirect_vertex_array.c glx: Fix for commit 2c86668694. 2016-07-08 16:46:17 -07:00
indirect_vertex_array.h
indirect_vertex_array_priv.h glx: Fix indirect multi-texture GL_DOUBLE coordinate arrays. 2016-07-08 14:03:16 -07:00
indirect_vertex_program.c
indirect_window_pos.c
Makefile.am glx/glvnd: automake: include all the sources in libglx_la_SOURCES 2016-05-30 17:53:44 +01:00
packrender.h glx: Avoid aliasing violations. 2016-07-26 12:12:27 -07:00
packsingle.h glx: Avoid aliasing violations. 2016-07-26 12:12:27 -07:00
pixel.c
pixelstore.c
query_renderer.c glx: fix error code when there is no context bound 2016-08-15 09:24:10 +03:00
render2.c
renderpix.c
SConscript scons: whitespace cleanup 2016-05-25 12:23:12 -06:00
single2.c
singlepix.c
vertarr.c
XF86dri.c
xf86dri.h
xf86dristr.h
xfont.c