Age | Commit message (Expand) | Author |
2006-11-22 | GLX protocol fixes for glMap* functions (bug 8899) | Brian Paul |
2006-11-21 | list header files in sources files (Dan Nicholson) | Brian Paul |
2006-11-18 | fix mgl name mangling problem | Brian Paul |
2006-11-16 | use LONGSTRING to silence warning | Brian Paul |
2006-11-03 | #define _glapi_Dispatch _mglapi_Dispatch when USE_MGL_NAMESPACE is set. | Brian Paul |
2006-11-03 | check for USE_MGL_NAMESPACE | Brian Paul |
2006-11-03 | Added OpenGL 2.1 entrypoints. | Brian Paul |
2006-11-02 | Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files. | Brian Paul |
2006-10-13 | Fix dumb build errors. | Ian Romanick |
2006-10-13 | include glapi.h to fix broken build | Brian Paul |
2006-10-12 | remove some debug code invalidated by prev check-in | Brian Paul |
2006-10-11 | Fix bug #4681. | Ian Romanick |
2006-10-11 | List of source (.c) files in each directory. | Brian Paul |
2006-10-09 | Updates for XCB. Bug 8560. | Ian Romanick |
2006-10-04 | Changes to generated code caused by the previous commits. | Ian Romanick |
2006-10-04 | Fix the ordering of extensions. | Ian Romanick |
2006-10-04 | Keep indentation consistent with indent. | Ian Romanick |
2006-10-04 | Divide categories into four groups as they are processed from the XML. Add | Ian Romanick |
2006-10-04 | Add utility method client_supported_for_indirect. | Ian Romanick |
2006-09-26 | Added function convertStringForXCB. Deals with the recent XCB naming convent... | Jeremy Kolb |
2006-09-14 | Use correct opcodes for GLX_EXT_texture_from_pixmap. | Ian Romanick |
2006-08-31 | Add API description for GLX_SGI_swap_control. | Ian Romanick |
2006-08-31 | Fix problems with vertex program protocol | Ian Romanick |
2006-08-29 | remove assertion that referenced &glSetFenceNV for debug test | Brian Paul |
2006-08-29 | Deprecate GL_EXT_vertex_weighting. | Ian Romanick |
2006-08-29 | More static dispatch function removal. | Ian Romanick |
2006-08-28 | Add two new gl_function methods. dispatch_name returns the name of | Ian Romanick |
2006-08-28 | Add dependencies for all API XML files. | Ian Romanick |
2006-08-26 | Explicitly store the names for each function that should have a static | Ian Romanick |
2006-08-25 | Add a couple of the missing GL 2.0 functions. Enable GLX protocol for | Ian Romanick |
2006-08-25 | Add missing enums for GL_SGI_color_table. | Ian Romanick |
2006-08-24 | GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions. | Ian Romanick |
2006-08-24 | Add a new offset mode to the GL API XML. This mode, called "assign," | Ian Romanick |
2006-08-24 | Fix some problems with the generation of the size tables. Enable | Ian Romanick |
2006-08-23 | New script and API description file to enable generate of GLX protocol | Ian Romanick |
2006-08-22 | Correct the name of the GL_NV_texture_expand_normal extension. | Ian Romanick |
2006-08-22 | The TLS dispatch functions for x86-64 are fixed-size, just like on | Ian Romanick |
2006-08-22 | Add new attribute called static_dispatch to the <function> element. This | Ian Romanick |
2006-08-15 | Add support for GL_EXT_gpu_program_parameters. Any driver that enables | Ian Romanick |
2006-08-11 | Fix long standing bug that prevented newer drivers from working with | Ian Romanick |
2006-07-30 | Add support for GL_MESA_shader_debug. | Michal Krol |
2006-06-27 | Remove the extraneous GL_ prefix from the enums for GL_EXT_timer_query and | Ian Romanick |
2006-06-16 | Thread safety for Win32. SourceForge bug #1507315. | Brian Paul |
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick |
2006-04-17 | Add .note.GNU-stack section to assembler files to avoid the default behavior | Kristian Høgsberg |
2006-04-13 | added 'const' (Dan Schikore) | Brian Paul |
2006-04-07 | regenerate SPARC assembly dispatch (bug 6484) | Brian Paul |
2006-03-29 | Fixes to silence warnings in code generated by glapi scripts. | Kristian Høgsberg |
2006-03-15 | assorted code clean-ups, comments, etc. | Brian Paul |
2006-03-15 | remove invalid assertion in _glapi_get_dispatch(), fixes additional thread sa... | Brian Paul |