summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/APIspec
AgeCommit message (Expand)Author
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick
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
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, GL_NV_f...Brian Paul
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