glx: Add __glX_send_client_info super function
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 29 Nov 2011 01:50:07 +0000 (17:50 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 2 Jan 2012 20:41:44 +0000 (12:41 -0800)
commit6ccda72bf87a27844f8b9807fc080984f48af1cf
tree34c561ad269f206c88ea0763467ac2562fb482e8
parentfc7ac4da7dfb64aa192ef8cff44cb762beace4c1
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>
src/glx/Makefile
src/glx/clientinfo.c [new file with mode: 0644]
src/glx/glxclient.h