glapi: Merge glapioffsets.h into glapidispath.h.
authorChia-I Wu <olv@lunarg.com>
Mon, 25 Oct 2010 16:16:49 +0000 (00:16 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 27 Oct 2010 03:07:29 +0000 (11:07 +0800)
commit07b85457d95bcc70588584e9380c51cd63aa3a2b
tree29ff81a555ddd8fe6a9f5509810a9034eae8f143
parente4dbfa44ed018d124e1531077d506c8c914c1a51
glapi: Merge glapioffsets.h into glapidispath.h.

Move defines in glapioffsets.h to glapidispatch.h.  Rename
_gloffset_FIRST_DYNAMIC to _gloffset_COUNT, which is equal to the number
of entries in _glapi_table.

Consistently use SET_by_offset, GET_by_offset, CALL_by_offset, and
_gloffset_* to recursively define all SET/GET/CALL macros.
src/mapi/glapi/gen-es/Makefile
src/mapi/glapi/gen/Makefile
src/mapi/glapi/gen/gl_table.py
src/mapi/glapi/glapioffsets.h [deleted file]
src/mesa/main/dispatch.h
src/mesa/main/es_generator.py
src/mesa/main/glapidispatch.h