fix bug 9823: GL_CLIENT_ATTRIB_STACK_DEPTH query fails for indirect rendering
[mesa.git] / src / mesa / glapi / gl_x86_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-11-04 Brian Paulremove unneeded HIDDEN definition (bug 4956)
2005-08-10 Ian RomanickRemove _glapi_check_multithread from the interface...
2005-08-03 Ian RomanickConvert all instances of XTHREADS to USE_XTHREADS....
2005-06-21 Ian RomanickMammoth update to the Python code generator scripts...
2005-04-18 Ian RomanickRefactor a bunch of common code from the "leaf" scripts...
2005-04-18 Ian RomanickConvert all Python scripts to use XML namespaces.
2005-04-13 Ian RomanickAdd TLS support to libGL and, by virtue of using glthre...
2005-01-07 Ian RomanickUse GNU AS label aliasing, if available. This must...
2004-12-21 Ian RomanickAdded some comments and fixed typeos. Slightly refacto...
2004-11-27 Brian PaulSet symbol visibility to 'default', if supported by...
2004-08-25 Brian PaulFix mgl name mangling (patch 1014800)
2004-08-17 Ian RomanickFixed an assembler warning / error (depending on the...
2004-07-02 Daniel Borcaput back the correct dispatcher for non-threaded builds.
2004-07-01 Ian RomanickMake sure THREADS is set no matter which threading...
2004-06-29 Ian RomanickFirst phase of TLS work. At this point SPARC assembly...
2004-05-18 Ian RomanickNew scripts for processing the XML version of APIspec...