| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop gcc-4.0 complaining about "type qualifiers ignored on function | Keith Whitwell | 2005-04-28 | 1 | -1/+1 |
* | Stop gcc-4.0 complaining about "type qualifiers ignored on function | Keith Whitwell | 2005-04-28 | 1 | -1/+1 |
* | 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 | 12 | -141/+29 |
* | Fill-in function offsets and correct a couple typos. | Ian Romanick | 2005-04-18 | 1 | -25/+28 |
* | Convert all Python scripts to use XML namespaces. | Ian Romanick | 2005-04-18 | 12 | -92/+106 |
* | Move the DTD to its own file. | Ian Romanick | 2005-04-18 | 2 | -122/+121 |
* | Reverted the last change back to fix bug 3035 | Ben Crossman | 2005-04-15 | 1 | -1/+1 |
* | Convert 'variable_param' from a CDATA attribute to a NMTOKENS attribute. | Ian Romanick | 2005-04-14 | 2 | -5/+5 |
* | Refactor the handling of the '(true | false)' enumerated attributes. | Ian Romanick | 2005-04-14 | 2 | -54/+27 |
* | Modify the DTD to use NMTOKEN, enumerants, and explicit default values | Ian Romanick | 2005-04-14 | 1 | -57/+56 |
* | In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use the TLS verion of the | Ian Romanick | 2005-04-14 | 2 | -3/+28 |
* | A few getenv() that werent using the mesa wrapper version | Ben Crossman | 2005-04-14 | 1 | -1/+1 |
* | Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, all | Ian Romanick | 2005-04-13 | 4 | -61/+220 |
* | xmllint fixes. Revert 'note_unflushed' changes that were accidetnally | Ian Romanick | 2005-03-17 | 1 | -4/+6 |
* | Enable the generation of server-side __glGetBooleanv_size and related | Ian Romanick | 2005-03-17 | 4 | -450/+1443 |
* | Minor refactoring and code tweaking. The only notable chage is that | Ian Romanick | 2005-03-17 | 2 | -13/+9 |
* | Refactored some of the code for PrintGlxReqSize_[ch]. This ensures that the | Ian Romanick | 2005-03-17 | 1 | -19/+44 |
* | Fix the handling of zero-sized output parameters (i.e., those with type | Ian Romanick | 2005-03-17 | 2 | -2/+6 |
* | Add support for ARB_draw_buffers and ARB_occlusion_query. The GLX protocol | Ian Romanick | 2005-03-11 | 1 | -29/+43 |
* | Actually *use* the count_scale value associated with a parameter. | Ian Romanick | 2005-03-06 | 1 | -3/+11 |
* | Fix some errors in the parameter descriptions in serveral vertex / fragment | Ian Romanick | 2005-03-03 | 1 | -11/+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 | 2 | -43/+124 |
* | Add GLX protocol support for ARB_fragement_program, | Ian Romanick | 2005-02-25 | 1 | -333/+481 |
* | Convert the static functions read_pixel_reply, read_reply, | Ian Romanick | 2005-02-25 | 1 | -13/+33 |
* | Sort the enums in the Python code, instead of at runtime. (Zack Rusin) | Brian Paul | 2005-02-23 | 1 | -56/+36 |
* | Corrected the value for X_GLrop_SecondaryColor3svEXT. | Ian Romanick | 2005-02-23 | 1 | -1/+1 |
* | generate enums.c file (Zack Rusin) | Brian Paul | 2005-02-22 | 3 | -0/+190 |
* | Generate GLX protocol for pixel single commands. | Ian Romanick | 2005-02-09 | 3 | -33/+106 |
* | Correct a couple problems / omissions in the DTD. | Ian Romanick | 2005-02-08 | 1 | -5/+10 |
* | Add new entrypoints for GL_EXT_framebuffer_object. | Brian Paul | 2005-02-08 | 5 | -190/+513 |
* | Definitions for EXT_framebuffer_object. Just <include/> it in gl_API.xml | Ian Romanick | 2005-02-08 | 1 | -0/+175 |
* | Add the ability to include other XML files by using a | Ian Romanick | 2005-02-08 | 1 | -0/+10 |
* | Fix some mixed spaces / tabs issues in generated code. Commit generated | Ian Romanick | 2005-02-05 | 1 | -13/+13 |
* | Enable client-side GLX support for texture compression extensions. | Ian Romanick | 2005-02-04 | 1 | -0/+13 |
* | Added a bunch of extensions that were previously supported but weren't | Ian Romanick | 2005-02-03 | 1 | -9/+225 |
* | Small refactor. Add glXFunctionIterator, which derrives from | Ian Romanick | 2005-02-02 | 5 | -56/+84 |
* | Small refactor. Move several utility functions from glX_XML.py to | Ian Romanick | 2005-02-01 | 4 | -64/+58 |
* | Add GlxProto::createEnumFunction and add a 'context' parameter to the | Ian Romanick | 2005-02-01 | 3 | -2/+303 |
* | Refactor the code to emit multiple-inclusion protection to | Ian Romanick | 2005-01-28 | 8 | -38/+27 |
* | Properly annotate variable-length output parameters. Make sure that the | Ian Romanick | 2005-01-28 | 3 | -89/+100 |
* | Fix some get / set errors with COLOR_TABLE_*. SCALE and BIAS can be | Ian Romanick | 2005-01-28 | 1 | -16/+20 |
* | Slightly modify the meaning of the 'handcode' attribute in a 'glx' element. | Ian Romanick | 2005-01-28 | 3 | -24/+41 |
* | Add an option to emit extra debug code in the generated protocol functions. | Ian Romanick | 2005-01-28 | 1 | -4/+29 |
* | Mark a couple more function parameters as counters. | Ian Romanick | 2005-01-27 | 1 | -3/+3 |
* | Add numerous 'get'-type functions to most of the enums supported by the | Ian Romanick | 2005-01-27 | 2 | -42/+511 |
* | The 'mode' setting of a function within an 'enum' element is now used. | Ian Romanick | 2005-01-27 | 3 | -36/+131 |
* | Add a glFunctionIterator class to iterate over the functions stored in a | Ian Romanick | 2005-01-25 | 3 | -53/+67 |
* | Stupid text editor...convert wayward tabs to spaces. | Ian Romanick | 2005-01-25 | 1 | -26/+26 |