summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/gen-es
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-10-26 00:16:49 +0800
committerChia-I Wu <olv@lunarg.com>2010-10-27 11:07:29 +0800
commit07b85457d95bcc70588584e9380c51cd63aa3a2b (patch)
tree29ff81a555ddd8fe6a9f5509810a9034eae8f143 /src/mapi/glapi/gen-es
parente4dbfa44ed018d124e1531077d506c8c914c1a51 (diff)
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.
Diffstat (limited to 'src/mapi/glapi/gen-es')
-rw-r--r--src/mapi/glapi/gen-es/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mapi/glapi/gen-es/Makefile b/src/mapi/glapi/gen-es/Makefile
index 709cfa8f94..837579248f 100644
--- a/src/mapi/glapi/gen-es/Makefile
+++ b/src/mapi/glapi/gen-es/Makefile
@@ -3,7 +3,6 @@ GLAPI = ../gen
include $(TOP)/configs/current
OUTPUTS := \
- glapi/glapioffsets.h \
glapi/glapitable.h \
glapi/glapitemp.h \
glapi/glprocs.h \
@@ -47,9 +46,6 @@ endef
%/glapidispatch.h: $(GLAPI)/gl_table.py $(COMMON)
$(call gen-glapi,-c -m remap_table)
-%/glapioffsets.h: $(GLAPI)/gl_offsets.py $(COMMON)
- $(call gen-glapi,-c)
-
%/glapitable.h: $(GLAPI)/gl_table.py $(COMMON)
$(call gen-glapi,-c)