Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03 | Move common GLX code to glX_XML.py. This will make adding glX_proto_recv.py | Ian Romanick | |
easier later on. |