| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix SPARC assembly for 64-bit | Ian Romanick | 2005-07-28 | 2 | -21/+22 |
* | Missed this on the previous commit. | Ian Romanick | 2005-07-18 | 1 | -0/+2498 |
* | Wrap every place that accesses a dispatch table with a macro. A new script- | Ian Romanick | 2005-07-18 | 3 | -12/+102 |
* | Add support for assembly (static) dispatch functions on x86-64. This | Ian Romanick | 2005-07-02 | 2 | -4/+314 |
* | Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, and | Brian Paul | 2005-07-01 | 1 | -3/+3 |
* | Replace add_newer_entrypoints (src/mesa/main/context.c) with | Ian Romanick | 2005-06-30 | 2 | -0/+293 |
* | Ignore files generated as part of the build process. | Ian Romanick | 2005-06-24 | 1 | -0/+11 |
* | Fix non-x86 specific builds. The changes from glTexImage3DEXT to | Ian Romanick | 2005-06-24 | 5 | -109/+117 |
* | Fixed the XCB implementation when always_array is true, thanks to Ian Romanic... | Jeremy Kolb | 2005-06-24 | 1 | -1/+2 |
* | Mark GenQueriesARB at 'always_array="true"'. This eliminates the need | Ian Romanick | 2005-06-22 | 2 | -2/+2 |
* | Fixed a bug where GenQueriesARB was generating the wrong code for XCB and wou... | Jeremy Kolb | 2005-06-22 | 1 | -1/+1 |
* | Mammoth update to the Python code generator scripts that live in | Ian Romanick | 2005-06-21 | 19 | -3448/+3832 |
* | ran "make" after update to glX_proto_send.py. | Jeremy Kolb | 2005-06-20 | 1 | -397/+397 |
* | Fixed some issues where XCB replies were being freed and data was not being c... | Jeremy Kolb | 2005-06-20 | 1 | -4/+2 |
* | Fix gl_enums.py so that enums that are listed with the same name in | Ian Romanick | 2005-05-26 | 1 | -2/+9 |
* | Minor correction to EXT_framebuffer_object XML. Fix gl_table.py so that it | Ian Romanick | 2005-05-26 | 4 | -7/+7 |
* | Make a couple minor corrections to gl_API.xml. Fixes the name of an | Ian Romanick | 2005-05-26 | 3 | -11/+11 |
* | Fix a couple typeos in enum names. | Ian Romanick | 2005-05-25 | 1 | -2/+2 |
* | moved to windows build dir | Karl Schultz | 2005-05-24 | 1 | -124/+0 |
* | another GLX / XCB patch (Jeremy Kolb) | Brian Paul | 2005-05-16 | 1 | -4/+4 |
* | Patches for XCB (Jeremy Kolb) | Brian Paul | 2005-05-07 | 1 | -5/+60 |
* | 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 |