summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/gl_x86_asm.py
Commit message (Expand)AuthorAgeFilesLines
* #define _glapi_Dispatch _mglapi_Dispatch when USE_MGL_NAMESPACE is set.Brian Paul2006-11-031-4/+1
* check for USE_MGL_NAMESPACEBrian Paul2006-11-031-0/+4
* Fix bug #4681.Ian Romanick2006-10-111-5/+12
* Add two new gl_function methods. dispatch_name returns the name ofIan Romanick2006-08-281-12/+3
* Explicitly store the names for each function that should have a staticIan Romanick2006-08-261-4/+4
* Add new attribute called static_dispatch to the <function> element. ThisIan Romanick2006-08-221-7/+22
* Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg2006-04-171-0/+4
* remove unneeded HIDDEN definition (bug 4956)Brian Paul2005-11-041-14/+0
* Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick2005-08-101-2/+2
* Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick2005-08-031-1/+1
* Mammoth update to the Python code generator scripts that live inIan Romanick2005-06-211-23/+31
* Refactor a bunch of common code from the "leaf" scripts to a new functions,Ian Romanick2005-04-181-13/+1
* Convert all Python scripts to use XML namespaces.Ian Romanick2005-04-181-1/+1
* Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, allIan Romanick2005-04-131-8/+56
* Use GNU AS label aliasing, if available. This must be enabled by addingIan Romanick2005-01-071-3/+17
* Added some comments and fixed typeos. Slightly refactored the wayIan Romanick2004-12-211-1/+1
* Set symbol visibility to 'default', if supported by gcc.Brian Paul2004-11-271-0/+7
* Fix mgl name mangling (patch 1014800)Brian Paul2004-08-251-4/+10
* Fixed an assembler warning / error (depending on the version of GAS used).Ian Romanick2004-08-171-11/+3
* put back the correct dispatcher for non-threaded builds.Daniel Borca2004-07-021-3/+3
* Make sure THREADS is set no matter which threading model is selected.Ian Romanick2004-07-011-0/+4
* First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick2004-06-291-7/+56
* New scripts for processing the XML version of APIspec. Mail is beingIan Romanick2004-05-181-0/+138