summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/gl_XML.py
AgeCommit message (Expand)Author
2008-12-14GLX: Fix protocol for glTexSubImage#DIan Romanick
2006-11-22GLX protocol fixes for glMap* functions (bug 8899)Brian Paul
2006-10-11Fix bug #4681.Ian Romanick
2006-10-04Divide categories into four groups as they are processed from the XML. AddIan 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-24Add a new offset mode to the GL API XML. This mode, called "assign,"Ian Romanick
2006-08-22Add new attribute called static_dispatch to the <function> element. ThisIan Romanick
2005-10-20restore FASTCALL stuffBrian Paul
2005-10-20Disable the FASTCALL optimization because it still breaks server-side GLX.Brian Paul
2005-08-26/dri/msgAdam Jackson
2005-08-26Fix the scripts for the cygwin & mingw changesAlan Hourihane
2005-08-11Remove the logic that determines at compile time whether or not HAVE_ALIASIan Romanick
2005-07-02Add support for assembly (static) dispatch functions on x86-64. 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-18If the file name passed to parse_GL_API is None or "-", read from standardIan 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-04-14Convert 'variable_param' from a CDATA attribute to a NMTOKENS attribute.Ian Romanick
2005-04-14Refactor the handling of the '(true | false)' enumerated attributes.Ian Romanick
2005-03-17Enable the generation of server-side __glGetBooleanv_size and relatedIan Romanick
2005-03-17Minor refactoring and code tweaking. The only notable chage is thatIan Romanick
2005-03-06Actually *use* the count_scale value associated with a parameter.Ian Romanick
2005-03-03Check for some common function parameter description errors in theIan Romanick
2005-02-26Fairly significant changes to enums.c and the way it is generated. enums.cIan Romanick
2005-02-22generate enums.c file (Zack Rusin)Brian Paul
2005-02-08Add the ability to include other XML files by using aIan Romanick
2005-02-02Small refactor. Add glXFunctionIterator, which derrives fromIan Romanick
2005-02-01Small refactor. Move several utility functions from glX_XML.py toIan Romanick
2005-02-01Add GlxProto::createEnumFunction and add a 'context' parameter to theIan Romanick
2005-01-28Refactor the code to emit multiple-inclusion protection toIan Romanick
2005-01-25Add a glFunctionIterator class to iterate over the functions stored in aIan Romanick
2005-01-25Add a "count" attribute to "enums" elements to set the default countIan Romanick
2005-01-24Remove glEnum::startElement, but refactor out some of the common code fromIan Romanick
2005-01-07Track the GLX protocol names for GL types.Ian Romanick
2005-01-07Pixel oriented render functions are now generated by theIan Romanick
2004-12-21Added some comments and fixed typeos. Slightly refactored the wayIan Romanick
2004-12-01Added the ability to get the size of a parameter as a string. Changed theIan Romanick
2004-10-28minor clean-ups, found with pycheckerBrian Paul
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