Age | Commit message (Expand) | Author |
2005-06-24 | Fix non-x86 specific builds. The changes from glTexImage3DEXT to | 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 | ran "make" after update to glX_proto_send.py. | Jeremy Kolb |
2005-05-25 | Commit the changes propagated from Jeremy Kolb's changes to the Python | Ian Romanick |
2005-03-17 | Fix the handling of zero-sized output parameters (i.e., those with type | Ian Romanick |
2005-03-11 | Add support for ARB_draw_buffers and ARB_occlusion_query. The GLX protocol | Ian Romanick |
2005-03-06 | Actually *use* the count_scale value associated with a parameter. | Ian Romanick |
2005-03-03 | Fix some errors in the parameter descriptions in serveral vertex / fragment | Ian Romanick |
2005-02-25 | Accidentally committed wrong version with the previous commit set. | Ian Romanick |
2005-02-25 | Add GLX protocol support for ARB_fragement_program, | Ian Romanick |
2005-02-25 | Convert the static functions read_pixel_reply, read_reply, | Ian Romanick |
2005-02-23 | Corrected the value for X_GLrop_SecondaryColor3svEXT. | 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-01-27 | Mark a couple more function parameters as counters. | 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-20 | Use GLX protocol code generated by glX_proto_send.py. | Ian Romanick |