summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/gl_x86_asm.py
AgeCommit message (Expand)Author
2009-07-27glapi: remove XTHREADS supportRALOVICH, Kristóf
2008-12-14GLX: Fix protocol for glTexSubImage#DIan Romanick
2008-09-18mesa: fix asst path/include mistakes in prev commitsChris Rankin
2007-06-12Fix 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-03check for USE_MGL_NAMESPACEBrian Paul
2006-10-11Fix bug #4681.Ian Romanick
2006-08-28Add two new gl_function methods. dispatch_name returns the name ofIan Romanick
2006-08-26Explicitly store the names for each function that should have a staticIan Romanick
2006-08-22Add new attribute called static_dispatch to the <function> element. ThisIan Romanick
2006-04-17Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg
2005-11-04remove unneeded HIDDEN definition (bug 4956)Brian Paul
2005-08-10Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick
2005-08-03Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick
2005-06-21Mammoth update to the Python code generator scripts that live inIan Romanick
2005-04-18Refactor a bunch of common code from the "leaf" scripts to a new functions,Ian Romanick
2005-04-18Convert all Python scripts to use XML namespaces.Ian Romanick
2005-04-13Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, allIan Romanick
2005-01-07Use GNU AS label aliasing, if available. This must be enabled by addingIan Romanick
2004-12-21Added some comments and fixed typeos. Slightly refactored the wayIan Romanick
2004-11-27Set symbol visibility to 'default', if supported by gcc.Brian Paul
2004-08-25Fix mgl name mangling (patch 1014800)Brian Paul
2004-08-17Fixed an assembler warning / error (depending on the version of GAS used).Ian Romanick
2004-07-02put back the correct dispatcher for non-threaded builds.Daniel Borca
2004-07-01Make sure THREADS is set no matter which threading model is selected.Ian Romanick
2004-06-29First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick
2004-05-18New scripts for processing the XML version of APIspec. Mail is beingIan Romanick