Refactor a bunch of common code from the "leaf" scripts to a new functions,
authorIan Romanick <idr@us.ibm.com>
Mon, 18 Apr 2005 19:42:23 +0000 (19:42 +0000)
committerIan Romanick <idr@us.ibm.com>
Mon, 18 Apr 2005 19:42:23 +0000 (19:42 +0000)
commit93d2d54e7a11cf1a01c976ede37db2320ccc2dff
tree7918b8232796a7480f63e9b57dfd34f87f3a6327
parent8ea22650bd2f791f72b9b2970b88236d59234d61
Refactor a bunch of common code from the "leaf" scripts to a new functions,
parse_GL_API, in gl_XML.py.
12 files changed:
src/mesa/glapi/glX_XML.py
src/mesa/glapi/glX_doc.py
src/mesa/glapi/glX_proto_send.py
src/mesa/glapi/glX_proto_size.py
src/mesa/glapi/gl_SPARC_asm.py
src/mesa/glapi/gl_XML.py
src/mesa/glapi/gl_apitemp.py
src/mesa/glapi/gl_enums.py
src/mesa/glapi/gl_offsets.py
src/mesa/glapi/gl_procs.py
src/mesa/glapi/gl_table.py
src/mesa/glapi/gl_x86_asm.py