Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-07 | Track the GLX protocol names for GL types. | Ian Romanick | |
2005-01-07 | Pixel oriented render functions are now generated by the | Ian Romanick | |
glX_proto_send.py script. This eliminates ~600 lines of non-generated code. With proper compiler optimization settings, it also decreases the size of libGL.so by about 3KB. | |||
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-01 | Added the ability to get the size of a parameter as a string. Changed the | Ian Romanick | |
meaning of "variable length array" to include variables that are "counted" instead of just ones that use an enum to map to a count. Added glParameter to the glItemFactory. | |||
2004-10-28 | minor clean-ups, found with pychecker | Brian Paul | |
2004-05-19 | Added some in-code documentation. Modifed glParameter to be a | Ian Romanick | |
subclass of glItem. | |||
2004-05-18 | New scripts for processing the XML version of APIspec. Mail is being | Ian Romanick | |
sent to mesa3d-dev with a more detailed description. |