index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
glapi
/
gl_enums.py
Age
Commit message (
Expand
)
Author
2009-07-02
glapi: ensure _mesa_lookup_prim_by_nr() is not clobbered on regeneration
Keith Whitwell
2009-02-22
mesa: move a bunch of compiler-related stuff into new compiler.h header
Brian Paul
2008-11-10
mesa: fix some misc breakage caused by editing auto-generated files rather th...
Brian Paul
2006-11-16
use LONGSTRING to silence warning
Brian Paul
2006-03-06
Later versions of Python handle formats like '% 5u' differently. For
Ian Romanick
2005-06-21
Mammoth update to the Python code generator scripts that live in
Ian Romanick
2005-05-26
Fix gl_enums.py so that enums that are listed with the same name in
Ian Romanick
2005-04-18
Refactor a bunch of common code from the "leaf" scripts to a new functions,
Ian Romanick
2005-04-18
Convert all Python scripts to use XML namespaces.
Ian Romanick
2005-02-26
Fairly significant changes to enums.c and the way it is generated. enums.c
Ian Romanick
2005-02-23
Sort the enums in the Python code, instead of at runtime. (Zack Rusin)
Brian Paul
2005-02-22
generate enums.c file (Zack Rusin)
Brian Paul