OSDN Git Service

mesa/es: Add APIspec.xml and its parser.
authorChia-I Wu <olvaffe@gmail.com>
Sun, 22 Nov 2009 12:09:06 +0000 (20:09 +0800)
committerBrian Paul <brianp@vmware.com>
Mon, 4 Jan 2010 21:15:15 +0000 (14:15 -0700)
commit0c1a7bbe0d0c6727a432890164032188787e7e26
tree838508a6d78b5a9a23fb37457a85c3225acec2be
parent9f38553018552ccf85b390d63cb57c701bd233ad
mesa/es: Add APIspec.xml and its parser.

APIspec.xml is based on APIspec.txt.  The new format has less code
duplications and should be easier to read.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
src/mesa/es/main/APIspec.dtd [new file with mode: 0644]
src/mesa/es/main/APIspec.py [new file with mode: 0644]
src/mesa/es/main/APIspec.xml [new file with mode: 0644]
src/mesa/es/main/APIspecutil.py [new file with mode: 0644]