Age | Commit message (Expand) | Author |
2006-10-13 | include glapi.h to fix broken build | Brian Paul |
2006-10-11 | Fix bug #4681. | Ian Romanick |
2006-10-09 | Updates for XCB. Bug 8560. | Ian Romanick |
2006-10-04 | Keep indentation consistent with indent. | Ian Romanick |
2006-10-04 | Divide categories into four groups as they are processed from the XML. Add | Ian Romanick |
2006-09-26 | Added function convertStringForXCB. Deals with the recent XCB naming convent... | Jeremy Kolb |
2006-03-06 | Later versions of Python handle formats like '% 5u' differently. For | Ian Romanick |
2005-06-24 | Fixed the XCB implementation when always_array is true, thanks to Ian Romanic... | Jeremy Kolb |
2005-06-22 | Mark GenQueriesARB at 'always_array="true"'. This eliminates the need | Ian Romanick |
2005-06-22 | Fixed a bug where GenQueriesARB was generating the wrong code for XCB and wou... | Jeremy Kolb |
2005-06-21 | Mammoth update to the Python code generator scripts that live in | Ian Romanick |
2005-06-20 | Fixed some issues where XCB replies were being freed and data was not being c... | Jeremy Kolb |
2005-05-16 | another GLX / XCB patch (Jeremy Kolb) | Brian Paul |
2005-05-07 | Patches for XCB (Jeremy Kolb) | Brian Paul |
2005-04-18 | Refactor a bunch of common code from the "leaf" scripts to a new functions, | Ian Romanick |
2005-04-18 | Convert all Python scripts to use XML namespaces. | Ian Romanick |
2005-03-17 | Fix the handling of zero-sized output parameters (i.e., those with type | Ian Romanick |
2005-02-25 | Convert the static functions read_pixel_reply, read_reply, | Ian Romanick |
2005-02-09 | Generate GLX protocol for pixel single commands. | Ian Romanick |
2005-02-05 | Fix some mixed spaces / tabs issues in generated code. Commit generated | Ian Romanick |
2005-02-02 | Small refactor. Add glXFunctionIterator, which derrives from | Ian Romanick |
2005-02-01 | Small refactor. Move several utility functions from glX_XML.py to | Ian Romanick |
2005-01-28 | Refactor the code to emit multiple-inclusion protection to | Ian Romanick |
2005-01-28 | Properly annotate variable-length output parameters. Make sure that the | Ian Romanick |
2005-01-28 | Add an option to emit extra debug code in the generated protocol functions. | Ian Romanick |
2005-01-24 | Move all the code for generating "size" related functions to its own | Ian Romanick |
2005-01-24 | Since only one of the places that used glXFunction::command_payload_length | Ian Romanick |
2005-01-24 | Make sure that functions added to gl_API.xml that do not have any GLX | Ian Romanick |
2005-01-07 | Pixel oriented render functions are now generated by the | Ian Romanick |
2005-01-07 | The generic_*_byte functions did not rount the command size to a | Ian Romanick |
2005-01-03 | The opcode and command length fields of RenderLarge commands were | Ian Romanick |
2004-12-27 | Fixed two problems with the handling of GLX protocol replies. The logic | Ian Romanick |
2004-12-21 | Used GCC's __builtin_expect when available. Change the way code is | Ian Romanick |
2004-12-21 | Added some comments and fixed typeos. Slightly refactored the way | Ian Romanick |
2004-12-03 | Move common GLX code to glX_XML.py. This will make adding glX_proto_recv.py | Ian Romanick |
2004-12-03 | Fix a minor bug in glXEnumFunction::PrintUsingTable. Add some comments. | Ian Romanick |
2004-12-01 | Slightly tweak the format of the size prototypes. | Ian Romanick |
2004-12-01 | Python script to generate various bits of client-side GLX protocol code. | Ian Romanick |