summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapi_getproc.c
AgeCommit message (Expand)Author
2010-05-07glapi: Move to src/mapi/.Chia-I Wu
2010-05-03Revert "glapi: s/strcpy/strncpy/"Brian Paul
2010-05-01glapi: s/strcpy/strncpy/Vinson Lee
2010-03-14glapi: exec_malloc for dispatch stubsGeorge Sapountzis
2010-03-10glapi: fix bug with tls and relocsGeorge Sapountzis
2010-03-10glapi: these two should be ok for add_dispatch ...George Sapountzis
2010-03-10glapi: comments for _glapi_add_dispatchGeorge Sapountzis
2010-03-10glapi: minor cosmetic for _glapi_add_dispatchGeorge Sapountzis
2010-03-10glapi: add function set_entry_infoGeorge Sapountzis
2010-03-10glapi: parameter checking, failure paths, ... for add_function_nameGeorge Sapountzis
2010-03-10glapi: cosmetic for _glapi_add_dispatchGeorge Sapountzis
2010-03-10glapi: use get_extension_proc in _glapi_add_dispatchGeorge Sapountzis
2010-03-10glapi: cosmetic for functions for static tableGeorge Sapountzis
2010-03-10glapi: add function to find extension by nameGeorge Sapountzis
2010-03-10glapi: functions for extensions table similar to static tableGeorge Sapountzis
2010-03-09glapi: allow for any mangle prefixGeorge Sapountzis
2010-03-09glapi: split out arch-specific code for entrypointsGeorge Sapountzis
2010-03-09glapi: mv table functions to glapi_getproc.c and add local headerGeorge Sapountzis
2010-03-09drop stray XFree86Server, XGLServerGeorge Sapountzis
2010-03-02glapi: fix compile with ESGeorge Sapountzis
2010-03-01glapi.c: mv init_glapi_relocs to glapi_getproc.cGeorge Sapountzis
2010-03-01glapi.c: mv check_table to glapi_getproc.cGeorge Sapountzis
2010-02-25glapi: minor ugliness to be able to copy to xorgGeorge Sapountzis
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu
2010-01-03Export a few glapi functions used by gallium and r300Kristian Høgsberg
2009-11-05glapi: Include headers with directory prefixes.Chia-I Wu
2009-03-17mesa: update/fix doxygen commentsVinson Lee
2009-02-26mesa: Resurrect SPARC asm code.David S. Miller
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul
2009-02-21glapi: update find_entry() for mangled namesBrian Paul
2008-09-23mesa: fix main/ prefix in includeKeith Whitwell
2008-09-23mesa: add fwd decl of fill_in_entrypoint_offset()Brian Paul
2008-09-23mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....Brian Paul