summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glX_XML.py
AgeCommit message (Expand)Author
2007-11-08Prevent loss of vectorequiv information when an alias follows the function be...Ian Romanick
2006-11-22GLX protocol fixes for glMap* functions (bug 8899)Brian Paul
2006-10-11Fix bug #4681.Ian Romanick
2006-10-04Add utility method client_supported_for_indirect.Ian Romanick
2005-10-03Change the 'count' for COMPRESSED_TEXTURE_FORMATS from "?" to "-1". ThisIan Romanick
2005-06-21Mammoth update to the Python code generator scripts that live 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-04-14Refactor the handling of the '(true | false)' enumerated attributes.Ian Romanick
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-02-09Generate GLX protocol for pixel single commands.Ian 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-28Properly annotate variable-length output parameters. Make sure that theIan Romanick
2005-01-28Slightly modify the meaning of the 'handcode' attribute in a 'glx' element.Ian Romanick
2005-01-27Add numerous 'get'-type functions to most of the enums supported by theIan Romanick
2005-01-27The 'mode' setting of a function within an 'enum' element is now used.Ian 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-24Since only one of the places that used glXFunction::command_payload_lengthIan Romanick
2005-01-24Make sure that functions added to gl_API.xml that do not have any GLXIan 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-03Move common GLX code to glX_XML.py. This will make adding glX_proto_recv.pyIan Romanick