summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glX_XML.py
Commit message (Expand)AuthorAgeFilesLines
* Change the 'count' for COMPRESSED_TEXTURE_FORMATS from "?" to "-1". ThisIan Romanick2005-10-031-0/+2
* Mammoth update to the Python code generator scripts that live inIan Romanick2005-06-211-484/+298
* Refactor a bunch of common code from the "leaf" scripts to a new functions,Ian Romanick2005-04-181-4/+0
* Convert all Python scripts to use XML namespaces.Ian Romanick2005-04-181-18/+22
* Refactor the handling of the '(true | false)' enumerated attributes.Ian Romanick2005-04-141-25/+5
* Enable the generation of server-side __glGetBooleanv_size and relatedIan Romanick2005-03-171-9/+21
* Minor refactoring and code tweaking. The only notable chage is thatIan Romanick2005-03-171-4/+3
* Generate GLX protocol for pixel single commands.Ian Romanick2005-02-091-3/+10
* Small refactor. Add glXFunctionIterator, which derrives fromIan Romanick2005-02-021-7/+58
* Small refactor. Move several utility functions from glX_XML.py toIan Romanick2005-02-011-33/+0
* Add GlxProto::createEnumFunction and add a 'context' parameter to theIan Romanick2005-02-011-2/+7
* Properly annotate variable-length output parameters. Make sure that theIan Romanick2005-01-281-0/+8
* Slightly modify the meaning of the 'handcode' attribute in a 'glx' element.Ian Romanick2005-01-281-6/+23
* Add numerous 'get'-type functions to most of the enums supported by theIan Romanick2005-01-271-0/+1
* The 'mode' setting of a function within an 'enum' element is now used.Ian Romanick2005-01-271-6/+20
* Add a "count" attribute to "enums" elements to set the default countIan Romanick2005-01-251-1/+1
* Remove glEnum::startElement, but refactor out some of the common code fromIan Romanick2005-01-241-7/+2
* Since only one of the places that used glXFunction::command_payload_lengthIan Romanick2005-01-241-28/+41
* Make sure that functions added to gl_API.xml that do not have any GLXIan Romanick2005-01-241-0/+26
* Pixel oriented render functions are now generated by theIan Romanick2005-01-071-1/+85
* Added some comments and fixed typeos. Slightly refactored the wayIan Romanick2004-12-211-1/+71
* Move common GLX code to glX_XML.py. This will make adding glX_proto_recv.pyIan Romanick2004-12-031-0/+466