summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/glapi_entrypoint.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner2012-10-011-3/+3
|
* glapi: Clean up header inclusions.Chia-I Wu2010-08-231-9/+0
| | | | | Do not rely on PUBLIC being defined in glapi.h. Do not include core mesa headers.
* mapi: Add mapi and share the code with glapi.Chia-I Wu2010-05-071-2/+3
| | | | | | | | | | 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 Wu2010-05-071-0/+352
Move glapi to src/mapi/{glapi,es1api,es2api}.