History log of /external/mesa3d/src/mapi/glapi/glapi.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
846a7e86309ab3877af6b7d3a63880468dfacbd3 05-Mar-2014 Brian Paul <brianp@vmware.com> glapi: rename u_current dispatch table functions

Put "table" in the names to make things more understandable.

Reviewed-by: Chia-I Wu <olv@lunarg.com>
/external/mesa3d/src/mapi/glapi/glapi.c
280e0657072459804896e4c05d45d1cf8bfc97c4 05-Mar-2014 Brian Paul <brianp@vmware.com> glapi: replace 'user' with 'context' in u_current.[ch] code

To make the functions more understandable.

Reviewed-by: Chia-I Wu <olv@lunarg.com>
/external/mesa3d/src/mapi/glapi/glapi.c
3998cfa933dcd9134b75d9f0ae2c9cfcd6f2ee45 05-Jun-2013 Rico Schüller <kgbricola@web.de> mesa: remove outdated version lines in comments

Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mapi/glapi/glapi.c
d5e9426b9605264608e0b1204ebf818103f1f011 21-Jan-2013 Matt Turner <mattst88@gmail.com> build: Move src/mapi/mapi/* to src/mapi/

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>
/external/mesa3d/src/mapi/glapi/glapi.c
c17d4999f108d86c468cf4b11b08f915c282ce12 10-Dec-2010 Chia-I Wu <olv@lunarg.com> mapi: Clean up u_current interface.

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.
/external/mesa3d/src/mapi/glapi/glapi.c
a73c6540d9a7f6e26d8568ba2fc522cb865f0a6c 23-Apr-2010 Chia-I Wu <olv@lunarg.com> mapi: Add mapi and share the code with glapi.

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.
/external/mesa3d/src/mapi/glapi/glapi.c
296adbd545b8efd38c9ed508166b2de2764a444b 25-Apr-2010 Chia-I Wu <olv@lunarg.com> glapi: Move to src/mapi/.

Move glapi to src/mapi/{glapi,es1api,es2api}.
/external/mesa3d/src/mapi/glapi/glapi.c