aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glapi_getproc.c
Commit message (Expand)AuthorAgeFilesLines
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-695/+0
* Revert "glapi: s/strcpy/strncpy/"Brian Paul2010-05-031-2/+1
* glapi: s/strcpy/strncpy/Vinson Lee2010-05-011-1/+2
* glapi: exec_malloc for dispatch stubsGeorge Sapountzis2010-03-141-6/+0
* glapi: fix bug with tls and relocsGeorge Sapountzis2010-03-101-0/+3
* glapi: these two should be ok for add_dispatch ...George Sapountzis2010-03-101-1/+5
* glapi: comments for _glapi_add_dispatchGeorge Sapountzis2010-03-101-6/+18
* glapi: minor cosmetic for _glapi_add_dispatchGeorge Sapountzis2010-03-101-10/+11
* glapi: add function set_entry_infoGeorge Sapountzis2010-03-101-3/+22
* glapi: parameter checking, failure paths, ... for add_function_nameGeorge Sapountzis2010-03-101-12/+26
* glapi: cosmetic for _glapi_add_dispatchGeorge Sapountzis2010-03-101-25/+32
* glapi: use get_extension_proc in _glapi_add_dispatchGeorge Sapountzis2010-03-101-12/+8
* glapi: cosmetic for functions for static tableGeorge Sapountzis2010-03-101-26/+33
* glapi: add function to find extension by nameGeorge Sapountzis2010-03-101-10/+21
* glapi: functions for extensions table similar to static tableGeorge Sapountzis2010-03-101-19/+50
* glapi: allow for any mangle prefixGeorge Sapountzis2010-03-091-2/+3
* glapi: split out arch-specific code for entrypointsGeorge Sapountzis2010-03-091-295/+2
* glapi: mv table functions to glapi_getproc.c and add local headerGeorge Sapountzis2010-03-091-2/+54
* drop stray XFree86Server, XGLServerGeorge Sapountzis2010-03-091-4/+4
* glapi: fix compile with ESGeorge Sapountzis2010-03-021-0/+4
* glapi.c: mv init_glapi_relocs to glapi_getproc.cGeorge Sapountzis2010-03-011-23/+192
* glapi.c: mv check_table to glapi_getproc.cGeorge Sapountzis2010-03-011-0/+67
* glapi: minor ugliness to be able to copy to xorgGeorge Sapountzis2010-02-251-2/+6
* Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-121-1/+1
|\
| * Export a few glapi functions used by gallium and r300Kristian Høgsberg2010-01-031-1/+1
* | glapi: Include headers with directory prefixes.Chia-I Wu2009-11-051-4/+4
|/
* mesa: update/fix doxygen commentsVinson Lee2009-03-171-1/+1
* mesa: Resurrect SPARC asm code.David S. Miller2009-02-261-56/+22
* mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul2009-02-221-0/+1
* glapi: update find_entry() for mangled namesBrian Paul2009-02-211-1/+7
* mesa: fix main/ prefix in includeKeith Whitwell2008-09-231-1/+1
* mesa: add fwd decl of fill_in_entrypoint_offset()Brian Paul2008-09-231-0/+4
* mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....Brian Paul2008-09-231-0/+615