summaryrefslogtreecommitdiff
path: root/src/mapi/u_current.h
AgeCommit message (Collapse)AuthorFilesLines
2017-05-04mapi: replace mapi_table abstractionEmil Velikov1-9/+6
Replace all instances of mapi_table with the actual struct _glapi_table. The former may have been needed when the OpenVG was around. But since that one is long gone, there' no point in having the current confusing mix of the two. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
2015-03-04mapi: remove u_compiler.hBrian Paul1-2/+4
Just include c99_compat.h or util/macros.h where needed. Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
2015-03-04mapi: replace INLINE with inlineBrian Paul1-2/+2
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
2014-03-06glapi: rename u_current dispatch table functionsBrian Paul1-5/+5
Put "table" in the names to make things more understandable. Reviewed-by: Chia-I Wu <olv@lunarg.com>
2014-03-06glapi: replace 'user' with 'context' in u_current.[ch] codeBrian Paul1-10/+10
To make the functions more understandable. Reviewed-by: Chia-I Wu <olv@lunarg.com>
2013-04-15build: Move src/mapi/mapi/* to src/mapi/Matt Turner1-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>