glapi: use gl_and_es_API.xml to generate GLES headers
authorChia-I Wu <olv@lunarg.com>
Mon, 8 Aug 2011 01:14:44 +0000 (10:14 +0900)
committerChia-I Wu <olv@lunarg.com>
Sat, 13 Aug 2011 05:54:57 +0000 (13:54 +0800)
commit5076561b35b9c2c78f277ab03bf1e642094ee20e
tree3f38f5a30dd0fa18023e3b16728103a8171dd994
parentb8202b3d44b18a3db281c64d1ca01e851ae6deb1
glapi: use gl_and_es_API.xml to generate GLES headers

glapi/gen-es/ defines two sets of GLAPI XMLs for OpenGL ES 1.1
(es1_API.xml) and 2.0 (es2_API.xml) respectively.  They are used to
generate dispatch.h and remap_helper.h for GLES.  Together with
gl_and_es_API.xml, we have to maintain three sets of GLAPI XMLs.

This commit makes dispatch.h and remap_helper.h for GLES be generated
from gl_and_es_API.xml.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mapi/glapi/gen-es/Makefile
src/mapi/glapi/gen/Makefile
src/mapi/glapi/gen/gl_table.py
src/mapi/glapi/gen/remap_helper.py
src/mesa/SConscript