summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/gl_x86-64_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-5/+3
* Explicitly store the names for each function that should have a staticIan Romanick2006-08-261-5/+5
* Add new attribute called static_dispatch to the <function> element. ThisIan Romanick2006-08-221-7/+15
* Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg2006-04-171-0/+4
* Fix build issues on x86-64 due to missing include path inIan Romanick2005-12-021-1/+1
* implement USE_MGL_NAMESPACE for x86-64 dispatch code (Mark Bolstad)Brian Paul2005-11-021-5/+14
* Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick2005-08-101-1/+1
* s/Disaptch/Dispatch/ (bug 3918)Brian Paul2005-08-081-1/+1
* Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick2005-08-031-1/+1
* Add support for assembly (static) dispatch functions on x86-64. ThisIan Romanick2005-07-021-0/+307