summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/gl_procs.py
AgeCommit message (Expand)AuthorFilesLines
2009-04-20mesa: Correct the gl_dispatch_stub_xxx prototypes.José Fonseca1-2/+1
2006-11-18fix mgl name mangling problemBrian Paul1-0/+10
2006-10-11Fix bug #4681.Ian Romanick1-34/+45
2006-08-28Add two new gl_function methods. dispatch_name returns the name ofIan Romanick1-12/+4
2006-08-26Explicitly store the names for each function that should have a staticIan Romanick1-4/+7
2006-08-22Add new attribute called static_dispatch to the <function> element. ThisIan Romanick1-2/+20
2006-03-06Later versions of Python handle formats like '% 5u' differently. ForIan Romanick1-1/+1
2005-06-21Mammoth update to the Python code generator scripts that live inIan Romanick1-26/+35
2005-04-18Refactor a bunch of common code from the "leaf" scripts to a new functions,Ian Romanick1-15/+2
2005-04-18Convert all Python scripts to use XML namespaces.Ian Romanick1-1/+1
2005-01-25Add a glFunctionIterator class to iterate over the functions stored in aIan Romanick1-25/+5
2004-12-03silence a variety of warnings found with g++ 3.4.2Brian Paul1-3/+3
2004-11-27Use new _glapi_proc typedef instead of void * for function pointers.Brian Paul1-2/+2
2004-05-27Modify glprocs.h to have two tables instead of one. The first tableIan Romanick1-12/+101
2004-05-18New scripts for processing the XML version of APIspec. Mail is beingIan Romanick1-0/+90