summaryrefslogtreecommitdiffstats
path: root/src/mapi/u_current.h
Commit message (Collapse)AuthorAgeFilesLines
* mapi: remove u_compiler.hBrian Paul2015-03-041-2/+4
| | | | | | Just include c99_compat.h or util/macros.h where needed. Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
* mapi: replace INLINE with inlineBrian Paul2015-03-041-2/+2
| | | | Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
* glapi: rename u_current dispatch table functionsBrian Paul2014-03-061-5/+5
| | | | | | Put "table" in the names to make things more understandable. Reviewed-by: Chia-I Wu <olv@lunarg.com>
* glapi: replace 'user' with 'context' in u_current.[ch] codeBrian Paul2014-03-061-10/+10
| | | | | | To make the functions more understandable. Reviewed-by: Chia-I Wu <olv@lunarg.com>
* build: Move src/mapi/mapi/* to src/mapi/Matt Turner2013-04-151-0/+87
Tested-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-and-Tested-by: Andreas Boll <andreas.boll.dev@gmail.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>