summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/gl_XML.py
AgeCommit message (Expand)Author
2005-03-17Enable the generation of server-side __glGetBooleanv_size and relatedIan Romanick
2005-03-17Minor refactoring and code tweaking. The only notable chage is thatIan Romanick
2005-03-06Actually *use* the count_scale value associated with a parameter.Ian Romanick
2005-03-03Check for some common function parameter description errors in theIan Romanick
2005-02-26Fairly significant changes to enums.c and the way it is generated. enums.cIan Romanick
2005-02-22generate enums.c file (Zack Rusin)Brian Paul
2005-02-08Add the ability to include other XML files by using aIan Romanick
2005-02-02Small refactor. Add glXFunctionIterator, which derrives fromIan Romanick
2005-02-01Small refactor. Move several utility functions from glX_XML.py toIan Romanick
2005-02-01Add GlxProto::createEnumFunction and add a 'context' parameter to theIan Romanick
2005-01-28Refactor the code to emit multiple-inclusion protection toIan Romanick
2005-01-25Add a glFunctionIterator class to iterate over the functions stored in aIan Romanick
2005-01-25Add a "count" attribute to "enums" elements to set the default countIan Romanick
2005-01-24Remove glEnum::startElement, but refactor out some of the common code fromIan Romanick
2005-01-07Track the GLX protocol names for GL types.Ian Romanick
2005-01-07Pixel oriented render functions are now generated by theIan Romanick
2004-12-21Added some comments and fixed typeos. Slightly refactored the wayIan Romanick
2004-12-01Added the ability to get the size of a parameter as a string. Changed theIan Romanick
2004-10-28minor clean-ups, found with pycheckerBrian Paul
2004-05-19Added some in-code documentation. Modifed glParameter to be aIan Romanick
2004-05-18New scripts for processing the XML version of APIspec. Mail is beingIan Romanick