Fix non-x86 specific builds. The changes from glTexImage3DEXT to
authorIan Romanick <idr@us.ibm.com>
Fri, 24 Jun 2005 18:35:31 +0000 (18:35 +0000)
committerIan Romanick <idr@us.ibm.com>
Fri, 24 Jun 2005 18:35:31 +0000 (18:35 +0000)
commit5aafea03af051fa06589580205342001a8eb2693
treed64bb39891c7313296d5d00fe305e698ca09a01c
parent3fb86eefe8b22e8d95111ef49feb0a91d865fd00
Fix non-x86 specific builds.  The changes from glTexImage3DEXT to
glTexImage3D that caused me so many problems during the re-development
of the API scripts reared its ugly head again.  This has been fixed by
tracking the parameter string for each entry-point individually.

This has the annoying side-effect that the names of the parameters in
all aliases of a function must be the same or gl_apitemp.py will
generate bad code. :(  The changes in
src/mesa/glapi/{gl_API.xml,glapitable.h} and src/glx/x11/* are caused
by fixing the parameter names in various function aliases that didn't
match.

Reported by: Eric Anholt, Jacob Jansen
src/glx/x11/indirect.c
src/glx/x11/indirect.h
src/mesa/glapi/gl_API.xml
src/mesa/glapi/gl_XML.py
src/mesa/glapi/gl_apitemp.py
src/mesa/glapi/glapitable.h
src/mesa/glapi/glapitemp.h