summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glX_proto_send.py
Commit message (Expand)AuthorAgeFilesLines
* Generate GLX protocol for pixel single commands.Ian Romanick2005-02-091-16/+80
* Fix some mixed spaces / tabs issues in generated code. Commit generatedIan Romanick2005-02-051-13/+13
* Small refactor. Add glXFunctionIterator, which derrives fromIan Romanick2005-02-021-16/+6
* Small refactor. Move several utility functions from glX_XML.py toIan Romanick2005-02-011-7/+3
* Refactor the code to emit multiple-inclusion protection toIan Romanick2005-01-281-8/+3
* Properly annotate variable-length output parameters. Make sure that theIan Romanick2005-01-281-1/+1
* Add an option to emit extra debug code in the generated protocol functions.Ian Romanick2005-01-281-4/+29
* Move all the code for generating "size" related functions to its ownIan Romanick2005-01-241-100/+0
* Since only one of the places that used glXFunction::command_payload_lengthIan Romanick2005-01-241-15/+5
* Make sure that functions added to gl_API.xml that do not have any GLXIan Romanick2005-01-241-0/+2
* Pixel oriented render functions are now generated by theIan Romanick2005-01-071-10/+338
* The generic_*_byte functions did not rount the command size to aIan Romanick2005-01-071-1/+2
* The opcode and command length fields of RenderLarge commands wereIan Romanick2005-01-031-5/+11
* Fixed two problems with the handling of GLX protocol replies. The logicIan Romanick2004-12-271-2/+2
* Used GCC's __builtin_expect when available. Change the way code isIan Romanick2004-12-211-34/+57
* Added some comments and fixed typeos. Slightly refactored the wayIan Romanick2004-12-211-15/+6
* Move common GLX code to glX_XML.py. This will make adding glX_proto_recv.pyIan Romanick2004-12-031-451/+20
* Fix a minor bug in glXEnumFunction::PrintUsingTable. Add some comments.Ian Romanick2004-12-031-1/+17
* Slightly tweak the format of the size prototypes.Ian Romanick2004-12-011-1/+1
* Python script to generate various bits of client-side GLX protocol code.Ian Romanick2004-12-011-0/+981