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