glapi: Don't emit remap data for individual extensions
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 6 Sep 2011 20:02:13 +0000 (13:02 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 19 Sep 2011 19:02:21 +0000 (12:02 -0700)
commitc78baae79696b38622fa18fe9a0f2ad0ab361c1c
treeb5c26bf9339d308504dfc4a02a351f6eee3ba3f9
parent76e5020e901eb516598e2154ff62cde138ee6eb9
glapi: Don't emit remap data for individual extensions

All of the extensions actually supported by Mesa have been remapped by
remap.c for a long time.  Emitting all of these data structures is
just clutter.

Drivers that need additional functions remapped, should add
'offset="assign"' to the function definition in the .xml file.

The changes to remap_helper.h are in a follow-on ~8700 line patch that
would surely be rejected by the mailing list.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Chia-I Wu <olv@lunarg.com>
src/mapi/glapi/gen/remap_helper.py