aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/gl_apitemp.py
Commit message (Expand)AuthorAgeFilesLines
* glapi: mv code generation to subdirGeorge Sapountzis2010-02-241-320/+0
* glapi: split the no-op dispatch code into new glapi_nop.c fileBrian Paul2010-01-221-2/+2
* glapi: Add OpenGL ES compatibility mode to scripts.Chia-I Wu2009-11-061-4/+17
* glapi: Allow normal entry points to be skipped.Chia-I Wu2009-11-051-23/+77
* GLX: Fix protocol for glTexSubImage#DIan Romanick2008-12-141-0/+3
* Fix bug #4681.Ian Romanick2006-10-111-4/+15
* Add two new gl_function methods. dispatch_name returns the name ofIan Romanick2006-08-281-8/+3
* Explicitly store the names for each function that should have a staticIan Romanick2006-08-261-11/+13
* Add new attribute called static_dispatch to the <function> element. ThisIan Romanick2006-08-221-8/+34
* 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