Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa into...
[mesa.git] / src / mesa / glapi / gl_x86-64_asm.py
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-03 Brian Paul#define _glapi_Dispatch _mglapi_Dispatch when USE_MGL_N...
2006-11-03 Brian Paulcheck for USE_MGL_NAMESPACE
2006-10-11 Ian RomanickFix bug #4681.
2006-08-28 Ian RomanickAdd two new gl_function methods. dispatch_name returns...
2006-08-26 Ian RomanickExplicitly store the names for each function that shoul...
2006-08-22 Ian RomanickAdd new attribute called static_dispatch to the <functi...
2006-04-17 Kristian HøgsbergAdd .note.GNU-stack section to assembler files to avoid...
2005-12-02 Ian RomanickFix build issues on x86-64 due to missing include path in
2005-11-02 Brian Paulimplement USE_MGL_NAMESPACE for x86-64 dispatch code...
2005-08-10 Ian RomanickRemove _glapi_check_multithread from the interface...
2005-08-08 Brian Pauls/Disaptch/Dispatch/ (bug 3918)
2005-08-03 Ian RomanickConvert all instances of XTHREADS to USE_XTHREADS....
2005-07-02 Ian RomanickAdd support for assembly (static) dispatch functions...