summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/glapi_getproc.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-06mapi/glapi: remove unused _glapi_check_table()Emil Velikov1-62/+0
2016-10-06mapi/glapi: remove unused _glapi_check_table_not_nullEmil Velikov1-20/+0
2016-05-01mapi/glapi: Fix dup word typo in glapi_getproc.cEdward O'Callaghan1-1/+1
2016-04-25glapi: fix _glapi_get_proc_address() for mangled function namesFrederic Devernay1-12/+6
2015-03-18mapi: move some #includes from .h file to .c filesBrian Paul1-0/+4
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-1/+1
2010-11-29drivers/x11: unifdef XFree86ServerAdam Jackson1-12/+1
2010-10-27glapi: Do not use glapioffsets.h.Chia-I Wu1-20/+11
2010-08-23glapi: Clean up header inclusions.Chia-I Wu1-9/+0
2010-05-07mapi: Add mapi and share the code with glapi.Chia-I Wu1-4/+4
2010-05-07glapi: Move to src/mapi/.Chia-I Wu1-0/+695