summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/gl_procs.py
Commit message (Expand)AuthorAgeFilesLines
* mesa: Correct the gl_dispatch_stub_xxx prototypes.José Fonseca2009-04-201-2/+1
* fix mgl name mangling problemBrian Paul2006-11-181-0/+10
* Fix bug #4681.Ian Romanick2006-10-111-34/+45
* Add two new gl_function methods. dispatch_name returns the name ofIan Romanick2006-08-281-12/+4
* Explicitly store the names for each function that should have a staticIan Romanick2006-08-261-4/+7
* Add new attribute called static_dispatch to the <function> element. ThisIan Romanick2006-08-221-2/+20
* Later versions of Python handle formats like '% 5u' differently. ForIan Romanick2006-03-061-1/+1
* Mammoth update to the Python code generator scripts that live inIan Romanick2005-06-211-26/+35
* Refactor a bunch of common code from the "leaf" scripts to a new functions,Ian Romanick2005-04-181-15/+2
* 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-25/+5
* silence a variety of warnings found with g++ 3.4.2Brian Paul2004-12-031-3/+3
* Use new _glapi_proc typedef instead of void * for function pointers.Brian Paul2004-11-271-2/+2
* Modify glprocs.h to have two tables instead of one. The first tableIan Romanick2004-05-271-12/+101
* New scripts for processing the XML version of APIspec. Mail is beingIan Romanick2004-05-181-0/+90