History log of /external/mesa3d/src/glx/clientinfo.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6882381a2efbdf06b7002d11468c94b9964c2bc8 04-Jul-2012 Eric Anholt <eric@anholt.net> 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>
/external/mesa3d/src/glx/clientinfo.c
8b5b3b93d73d80a54d12d0d7a6a74fb97b27bf8a 28-Mar-2012 Yuanhan Liu <yuanhan.liu@linux.intel.com> glx: fix compile warnings

Fix 'set but not used' warnings; gl_version, gl_versions_profiles and
glx_extensions variables are used just only HAVE_XCB_GLX_CREATE_CONTEXT
is defined. Thus those warnings are shown when that macro isn't defined.

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
/external/mesa3d/src/glx/clientinfo.c
4becf676e0b09b421821b6895251549ec98d4e5d 03-Jan-2012 Ian Romanick <ian.d.romanick@intel.com> glx: More hacking around versions of XCB that lack GLX_ARB_create_context support

Detect whether a new enough version of XCB is installed at configure
time. If it is not, don't enable the extension and don't build the
unit tests.

v2: Move the AM_CONDIATION outside the case-statement so that it is
invoked even for non-GLX builds. This prevents build failures with
osmesa, for example.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Tested-by: Robert Hooker <robert.hooker@canonical.com>
/external/mesa3d/src/glx/clientinfo.c
6ccda72bf87a27844f8b9807fc080984f48af1cf 29-Nov-2011 Ian Romanick <ian.d.romanick@intel.com> glx: Add __glX_send_client_info super function

This function picks the correct client-info protocol (based on the
server's GLX version and set of extensions) and sends it to the
server.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/glx/clientinfo.c