summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/gl_enums.py
Commit message (Expand)AuthorAgeFilesLines
* glapi: ensure _mesa_lookup_prim_by_nr() is not clobbered on regenerationKeith Whitwell2009-07-021-0/+23
* mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul2009-02-221-2/+1
* mesa: fix some misc breakage caused by editing auto-generated files rather th...Brian Paul2008-11-101-4/+8
* use LONGSTRING to silence warningBrian Paul2006-11-161-1/+1
* 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