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