summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/gl_x86-64_asm.py
AgeCommit message (Expand)Author
2009-07-27glapi: remove XTHREADS supportRALOVICH, Kristóf
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-12-02Fix build issues on x86-64 due to missing include path inIan Romanick
2005-11-02implement USE_MGL_NAMESPACE for x86-64 dispatch code (Mark Bolstad)Brian Paul
2005-08-10Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick
2005-08-08s/Disaptch/Dispatch/ (bug 3918)Brian Paul
2005-08-03Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick
2005-07-02Add support for assembly (static) dispatch functions on x86-64. ThisIan Romanick