summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/Makefile
AgeCommit message (Collapse)Author
2005-02-22generate enums.c file (Zack Rusin)Brian Paul
2005-01-28Refactor the code to emit multiple-inclusion protection toIan Romanick
FilterGLAPISpecBase. Since the size_h mode of glX_proto_size.py will be used to generate multiple header files, add an option to specify the define that is used for multiple-inclusion protection. The changes to the header files in this commit are just a side-effect of the changes to the Python scripts.
2005-01-27The '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-24Move all the code for generating "size" related functions to its ownIan Romanick
source file.
2005-01-24Correct some of the dependencies and clean things up a bit.Ian Romanick
2004-12-20Use GLX protocol code generated by glX_proto_send.py.Ian Romanick
2004-10-02put glapi_x86.S into the x86/ directoryBrian Paul
2004-08-25Makefile for python-generated files (Ian Romanick)Brian Paul