summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)AuthorFilesLines
2003-09-19Assorted casts to silence g++ warnings.Brian Paul1-2/+2
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz1-124/+124
2003-08-30Generate browse info for Debug version.Karl Schultz1-2/+2
2003-08-27make _glapi_get_proc_address() return NULL if function doesn't start with gl ...Brian Paul1-1/+5
2003-08-24Fix compile problems with `glMultiModeDrawArraysIBM'Jon Smirl1-12/+10
2003-08-22Added support for GL_IBM_multimode_draw_arrays.Ian Romanick5-5/+23
2003-08-19glPixelMap[f/ui/us]v()'s size parameter is GLsizei, not GLint.Brian Paul3-10/+27
2003-08-19simplify some python codeBrian Paul1-14/+7
2003-07-26VC 6 Project FileKarl Schultz1-0/+124
2003-07-02 Committing in .Jouk Jansen1-0/+4
2003-06-17 Committing in .Jouk Jansen1-0/+33
2003-06-13Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul5-1/+134
2003-06-10moved from main/ to glapi/Brian Paul1-0/+894
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick4-4/+0
2003-05-10fix MapBufferARB() return typeBrian Paul3-5/+5
2003-04-21alias ARB/NV program functions where possibleBrian Paul4-393/+346
2003-03-29GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_fragment_program en...Brian Paul3-0/+632
2003-03-29added entries for GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_f...Brian Paul1-53/+690
2002-12-12Add mechanism to destroy mutexes. Important on OS's where mutex initializationKeith Whitwell1-1/+11
2002-11-30added const to castsBrian Paul2-433/+433
2002-11-08fixed a few category linesBrian Paul1-4/+4
2002-11-07added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElementsBrian Paul2-64/+109
2002-11-07added missing 1.4 glFogCoord functionsBrian Paul2-1/+66
2002-10-29added some casts for mallocs (bug 630379)Brian Paul1-3/+3
2002-10-24Header file clean-up:Brian Paul1-7/+3
2002-10-17s/functionOffset/offset/Brian Paul1-2/+2
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul1-26/+23
2002-10-02_glapi_get_proc_address() now always returns a valid dispatch stub functionBrian Paul1-95/+136
2002-09-06fixed glSampleCoverage typoBrian Paul2-4/+9
2002-09-06added GL_EXT_stencil_two_side and GL_NV_fenceBrian Paul4-28/+96
2002-09-06added OpenGL 1.4 entrypointsBrian Paul2-2/+485
2002-06-30added unofficial dispatch offsets for GL_EXT_multi_draw_arrays functionsBrian Paul1-3/+6
2002-06-30Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE...Brian Paul3-2/+16
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2-19/+39
2002-06-11Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof)Brian Paul1-2/+4
2002-05-29added another spot-check to verify dispatch table correctnessBrian Paul1-1/+9
2002-05-29Added GL_NV_point_sprite functions: glPointParameteri[v]NV().Brian Paul3-0/+16
2002-05-29added GL_NV_point_sprite entrypointsBrian Paul1-1/+20
2002-05-27updated vertex program dispatchBrian Paul3-304/+272
2002-05-27updated vertex program dispatch offsets to official valuesBrian Paul1-180/+180
2002-04-02DJGPP updatesBrian Paul1-2/+2
2002-03-07minor patches from David DawesBrian Paul2-8/+12
2002-01-15Fixed Windows compile problem with gl__unused413() function.Brian Paul2-3/+3
2002-01-03don't use macros, just expand them in-lineBrian Paul1-7/+4
2001-12-15better api trace/log messagesBrian Paul2-183/+211
2001-12-14added newline characters to trace stringsBrian Paul1-748/+748
2001-12-14minor tweaksBrian Paul1-3/+5
2001-12-14vertex program check-inBrian Paul3-749/+1196
2001-12-14add dispatch offsets for vertex program functionsBrian Paul1-175/+181
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul5-1251/+1236