Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-27 | The 'mode' setting of a function within an 'enum' element is now used. | Ian Romanick | |
Parameters to glX_proto_size.py are now used to determine whether to emit either get-type function, set-type functions, or both. When only get-type functions are emitted, they can optionally alias set-type functions. This would be useful if, for example, the two types were in different source files. The real work to implement this is in SizeStubFunctionIterator class. All of the logic for which functions to iterate and in which order is implemented there. | |||
2005-01-24 | Move all the code for generating "size" related functions to its own | Ian Romanick | |
source file. | |||
2005-01-24 | Correct some of the dependencies and clean things up a bit. | Ian Romanick | |
2004-12-20 | Use GLX protocol code generated by glX_proto_send.py. | Ian Romanick | |
2004-10-02 | put glapi_x86.S into the x86/ directory | Brian Paul | |
2004-08-25 | Makefile for python-generated files (Ian Romanick) | Brian Paul | |