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_asm.py
Age
Commit message (
Expand
)
Author
2007-06-12
Fix TEXREL issues when using GLX_USE_TLS (see bug 7459).
Brian
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-11-04
remove unneeded HIDDEN definition (bug 4956)
Brian Paul
2005-08-10
Remove _glapi_check_multithread from the interface exported by the loader to
Ian Romanick
2005-08-03
Convert all instances of XTHREADS to USE_XTHREADS. This fixes one of
Ian Romanick
2005-06-21
Mammoth update to the Python code generator scripts that live in
Ian Romanick
2005-04-18
Refactor a bunch of common code from the "leaf" scripts to a new functions,
Ian Romanick
2005-04-18
Convert all Python scripts to use XML namespaces.
Ian Romanick
2005-04-13
Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, all
Ian Romanick
2005-01-07
Use GNU AS label aliasing, if available. This must be enabled by adding
Ian Romanick
2004-12-21
Added some comments and fixed typeos. Slightly refactored the way
Ian Romanick
2004-11-27
Set symbol visibility to 'default', if supported by gcc.
Brian Paul
2004-08-25
Fix mgl name mangling (patch 1014800)
Brian Paul
2004-08-17
Fixed an assembler warning / error (depending on the version of GAS used).
Ian Romanick
2004-07-02
put back the correct dispatcher for non-threaded builds.
Daniel Borca
2004-07-01
Make sure THREADS is set no matter which threading model is selected.
Ian Romanick
2004-06-29
First phase of TLS work. At this point SPARC assembly dispatch is
Ian Romanick
2004-05-18
New scripts for processing the XML version of APIspec. Mail is being
Ian Romanick