Add numerous 'get'-type functions to most of the enums supported by the
authorIan Romanick <idr@us.ibm.com>
Thu, 27 Jan 2005 19:39:16 +0000 (19:39 +0000)
committerIan Romanick <idr@us.ibm.com>
Thu, 27 Jan 2005 19:39:16 +0000 (19:39 +0000)
commit82e22f50f1e1640d60dbe243ea093960aa682be1
tree24511771621e4a1d53a63e0a2c396b5fdb73b548
parentd77359822443a323827c5259a44c43f4e179c030
Add numerous 'get'-type functions to most of the enums supported by the
server-side GLX implementation.

Correct the protocol for EXT_convolution.  Several functions were
incorrectly listed as 'sop' that should have been 'vendorpriv'.

Remove TexParameter[if]v from the list of functions associated with
TEXTURE_RESIDENT.  The state associated with this enum is read-only.

Sort the enums by value for each particular size.  This ensures that the
signature is the same no matter what the ordering is of the enums in the XML
file.  The side effect is that there are some extra changes in
indirect_size.c.
src/glx/x11/indirect_size.c
src/glx/x11/indirect_size.h
src/mesa/glapi/glX_XML.py
src/mesa/glapi/gl_API.xml