summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/gl_enums.py
Commit message (Expand)AuthorAgeFilesLines
* Later versions of Python handle formats like '% 5u' differently. ForIan Romanick2006-03-061-2/+2
* Mammoth update to the Python code generator scripts that live inIan Romanick2005-06-211-43/+19
* Fix gl_enums.py so that enums that are listed with the same name inIan Romanick2005-05-261-2/+9
* Refactor a bunch of common code from the "leaf" scripts to a new functions,Ian Romanick2005-04-181-14/+1
* Convert all Python scripts to use XML namespaces.Ian Romanick2005-04-181-1/+1
* Fairly significant changes to enums.c and the way it is generated. enums.cIan Romanick2005-02-261-40/+124
* Sort the enums in the Python code, instead of at runtime. (Zack Rusin)Brian Paul2005-02-231-56/+36
* generate enums.c file (Zack Rusin)Brian Paul2005-02-221-0/+183