mesa/src/glx
Michel Dänzer 6b8f3724c8 glx: Fix number of property values to read in glXImportContextEXT
We were trying to read twice as many as the X server sent us, which
upset XCB:

[xcb] Too much data requested from _XRead
[xcb] This is most likely caused by a broken X extension library
[xcb] Aborting, sorry about that.
glx-free-context: ../../src/xcb_io.c:732: _XRead: Assertion `!xcb_xlib_too_much_data_requested' failed.

Fixing this takes 3 GLX piglit tests from crash to pass.

Fixes: 0852162950 "glx: Be more tolerant in glXImportContext (v2)"
Reviewed-by: Adam Jackson <ajax@redhat.com>
2018-06-05 18:56:43 +02:00
..
apple meson: fix warnings about comparing unlike types 2018-04-06 15:29:53 -07:00
tests glx/test: fix building for osx 2018-02-02 15:28:52 +00:00
windows autotools: include meson build files in tarball 2018-01-19 16:30:51 -08:00
.gitignore
applegl_glx.c
clientattrib.c
clientinfo.c
compsize.c
create_context.c
dri2.c
dri2.h
dri2_glx.c glx/dri: Add a driconf option to disable GLX_SGI_video_sync 2018-03-08 07:26:29 +01:00
dri2_priv.h
dri3_glx.c x11: Only report supported DRI3/Present versions 2018-03-30 16:53:51 +01:00
dri3_priv.h
dri_common.c glx: Prepare driFetchDrawable for no-config contexts 2017-12-01 15:53:52 -05:00
dri_common.h
dri_common_interop.c
dri_common_query_renderer.c
dri_glx.c
dri_sarea.h
drisw_glx.c glx/drisw: make the shm/non-shm loader extensions separately. 2018-05-30 09:11:54 +10:00
drisw_priv.h drisw/glx: use XShm if possible 2018-05-30 09:11:54 +10:00
driwindows_glx.c
eval.c
g_glxglvnddispatchfuncs.c glx: fix non-dri build 2018-01-16 16:27:19 +00:00
g_glxglvnddispatchindices.h
glx_error.c
glx_error.h
glx_pbuffer.c glx: Prepare driFetchDrawable for no-config contexts 2017-12-01 15:53:52 -05:00
glx_query.c
glxclient.h glx: Prepare driFetchDrawable for no-config contexts 2017-12-01 15:53:52 -05:00
glxcmds.c glx: Fix number of property values to read in glXImportContextEXT 2018-06-05 18:56:43 +02:00
glxconfig.c
glxconfig.h
glxcurrent.c glx: Use __glXSendError instead of open-coding it 2017-12-01 15:46:46 -05:00
glxext.c
glxextensions.c glx: remove empty GLX_SGIX_swap_group stubs 2018-03-12 14:48:52 +00:00
glxextensions.h glx: remove empty GLX_SGIX_swap_group stubs 2018-03-12 14:48:52 +00:00
glxglvnd.c
glxglvnd.h
glxglvnddispatchfuncs.h
glxhash.c
glxhash.h
indirect_glx.c glx: Lower GLX opcode lookup into SendMakeCurrentRequest 2017-11-13 10:39:33 -05:00
indirect_init.h
indirect_texture_compression.c
indirect_transpose_matrix.c
indirect_vertex_array.c
indirect_vertex_array.h
indirect_vertex_array_priv.h
indirect_vertex_program.c
indirect_window_pos.c
Makefile.am autotools: include meson build files in tarball 2018-01-19 16:30:51 -08:00
meson.build meson: allow empty sources when using link_whole 2018-04-24 14:08:15 -07:00
packrender.h
packsingle.h
pixel.c
pixelstore.c
query_renderer.c
render2.c
renderpix.c
SConscript
single2.c
singlepix.c
vertarr.c
XF86dri.c
xf86dri.h
xf86dristr.h
xfont.c