glx: Don't use glapitable.h at all
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 31 Jul 2012 23:58:41 +0000 (16:58 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 8 Aug 2012 17:06:26 +0000 (10:06 -0700)
commit99fee476a102be898a1a093c037e06382f90a5b9
tree80a730afe812f5324804a1b3884483cade03771e
parentf5dffb7e36487ff8a012725aaf78a4b7d3169102
glx: Don't use glapitable.h at all

When --enable-shared-glapi is used, all non-ABI entries in the table are
lies.  Avoiding the use of glapitable.h avoids the lies.  The only
entries used in this code are entries that are ABI.  For these, the ABI
offset can be used directly.

Since this code is in src/glx, it can't use src/mesa/main/dispatch.h to
get the pretty names for these offsets.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
src/glx/glxclient.h
src/glx/single2.c
src/glx/singlepix.c
src/mapi/glapi/gen/glX_proto_send.py