Chia-I Wu
de3994076e
mapi: Add x86-64 dispatcher.
2010-05-07 10:41:12 +08:00
Chia-I Wu
56eb5d7e85
mapi: Add x86 dispatcher.
2010-05-07 10:41:12 +08:00
Chia-I Wu
bdc4504252
mapi: Add vgapi.
...
vgapi is a dispatcher for OpenVG.
2010-05-07 10:41:12 +08:00
Chia-I Wu
d4589d3816
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.
2010-05-07 10:41:12 +08:00
Chia-I Wu
a73c6540d9
mapi: Add mapi and share the code with glapi.
...
Specifically, move all or most of
glapi/glapi.c to mapi/u_current.c,
glapi/glapi_execmem.c to mapi/u_execmem.c,
glapi/glthread.[ch] to mapi/u_thread.[ch]
and remove their dependencies on core Mesa headers.
2010-05-07 10:41:11 +08:00
Chia-I Wu
296adbd545
glapi: Move to src/mapi/.
...
Move glapi to src/mapi/{glapi,es1api,es2api}.
2010-05-07 10:41:11 +08:00