summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/APIspec
AgeCommit message (Collapse)Author
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick
The internal driver interface was also changed to use BlendEquationSeparate instead of BlendEquation.
2003-11-24oops, fix glitches in 1.5 functionsBrian Paul
2003-11-24generate the OpenGL 1.5 entrypointsBrian Paul
2003-08-22Added support for GL_IBM_multimode_draw_arrays.Ian Romanick
Added non-static entrypoints and the name string for GL_SUN_multi_draw_arrays (identical to GL_EXT_multi_draw_arrays). Made add_newer_entrypoints (in src/mesa/main/context.c) table driven. This reduced the size of context.o by about 3KB.
2003-08-19glPixelMap[f/ui/us]v()'s size parameter is GLsizei, not GLint.Brian Paul
2003-06-13Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul
2003-05-10fix MapBufferARB() return typeBrian Paul
2003-04-21alias ARB/NV program functions where possibleBrian Paul
2003-03-29added entries for GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, ↵Brian Paul
GL_NV_fragment_program
2002-11-08fixed a few category linesBrian Paul
2002-11-07added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElementsBrian Paul
2002-11-07added missing 1.4 glFogCoord functionsBrian Paul
2002-09-06fixed glSampleCoverage typoBrian Paul
2002-09-06added GL_EXT_stencil_two_side and GL_NV_fenceBrian Paul
2002-09-06added OpenGL 1.4 entrypointsBrian Paul
2002-06-30added unofficial dispatch offsets for GL_EXT_multi_draw_arrays functionsBrian Paul
2002-05-29added GL_NV_point_sprite entrypointsBrian Paul
2002-05-27updated vertex program dispatch offsets to official valuesBrian Paul
2001-12-14add dispatch offsets for vertex program functionsBrian Paul
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul
2001-11-26don't use near and far for parameter namesBrian Paul
2001-11-18added test implementation of GL_ARB_window_posBrian Paul
2001-11-18new, simpler API specification fileBrian Paul