Add a glFunctionIterator class to iterate over the functions stored in a
authorIan Romanick <idr@us.ibm.com>
Tue, 25 Jan 2005 23:53:13 +0000 (23:53 +0000)
committerIan Romanick <idr@us.ibm.com>
Tue, 25 Jan 2005 23:53:13 +0000 (23:53 +0000)
commit38e6e09cb86ef0bfea87a907def49f00af67fd8f
treeb110fa4835b5d389af81a5706f487164a510e69d
parente4d41524a229aa1e0788668b28151125b9c6581e
Add a glFunctionIterator class to iterate over the functions stored in a
higher-level API object.  Use this type of object to implement the
printFunctions method.  Modify other functions that iterate over the list of
functions to use this type of object.
src/mesa/glapi/gl_XML.py
src/mesa/glapi/gl_apitemp.py
src/mesa/glapi/gl_procs.py