Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-03 | The opcode and command length fields of RenderLarge commands were | Ian Romanick | |
mistakenly emitted in the wrong order. | |||
2004-12-27 | Fixed two problems with the handling of GLX protocol replies. The logic | Ian Romanick | |
for determining when extra data needed to be read after a reply (to ensure 4-byte alignment) and the logic to determine whether or not to read reply data after the SingleReply packet were both slightly wrong. | |||
2004-12-21 | Used GCC's __builtin_expect when available. Change the way code is | Ian Romanick | |
generated for commands that can use RenderLarge packets. Tweak the code for __glXFlushRenderBuffer slightly. | |||
2004-12-21 | Added some comments and fixed typeos. Slightly refactored the way | Ian Romanick | |
function parameters are iterated. There are no changes in the generated code. | |||
2004-12-03 | Move common GLX code to glX_XML.py. This will make adding glX_proto_recv.py | Ian Romanick | |
easier later on. | |||
2004-12-03 | Fix a minor bug in glXEnumFunction::PrintUsingTable. Add some comments. | Ian Romanick | |
Add the (currently unused) utility funciton glXFunction::opcode_real_value. | |||
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 | |