Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
[mesa.git] / src / mesa / glapi / gl_procs.py
2009-06-12 Alex DeucherMerge master and fix conflicts
2009-04-22 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-20 José Fonsecamesa: Correct the gl_dispatch_stub_xxx prototypes.
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-18 Brian Paulfix mgl name mangling problem
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-03-06 Ian RomanickLater versions of Python handle formats like '% 5u...
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-01-25 Ian RomanickAdd a glFunctionIterator class to iterate over the...
2004-12-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-11-27 Brian PaulUse new _glapi_proc typedef instead of void * for funct...
2004-05-27 Ian RomanickModify glprocs.h to have two tables instead of one...
2004-05-18 Ian RomanickNew scripts for processing the XML version of APIspec...