Add a new offset mode to the GL API XML. This mode, called "assign,"
[mesa.git] / src / mesa / glapi / glprocs.h
2006-08-24 Ian RomanickAdd a new offset mode to the GL API XML. This mode...
2006-08-22 Ian RomanickAdd new attribute called static_dispatch to the <functi...
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-06-21 Ian RomanickMammoth update to the Python code generator scripts...
2005-06-20 Jeremy Kolbran "make" after update to glX_proto_send.py.
2005-02-08 Brian PaulAdd new entrypoints for GL_EXT_framebuffer_object.
2005-01-12 Brian PaulSome initial work for OpenGL 2.0: glStencilFunc/Op...
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-12-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-11-27 Brian PaulChange the dispatch offsets for the VertexAttrib*NV...
2004-11-27 Brian PaulUse new _glapi_proc typedef instead of void * for funct...
2004-10-28 Michal Krolrenumber ARB_shader_objects and ARB_vertex_shader offsets
2004-10-27 Michal Kroladd support for ARB_shader_objects and ARB_vertex_shader
2004-10-27 Michal Krolregenerate with correct script
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-05-27 Ian RomanickModify glprocs.h to have two tables instead of one...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2003-11-24 Brian Paulgenerate the OpenGL 1.5 entrypoints
2003-08-22 Ian RomanickAdded support for GL_IBM_multimode_draw_arrays.
2003-06-13 Brian PaulImplemented GL_ARB_occlusion_query (not 100% finalized).
2003-06-10 Brian Paulmoved from main/ to glapi/