Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-25 | Add a glFunctionIterator class to iterate over the functions stored in a | Ian Romanick | |
higher-level API object. Use this type of object to implement the printFunctions method. Modify other functions that iterate over the list of functions to use this type of object. | |||
2004-12-03 | silence a variety of warnings found with g++ 3.4.2 | Brian Paul | |
2004-11-27 | Use new _glapi_proc typedef instead of void * for function pointers. | Brian Paul | |
Misc clean-ups in glapi.c | |||
2004-05-27 | Modify glprocs.h to have two tables instead of one. The first table | Ian Romanick | |
is just a huge string will all the function names in it. The second table contains offsets into the first table instead of pointers to strings. | |||
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. |