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-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-11-27 | Use new _glapi_proc typedef instead of void * for function pointers. | Brian Paul | |
Misc clean-ups in glapi.c | |||
2004-10-02 | remove unused413 stuff, glDrawBuffersARB uses that slot now | Brian Paul | |
2004-09-09 | Another attempt at fixing name mangling and gl__unused413(). | Brian Paul | |
2004-08-25 | fix MGL namespace warning (patch 1014800) | Brian Paul | |
2004-06-29 | First phase of TLS work. At this point SPARC assembly dispatch is | Ian Romanick | |
broken, but it will be fixed "shortly." This is pretty much the same as the patch I sent to the dri-devel list on 22-Jun-2004. | |||
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. |