mesa: Require current libxcb.
authorEric Anholt <eric@anholt.net>
Wed, 4 Jul 2012 18:58:40 +0000 (11:58 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 12 Jul 2012 19:29:12 +0000 (12:29 -0700)
commit6882381a2efbdf06b7002d11468c94b9964c2bc8
tree05e78c7dc8cb8783d1a471ef207c9bf9a72591c1
parentf92873be2c7fcb07154282bd0e418a4c88b6507e
mesa: Require current libxcb.

Without that, people with buggy apps that looked at just the server
string for GLX_ARB_create_context would call this function that just
threw an error when you tried to make a context.  Google shows plenty
of complaints about this.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
configure.ac
src/glx/clientinfo.c
src/glx/create_context.c
src/glx/glxextensions.c
src/glx/tests/Makefile.am