mapi: Add a generic C dispatcher.
authorChia-I Wu <olv@lunarg.com>
Fri, 23 Apr 2010 08:07:47 +0000 (16:07 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 7 May 2010 02:41:12 +0000 (10:41 +0800)
commitd4589d381697b4b3dd291a3c93a34370508ef1e8
treefd683feae1d9aaf0b21dfd95c518d3a296d11ddd
parenta73c6540d9a7f6e26d8568ba2fc522cb865f0a6c
mapi: Add a generic C dispatcher.

The idea is to have an API generate a header using mapi_abi.py.  The API
can then use the header to build a dispatcher.
12 files changed:
src/mapi/mapi/entry.c [new file with mode: 0644]
src/mapi/mapi/entry.h [new file with mode: 0644]
src/mapi/mapi/mapi.c [new file with mode: 0644]
src/mapi/mapi/mapi.h [new file with mode: 0644]
src/mapi/mapi/mapi_abi.py [new file with mode: 0644]
src/mapi/mapi/mapi_tmp.h [new file with mode: 0644]
src/mapi/mapi/sources.mak
src/mapi/mapi/stub.c [new file with mode: 0644]
src/mapi/mapi/stub.h [new file with mode: 0644]
src/mapi/mapi/table.c [new file with mode: 0644]
src/mapi/mapi/table.h [new file with mode: 0644]
src/mapi/mapi/u_macros.h [new file with mode: 0644]