summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/gl_procs.py
Commit message (Expand)AuthorAgeFilesLines
* Later versions of Python handle formats like '% 5u' differently. ForIan Romanick2006-03-061-1/+1
* Mammoth update to the Python code generator scripts that live inIan Romanick2005-06-211-26/+35
* Refactor a bunch of common code from the "leaf" scripts to a new functions,Ian Romanick2005-04-181-15/+2
* Convert all Python scripts to use XML namespaces.Ian Romanick2005-04-181-1/+1
* Add a glFunctionIterator class to iterate over the functions stored in aIan Romanick2005-01-251-25/+5
* silence a variety of warnings found with g++ 3.4.2Brian Paul2004-12-031-3/+3
* Use new _glapi_proc typedef instead of void * for function pointers.Brian Paul2004-11-271-2/+2
* Modify glprocs.h to have two tables instead of one. The first tableIan Romanick2004-05-271-12/+101
* New scripts for processing the XML version of APIspec. Mail is beingIan Romanick2004-05-181-0/+90