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
/
gl_x86-64_asm.py
Age
Commit message (
Expand
)
Author
2006-11-03
#define _glapi_Dispatch _mglapi_Dispatch when USE_MGL_NAMESPACE is set.
Brian Paul
2006-11-03
check for USE_MGL_NAMESPACE
Brian Paul
2006-10-11
Fix bug #4681.
Ian Romanick
2006-08-28
Add two new gl_function methods. dispatch_name returns the name of
Ian Romanick
2006-08-26
Explicitly store the names for each function that should have a static
Ian Romanick
2006-08-22
Add new attribute called static_dispatch to the <function> element. This
Ian Romanick
2006-04-17
Add .note.GNU-stack section to assembler files to avoid the default behavior
Kristian Høgsberg
2005-12-02
Fix build issues on x86-64 due to missing include path in
Ian Romanick
2005-11-02
implement USE_MGL_NAMESPACE for x86-64 dispatch code (Mark Bolstad)
Brian Paul
2005-08-10
Remove _glapi_check_multithread from the interface exported by the loader to
Ian Romanick
2005-08-08
s/Disaptch/Dispatch/ (bug 3918)
Brian Paul
2005-08-03
Convert all instances of XTHREADS to USE_XTHREADS. This fixes one of
Ian Romanick
2005-07-02
Add support for assembly (static) dispatch functions on x86-64. This
Ian Romanick