Add a new offset mode to the GL API XML. This mode, called "assign,"
[mesa.git] / src / mesa / glapi / glapitable.h
2006-08-24 Ian RomanickAdd a new offset mode to the GL API XML. This mode...
2006-08-15 Ian RomanickAdd support for GL_EXT_gpu_program_parameters. Any...
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-03-01 Brian PaulAdded glBlitFramebufferEXT function.
2005-12-07 Brian PaulUpdates for GL_EXT_timer_query:
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-06-24 Ian RomanickFix non-x86 specific builds. The changes from glTexIma...
2005-05-26 Ian RomanickMinor correction to EXT_framebuffer_object XML. Fix...
2005-02-08 Brian PaulAdd new entrypoints for GL_EXT_framebuffer_object.
2005-01-28 Ian RomanickRefactor the code to emit multiple-inclusion protection to
2005-01-12 Brian PaulSome initial work for OpenGL 2.0: glStencilFunc/Op...
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-12-13 Ian RomanickAdded many (hopefully all) missing 'output="true"'...
2004-11-27 Brian PaulChange the dispatch offsets for the VertexAttrib*NV...
2004-10-28 Brian Paulname parameter to glGetActiveAttribARB() should not...
2004-10-28 Michal Krolrenumber ARB_shader_objects and ARB_vertex_shader offsets
2004-10-27 Michal Krolfix DrawBufferARB entry
2004-10-27 Michal Krolby karoshi - add support for ARB_shader objects and...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-08-25 Brian Paulregenerated with license info
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2003-12-05 Brian Pauldon't include GL/gl.h, define GLAPIENTRYP if not defined
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-08-22 Ian RomanickAdded support for GL_IBM_multimode_draw_arrays.
2003-08-19 Brian PaulglPixelMap[f/ui/us]v()'s size parameter is GLsizei...
2003-06-13 Brian PaulImplemented GL_ARB_occlusion_query (not 100% finalized).
2003-05-10 Brian Paulfix MapBufferARB() return type
2003-04-21 Brian Paulalias ARB/NV program functions where possible
2003-03-29 Brian PaulGL_ARB_vertex_buffer_object, GL_ARB_vertex_program...
2002-09-06 Brian Pauladded GL_EXT_stencil_two_side and GL_NV_fence
2002-06-30 Brian PaulImplemented GL_EXT_multi_draw_arrays: glMultiDrawArrays...
2002-05-29 Brian PaulAdded GL_NV_point_sprite functions: glPointParameteri...
2002-05-27 Brian Paulupdated vertex program dispatch
2001-12-14 Brian Paulvertex program check-in
2001-12-04 Brian Pauldispatch changes to minimize hassle with XFree86 libGL
2001-11-18 Brian Pauladded test implementation of GL_ARB_window_pos
2001-11-18 Brian PaulAPI dispath updates
2001-03-26 Brian Paulchange glTexImage3D() internalFormat to GLenum to match...
2000-10-27 Brian PaulEnabled GL_EXT_secondary_color. Fixed a bunch of typos...
2000-05-18 Brian Pauladded tbuffer and compressed teximage extension functions
2000-02-24 Brian Paulnow generated with Python script
2000-02-23 Brian Paulfixed a few glitches
2000-02-12 Brian Paulclean-up
2000-02-11 Brian Pauladded code for all GL_MESA_window_pos functions
2000-02-03 Jouk Jansen Committing in .
2000-01-31 Brian Paulfixed protos for glTexImage3DEXT and GetDetailTexFuncSGIS
2000-01-28 Brian Paulupdated comments
1999-12-16 Brian Pauladded more functions
1999-12-15 Brian Pauladded many more extension entry points
1999-12-10 Brian Paulimplemented GL_ARB_tranpose_matrix
1999-11-27 Brian Pauladded _GLAPI_EXTRA_SLOTS symbol
1999-11-25 Brian Paulinitial rev