summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/gl_XML.py
Commit message (Expand)AuthorAgeFilesLines
* GLX: Fix protocol for glTexSubImage#DIan Romanick2008-12-141-0/+4
* GLX protocol fixes for glMap* functions (bug 8899)Brian Paul2006-11-221-2/+3
* Fix bug #4681.Ian Romanick2006-10-111-0/+11
* Divide categories into four groups as they are processed from the XML. AddIan Romanick2006-10-041-51/+100
* Add two new gl_function methods. dispatch_name returns the name ofIan Romanick2006-08-281-0/+12
* Explicitly store the names for each function that should have a staticIan Romanick2006-08-261-1/+7
* Add a new offset mode to the GL API XML. This mode, called "assign,"Ian Romanick2006-08-241-0/+66
* Add new attribute called static_dispatch to the <function> element. ThisIan Romanick2006-08-221-0/+2
* restore FASTCALL stuffBrian Paul2005-10-201-3/+5
* Disable the FASTCALL optimization because it still breaks server-side GLX.Brian Paul2005-10-201-5/+3
* /dri/msgAdam Jackson2005-08-261-1/+1
* Fix the scripts for the cygwin & mingw changesAlan Hourihane2005-08-261-2/+2
* Remove the logic that determines at compile time whether or not HAVE_ALIASIan Romanick2005-08-111-17/+0
* Add support for assembly (static) dispatch functions on x86-64. ThisIan Romanick2005-07-021-4/+7
* Fix non-x86 specific builds. The changes from glTexImage3DEXT toIan Romanick2005-06-241-59/+67
* Mammoth update to the Python code generator scripts that live inIan Romanick2005-06-211-550/+608
* If the file name passed to parse_GL_API is None or "-", read from standardIan Romanick2005-04-181-1/+7
* Refactor a bunch of common code from the "leaf" scripts to a new functions,Ian Romanick2005-04-181-0/+18
* Convert all Python scripts to use XML namespaces.Ian Romanick2005-04-181-61/+70
* Convert 'variable_param' from a CDATA attribute to a NMTOKENS attribute.Ian Romanick2005-04-141-1/+1
* Refactor the handling of the '(true | false)' enumerated attributes.Ian Romanick2005-04-141-29/+22
* Enable the generation of server-side __glGetBooleanv_size and relatedIan Romanick2005-03-171-3/+4
* Minor refactoring and code tweaking. The only notable chage is thatIan Romanick2005-03-171-9/+6
* Actually *use* the count_scale value associated with a parameter.Ian Romanick2005-03-061-3/+11
* Check for some common function parameter description errors in theIan Romanick2005-03-031-0/+34
* Fairly significant changes to enums.c and the way it is generated. enums.cIan Romanick2005-02-261-3/+0
* generate enums.c file (Zack Rusin)Brian Paul2005-02-221-0/+3
* Add the ability to include other XML files by using aIan Romanick2005-02-081-0/+10
* Small refactor. Add glXFunctionIterator, which derrives fromIan Romanick2005-02-021-18/+11
* Small refactor. Move several utility functions from glX_XML.py toIan Romanick2005-02-011-2/+45
* Add GlxProto::createEnumFunction and add a 'context' parameter to theIan Romanick2005-02-011-0/+14
* Refactor the code to emit multiple-inclusion protection toIan Romanick2005-01-281-0/+8
* Add a glFunctionIterator class to iterate over the functions stored in aIan Romanick2005-01-251-18/+58
* Add a "count" attribute to "enums" elements to set the default countIan Romanick2005-01-251-5/+28
* Remove glEnum::startElement, but refactor out some of the common code fromIan Romanick2005-01-241-7/+10
* Track the GLX protocol names for GL types.Ian Romanick2005-01-071-0/+1
* Pixel oriented render functions are now generated by theIan Romanick2005-01-071-4/+48
* Added some comments and fixed typeos. Slightly refactored the wayIan Romanick2004-12-211-5/+8
* Added the ability to get the size of a parameter as a string. Changed theIan Romanick2004-12-011-4/+25
* minor clean-ups, found with pycheckerBrian Paul2004-10-281-2/+1
* Added some in-code documentation. Modifed glParameter to be aIan Romanick2004-05-191-37/+124
* New scripts for processing the XML version of APIspec. Mail is beingIan Romanick2004-05-181-0/+406