summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glX_proto_send.py
Commit message (Expand)AuthorAgeFilesLines
* Later versions of Python handle formats like '% 5u' differently. ForIan Romanick2006-03-061-1/+1
* Fixed the XCB implementation when always_array is true, thanks to Ian Romanic...Jeremy Kolb2005-06-241-1/+2
* Mark GenQueriesARB at 'always_array="true"'. This eliminates the needIan Romanick2005-06-221-1/+1
* Fixed a bug where GenQueriesARB was generating the wrong code for XCB and wou...Jeremy Kolb2005-06-221-1/+1
* Mammoth update to the Python code generator scripts that live inIan Romanick2005-06-211-342/+442
* Fixed some issues where XCB replies were being freed and data was not being c...Jeremy Kolb2005-06-201-4/+2
* another GLX / XCB patch (Jeremy Kolb)Brian Paul2005-05-161-4/+4
* Patches for XCB (Jeremy Kolb)Brian Paul2005-05-071-5/+60
* Refactor a bunch of common code from the "leaf" scripts to a new functions,Ian Romanick2005-04-181-12/+1
* Convert all Python scripts to use XML namespaces.Ian Romanick2005-04-181-1/+1
* Fix the handling of zero-sized output parameters (i.e., those with typeIan Romanick2005-03-171-1/+5
* Convert the static functions read_pixel_reply, read_reply,Ian Romanick2005-02-251-13/+33
* 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