Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mapi/glapi: Don't allocate a page for every function on windows. | José Fonseca | 2010-05-07 | 2 | -36/+42 |
| | |||||
* | mapi: Avoid Data Execution Prevention on windows. | José Fonseca | 2010-05-07 | 2 | -1/+17 |
| | |||||
* | mapi: Add x86-64 dispatcher. | Chia-I Wu | 2010-05-07 | 2 | -0/+99 |
| | |||||
* | mapi: Add x86 dispatcher. | Chia-I Wu | 2010-05-07 | 4 | -1/+246 |
| | |||||
* | mapi: Add vgapi. | Chia-I Wu | 2010-05-07 | 3 | -0/+154 |
| | | | | vgapi is a dispatcher for OpenVG. | ||||
* | mapi: Add a generic C dispatcher. | Chia-I Wu | 2010-05-07 | 12 | -0/+1325 |
| | | | | | 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. | ||||
* | mapi: Add mapi and share the code with glapi. | Chia-I Wu | 2010-05-07 | 18 | -740/+783 |
| | | | | | | | | | | 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. | ||||
* | glapi: Move to src/mapi/. | Chia-I Wu | 2010-05-07 | 84 | -0/+82894 |
Move glapi to src/mapi/{glapi,es1api,es2api}. |