summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/gl_enums.py
AgeCommit message (Expand)Author
2009-07-02glapi: ensure _mesa_lookup_prim_by_nr() is not clobbered on regenerationKeith Whitwell
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul
2008-11-10mesa: fix some misc breakage caused by editing auto-generated files rather th...Brian Paul
2006-11-16use LONGSTRING to silence warningBrian Paul
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-05-26Fix gl_enums.py so that enums that are listed with the same name 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-02-26Fairly significant changes to enums.c and the way it is generated. enums.cIan Romanick
2005-02-23Sort the enums in the Python code, instead of at runtime. (Zack Rusin)Brian Paul
2005-02-22generate enums.c file (Zack Rusin)Brian Paul