Age | Commit message (Expand) | Author |
2008-05-18 | alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935) | Brian Paul |
2008-04-04 | Alias glStencilOpSeparateATI with glStencilOpSeparate. | Brian |
2008-04-04 | Finish up ATI_separate_stencil | Brian |
2007-06-28 | Add a few missing GL 2.0 entrypoints, regenerate related files. | Brian |
2007-04-08 | fix bug 9823: GL_CLIENT_ATTRIB_STACK_DEPTH query fails for indirect rendering | Wei Wang |
2007-04-07 | MAX_TEXTURE_COORDS_ARB and MAX_TEXTURE_IMAGE_UNITS_ARB had wrong glGet info. | Brian |
2007-03-06 | Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB. | Ian Romanick |
2007-01-30 | s/params/pointer/ for glGetVertexAttribPointer | Brian |
2007-01-30 | s/params/pointer/ for glGetVertexAttribPointer | Brian |
2007-01-30 | s/params/pointer/ for glGetVertexAttribPointer | Brian |
2007-01-27 | Bug 9628: no entry for GetVertexAttribPointerv | George Sapountzis |
2006-11-22 | GLX protocol fixes for glMap* functions (bug 8899) | 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-11 | Fix bug #4681. | Ian Romanick |
2006-10-04 | Fix the ordering of extensions. | Ian Romanick |
2006-08-31 | Fix problems with vertex program protocol | Ian Romanick |
2006-08-29 | Deprecate GL_EXT_vertex_weighting. | Ian Romanick |
2006-08-29 | More static dispatch function removal. | 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-22 | Correct the name of the GL_NV_texture_expand_normal extension. | 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-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-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick |
2006-03-14 | Set always_array=true for glGenProgramsNV (Dave Reveman) | Brian Paul |
2006-03-01 | Added glBlitFramebufferEXT function. | Brian Paul |
2005-12-07 | Updates for GL_EXT_timer_query: | Brian Paul |
2005-10-03 | Change the 'count' for COMPRESSED_TEXTURE_FORMATS from "?" to "-1". This | Ian Romanick |
2005-06-24 | Fix non-x86 specific builds. The changes from glTexImage3DEXT to | Ian Romanick |
2005-06-22 | Mark GenQueriesARB at 'always_array="true"'. This eliminates the need | Ian Romanick |
2005-06-21 | Mammoth update to the Python code generator scripts that live in | Ian Romanick |
2005-05-26 | Minor correction to EXT_framebuffer_object XML. Fix gl_table.py so that it | Ian Romanick |
2005-05-26 | Make a couple minor corrections to gl_API.xml. Fixes the name of an | Ian Romanick |
2005-04-18 | Move the DTD to its own file. | Ian Romanick |
2005-04-14 | Convert 'variable_param' from a CDATA attribute to a NMTOKENS attribute. | Ian Romanick |
2005-04-14 | Modify the DTD to use NMTOKEN, enumerants, and explicit default values | Ian Romanick |
2005-03-17 | xmllint fixes. Revert 'note_unflushed' changes that were accidetnally | Ian Romanick |
2005-03-17 | Enable the generation of server-side __glGetBooleanv_size and related | Ian Romanick |
2005-03-17 | Fix the handling of zero-sized output parameters (i.e., those with type | Ian Romanick |
2005-03-11 | Add support for ARB_draw_buffers and ARB_occlusion_query. The GLX protocol | Ian Romanick |
2005-03-03 | Fix some errors in the parameter descriptions in serveral vertex / fragment | Ian Romanick |
2005-02-25 | Add GLX protocol support for ARB_fragement_program, | Ian Romanick |
2005-02-23 | Corrected the value for X_GLrop_SecondaryColor3svEXT. | Ian Romanick |
2005-02-09 | Generate GLX protocol for pixel single commands. | Ian Romanick |
2005-02-08 | Correct a couple problems / omissions in the DTD. | Ian Romanick |