The 'mode' setting of a function within an 'enum' element is now used.
authorIan Romanick <idr@us.ibm.com>
Thu, 27 Jan 2005 01:08:48 +0000 (01:08 +0000)
committerIan Romanick <idr@us.ibm.com>
Thu, 27 Jan 2005 01:08:48 +0000 (01:08 +0000)
commit5aa6dc329b983b95071700c3af9353e3b35454d9
tree89506c88a9668aca519aa79d1654a1144d724f71
parent5b0dd893704157cb8f9c42ce4a32a9d3e2a7edef
The 'mode' setting of a function within an 'enum' element is now used.
Parameters to glX_proto_size.py are now used to determine whether to emit
either get-type function, set-type functions, or both.  When only get-type
functions are emitted, they can optionally alias set-type functions.  This
would be useful if, for example, the two types were in different source
files.

The real work to implement this is in SizeStubFunctionIterator class.  All
of the logic for which functions to iterate and in which order is
implemented there.
src/mesa/glapi/Makefile
src/mesa/glapi/glX_XML.py
src/mesa/glapi/glX_proto_size.py