summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/gl_apitemp.py
Commit message (Expand)AuthorAgeFilesLines
* Fix non-x86 specific builds. The changes from glTexImage3DEXT toIan Romanick2005-06-241-1/+1
* Mammoth update to the Python code generator scripts that live inIan Romanick2005-06-211-44/+45
* Refactor a bunch of common code from the "leaf" scripts to a new functions,Ian Romanick2005-04-181-15/+1
* Convert all Python scripts to use XML namespaces.Ian Romanick2005-04-181-1/+1
* Add a glFunctionIterator class to iterate over the functions stored in aIan Romanick2005-01-251-10/+4
* Added some comments and fixed typeos. Slightly refactored the wayIan Romanick2004-12-211-1/+1
* Use new _glapi_proc typedef instead of void * for function pointers.Brian Paul2004-11-271-2/+2
* remove unused413 stuff, glDrawBuffersARB uses that slot nowBrian Paul2004-10-021-1/+0
* Another attempt at fixing name mangling and gl__unused413().Brian Paul2004-09-091-4/+0
* fix MGL namespace warning (patch 1014800)Brian Paul2004-08-251-0/+4
* First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick2004-06-291-4/+2
* Added some in-code documentation. Modifed glParameter to be aIan Romanick2004-05-191-2/+2
* New scripts for processing the XML version of APIspec. Mail is beingIan Romanick2004-05-181-0/+238