Small refactor. Move several utility functions from glX_XML.py to
authorIan Romanick <idr@us.ibm.com>
Tue, 1 Feb 2005 00:28:47 +0000 (00:28 +0000)
committerIan Romanick <idr@us.ibm.com>
Tue, 1 Feb 2005 00:28:47 +0000 (00:28 +0000)
commitc2803587b6f2533514e1cfa9793d0a448e9c2c85
tree19447b3f3e222b1280b5e7e9088b17ec3eafb959
parentba09c19ed65051cd9244c8a5ff380d08e7db1aed
Small refactor.  Move several utility functions from glX_XML.py to
FilterGLAPISpecBase (in gl_XML.py).  When these functions are used to emit
common #define lines, the will automatically be undefined in
FilterGLAPISpecBase::printFooter if header_tag is set (i.e., the file is a
header file).

These changes do not modify the generated code.
src/mesa/glapi/glX_XML.py
src/mesa/glapi/glX_proto_send.py
src/mesa/glapi/glX_proto_size.py
src/mesa/glapi/gl_XML.py