glapi: add gles_api.py
authorChia-I Wu <olv@lunarg.com>
Sun, 7 Aug 2011 07:58:29 +0000 (16:58 +0900)
committerChia-I Wu <olv@lunarg.com>
Sat, 13 Aug 2011 05:54:30 +0000 (13:54 +0800)
commit281947b3511f606df365e0985631f31d237e63f1
tree134f38614c96cb1f6887cc265898ebf0e7ff1c6d
parent3ce243879a72363ca3283fe6ab30381e05a9b4a3
glapi: add gles_api.py

Move the list of entry points belong to GLES from mapi_abi.py to a new
file.

Until we figure out how to describe the APIs an entry point belongs to
in the XML file, and how to handle the case where an entry point others
alias is missing in some APIs, this is an easier solution than
maintaining another two sets of XMLs in glapi/gen-es/.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mapi/glapi/gen/gl_and_es_API.xml
src/mapi/glapi/gen/gles_api.py [new file with mode: 0644]
src/mapi/mapi/mapi_abi.py