summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/glapi.c
Commit message (Collapse)AuthorAgeFilesLines
* mapi: Clean up u_current interface.Chia-I Wu2010-12-181-0/+65
| | | | | Try not to use macros to make u_current.h appear to be glapi.h. Use u_current.h to implement glapi.h instead whenever possible.
* mapi: Add mapi and share the code with glapi.Chia-I Wu2010-05-071-293/+0
| | | | | | | | | | 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/+293
Move glapi to src/mapi/{glapi,es1api,es2api}.