index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
glapi
/
glapi_getproc.c
Age
Commit message (
Expand
)
Author
2010-03-14
glapi: exec_malloc for dispatch stubs
George Sapountzis
2010-03-10
glapi: fix bug with tls and relocs
George Sapountzis
2010-03-10
glapi: these two should be ok for add_dispatch ...
George Sapountzis
2010-03-10
glapi: comments for _glapi_add_dispatch
George Sapountzis
2010-03-10
glapi: minor cosmetic for _glapi_add_dispatch
George Sapountzis
2010-03-10
glapi: add function set_entry_info
George Sapountzis
2010-03-10
glapi: parameter checking, failure paths, ... for add_function_name
George Sapountzis
2010-03-10
glapi: cosmetic for _glapi_add_dispatch
George Sapountzis
2010-03-10
glapi: use get_extension_proc in _glapi_add_dispatch
George Sapountzis
2010-03-10
glapi: cosmetic for functions for static table
George Sapountzis
2010-03-10
glapi: add function to find extension by name
George Sapountzis
2010-03-10
glapi: functions for extensions table similar to static table
George Sapountzis
2010-03-09
glapi: allow for any mangle prefix
George Sapountzis
2010-03-09
glapi: split out arch-specific code for entrypoints
George Sapountzis
2010-03-09
glapi: mv table functions to glapi_getproc.c and add local header
George Sapountzis
2010-03-09
drop stray XFree86Server, XGLServer
George Sapountzis
2010-03-02
glapi: fix compile with ES
George Sapountzis
2010-03-01
glapi.c: mv init_glapi_relocs to glapi_getproc.c
George Sapountzis
2010-03-01
glapi.c: mv check_table to glapi_getproc.c
George Sapountzis
2010-02-25
glapi: minor ugliness to be able to copy to xorg
George Sapountzis
2010-01-12
Merge branch 'master' into opengl-es-v2
Chia-I Wu
2010-01-03
Export a few glapi functions used by gallium and r300
Kristian Høgsberg
2009-11-05
glapi: Include headers with directory prefixes.
Chia-I Wu
2009-03-17
mesa: update/fix doxygen comments
Vinson Lee
2009-02-26
mesa: Resurrect SPARC asm code.
David S. Miller
2009-02-22
mesa: move a bunch of compiler-related stuff into new compiler.h header
Brian Paul
2009-02-21
glapi: update find_entry() for mangled names
Brian Paul
2008-09-23
mesa: fix main/ prefix in include
Keith Whitwell
2008-09-23
mesa: add fwd decl of fill_in_entrypoint_offset()
Brian Paul
2008-09-23
mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....
Brian Paul