summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/gl_apitemp.py
AgeCommit message (Expand)Author
2008-12-14GLX: Fix protocol for glTexSubImage#DIan Romanick
2006-10-11Fix bug #4681.Ian Romanick
2006-08-28Add two new gl_function methods. dispatch_name returns the name ofIan Romanick
2006-08-26Explicitly store the names for each function that should have a staticIan Romanick
2006-08-22Add new attribute called static_dispatch to the <function> element. ThisIan Romanick
2005-06-24Fix non-x86 specific builds. The changes from glTexImage3DEXT toIan Romanick
2005-06-21Mammoth update to the Python code generator scripts that live inIan Romanick
2005-04-18Refactor a bunch of common code from the "leaf" scripts to a new functions,Ian Romanick
2005-04-18Convert all Python scripts to use XML namespaces.Ian Romanick
2005-01-25Add a glFunctionIterator class to iterate over the functions stored in aIan Romanick
2004-12-21Added some comments and fixed typeos. Slightly refactored the wayIan Romanick
2004-11-27Use new _glapi_proc typedef instead of void * for function pointers.Brian Paul
2004-10-02remove unused413 stuff, glDrawBuffersARB uses that slot nowBrian Paul
2004-09-09Another attempt at fixing name mangling and gl__unused413().Brian Paul
2004-08-25fix MGL namespace warning (patch 1014800)Brian Paul
2004-06-29First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick
2004-05-19Added some in-code documentation. Modifed glParameter to be aIan Romanick
2004-05-18New scripts for processing the XML version of APIspec. Mail is beingIan Romanick