summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/gl_XML.py
Commit message (Expand)AuthorAgeFilesLines
* generate enums.c file (Zack Rusin)Brian Paul2005-02-221-0/+3
* Add the ability to include other XML files by using aIan Romanick2005-02-081-0/+10
* Small refactor. Add glXFunctionIterator, which derrives fromIan Romanick2005-02-021-18/+11
* Small refactor. Move several utility functions from glX_XML.py toIan Romanick2005-02-011-2/+45
* Add GlxProto::createEnumFunction and add a 'context' parameter to theIan Romanick2005-02-011-0/+14
* Refactor the code to emit multiple-inclusion protection toIan Romanick2005-01-281-0/+8
* Add a glFunctionIterator class to iterate over the functions stored in aIan Romanick2005-01-251-18/+58
* Add a "count" attribute to "enums" elements to set the default countIan Romanick2005-01-251-5/+28
* Remove glEnum::startElement, but refactor out some of the common code fromIan Romanick2005-01-241-7/+10
* Track the GLX protocol names for GL types.Ian Romanick2005-01-071-0/+1
* Pixel oriented render functions are now generated by theIan Romanick2005-01-071-4/+48
* Added some comments and fixed typeos. Slightly refactored the wayIan Romanick2004-12-211-5/+8
* Added the ability to get the size of a parameter as a string. Changed theIan Romanick2004-12-011-4/+25
* minor clean-ups, found with pycheckerBrian Paul2004-10-281-2/+1
* Added some in-code documentation. Modifed glParameter to be aIan Romanick2004-05-191-37/+124
* New scripts for processing the XML version of APIspec. Mail is beingIan Romanick2004-05-181-0/+406