Add a "count" attribute to "enums" elements to set the default count
authorIan Romanick <idr@us.ibm.com>
Tue, 25 Jan 2005 01:20:11 +0000 (01:20 +0000)
committerIan Romanick <idr@us.ibm.com>
Tue, 25 Jan 2005 01:20:11 +0000 (01:20 +0000)
commit85f0fa3761f8673ef48e46e0670ac816a34f000a
tree4d52a0ca758fa4ef9b0663d0a04f03282f5c66ee
parentcb59bd44dbf0e56058dbb4595ca7fbbbacbd3670
Add a "count" attribute to "enums" elements to set the default count
used for "size" sub-elements.  In the future the "count" attribute may
be removed completely from "size" sub-elements, so gl_API.xml was also
updated.

Support was added for a (currently unused) "mode" attribute for "size"
elements.  Basically, functions are marked as either "get" or "set".  This
will be used in generating size functions for the server-side (where the
"get" functions have to know how much data to return).  It could also be
used to help generate code for src/mesa/main/get.c.
src/mesa/glapi/glX_XML.py
src/mesa/glapi/gl_API.xml
src/mesa/glapi/gl_XML.py