Age | Commit message (Expand) | Author |
2010-01-20 | Merge remote branch 'origin/opengl-es-v2' | Chia-I Wu |
2010-01-19 | Sun compilers now support some gcc __attribute__ values | Alan Coopersmith |
2009-11-05 | glapi: Add is_abi() to test if a function is in the ABI. | Chia-I Wu |
2008-12-14 | GLX: Fix protocol for glTexSubImage#D | Ian Romanick |
2006-11-22 | GLX protocol fixes for glMap* functions (bug 8899) | Brian Paul |
2006-10-11 | Fix bug #4681. | Ian Romanick |
2006-10-04 | Divide categories into four groups as they are processed from the XML. Add | Ian Romanick |
2006-08-28 | Add two new gl_function methods. dispatch_name returns the name of | Ian Romanick |
2006-08-26 | Explicitly store the names for each function that should have a static | Ian Romanick |
2006-08-24 | Add a new offset mode to the GL API XML. This mode, called "assign," | Ian Romanick |
2006-08-22 | Add new attribute called static_dispatch to the <function> element. This | Ian Romanick |
2005-10-20 | restore FASTCALL stuff | Brian Paul |
2005-10-20 | Disable the FASTCALL optimization because it still breaks server-side GLX. | Brian Paul |
2005-08-26 | /dri/msg | Adam Jackson |
2005-08-26 | Fix the scripts for the cygwin & mingw changes | Alan Hourihane |
2005-08-11 | Remove the logic that determines at compile time whether or not HAVE_ALIAS | Ian Romanick |
2005-07-02 | Add support for assembly (static) dispatch functions on x86-64. This | Ian Romanick |
2005-06-24 | Fix non-x86 specific builds. The changes from glTexImage3DEXT to | Ian Romanick |
2005-06-21 | Mammoth update to the Python code generator scripts that live in | Ian Romanick |
2005-04-18 | If the file name passed to parse_GL_API is None or "-", read from standard | Ian Romanick |
2005-04-18 | Refactor a bunch of common code from the "leaf" scripts to a new functions, | Ian Romanick |
2005-04-18 | Convert all Python scripts to use XML namespaces. | Ian Romanick |
2005-04-14 | Convert 'variable_param' from a CDATA attribute to a NMTOKENS attribute. | Ian Romanick |
2005-04-14 | Refactor the handling of the '(true | false)' enumerated attributes. | Ian Romanick |
2005-03-17 | Enable the generation of server-side __glGetBooleanv_size and related | Ian Romanick |
2005-03-17 | Minor refactoring and code tweaking. The only notable chage is that | Ian Romanick |
2005-03-06 | Actually *use* the count_scale value associated with a parameter. | Ian Romanick |
2005-03-03 | Check for some common function parameter description errors in the | Ian Romanick |
2005-02-26 | Fairly significant changes to enums.c and the way it is generated. enums.c | Ian Romanick |
2005-02-22 | generate enums.c file (Zack Rusin) | Brian Paul |
2005-02-08 | Add the ability to include other XML files by using a | Ian Romanick |
2005-02-02 | Small refactor. Add glXFunctionIterator, which derrives from | Ian Romanick |
2005-02-01 | Small refactor. Move several utility functions from glX_XML.py to | Ian Romanick |
2005-02-01 | Add GlxProto::createEnumFunction and add a 'context' parameter to the | Ian Romanick |
2005-01-28 | Refactor the code to emit multiple-inclusion protection to | Ian Romanick |
2005-01-25 | Add a glFunctionIterator class to iterate over the functions stored in a | Ian Romanick |
2005-01-25 | Add a "count" attribute to "enums" elements to set the default count | Ian Romanick |
2005-01-24 | Remove glEnum::startElement, but refactor out some of the common code from | Ian Romanick |
2005-01-07 | Track the GLX protocol names for GL types. | Ian Romanick |
2005-01-07 | Pixel oriented render functions are now generated by the | Ian Romanick |
2004-12-21 | Added some comments and fixed typeos. Slightly refactored the way | Ian Romanick |
2004-12-01 | Added the ability to get the size of a parameter as a string. Changed the | Ian Romanick |
2004-10-28 | minor clean-ups, found with pychecker | Brian Paul |
2004-05-19 | Added some in-code documentation. Modifed glParameter to be a | Ian Romanick |
2004-05-18 | New scripts for processing the XML version of APIspec. Mail is being | Ian Romanick |