summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)Author
2003-06-13Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul
2003-06-10moved from main/ to glapi/Brian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-05-10fix MapBufferARB() return typeBrian Paul
2003-04-21alias ARB/NV program functions where possibleBrian Paul
2003-03-29GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_fragment_program en...Brian Paul
2003-03-29added entries for GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_f...Brian Paul
2002-12-12Add mechanism to destroy mutexes. Important on OS's where mutex initializationKeith Whitwell
2002-11-30added const to castsBrian 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-10-29added some casts for mallocs (bug 630379)Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-17s/functionOffset/offset/Brian Paul
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul
2002-10-02_glapi_get_proc_address() now always returns a valid dispatch stub functionBrian 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-06-30Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE...Brian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2002-06-11Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof)Brian Paul
2002-05-29added another spot-check to verify dispatch table correctnessBrian Paul
2002-05-29Added GL_NV_point_sprite functions: glPointParameteri[v]NV().Brian Paul
2002-05-29added GL_NV_point_sprite entrypointsBrian Paul
2002-05-27updated vertex program dispatchBrian Paul
2002-05-27updated vertex program dispatch offsets to official valuesBrian Paul
2002-04-02DJGPP updatesBrian Paul
2002-03-07minor patches from David DawesBrian Paul
2002-01-15Fixed Windows compile problem with gl__unused413() function.Brian Paul
2002-01-03don't use macros, just expand them in-lineBrian Paul
2001-12-15better api trace/log messagesBrian Paul
2001-12-14added newline characters to trace stringsBrian Paul
2001-12-14minor tweaksBrian Paul
2001-12-14vertex program check-inBrian Paul
2001-12-14add dispatch offsets for vertex program functionsBrian Paul
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul
2001-11-30Corrected bad line breaks in macro definitions within code compiledKarl Schultz
2001-11-26don't use near and far for parameter namesBrian Paul
2001-11-26avoid using near and far as variable names since they are reserved wordsKarl Schultz
2001-11-19fixed a glitchBrian Paul
2001-11-18added test implementation of GL_ARB_window_posBrian Paul
2001-11-18API dispath updatesBrian Paul
2001-11-18new, simpler API specification fileBrian Paul
2001-11-18new Python API generator scriptsBrian Paul
2001-11-12BeOS thread support (Philippe Houdoin)Brian Paul
2001-11-01added some (void *) casts to silence gcc 2.96 warningsBrian Paul
2001-10-17updated for new glext.hBrian Paul