summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2000-03-31added gluCheckExtension()Brian Paul1-207/+216
2000-03-20patched for Cygwin (Sven Panne)Brian Paul2-4/+6
2000-02-23changed glXCopyContext()'s mask to unsigned longBrian Paul1-4/+4
2000-02-10added GLCALLBACKPCAST for Cygnus (Sven Panne)Brian Paul1-1/+11
2000-02-09updated version info to 3.2Brian Paul6-91/+28
2000-02-05GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffixBrian Paul1-3/+3
2000-01-22updated for Mesa 3.2Brian Paul1-21/+11
2000-01-17added missing POINT/LINE RANGE/GRANULARITY tokensBrian Paul1-3/+7
2000-01-07added glHintPGI()Brian Paul1-1472/+985
2000-01-04added missing glColorTableParameter definesBrian Paul1-2/+4
1999-12-13applied Daryll's patchesBrian Paul2-29/+59
1999-12-10removed GLX_EXT_get_proc_addressBrian Paul1-2/+1
1999-12-10added GLX_ARB_get_proc_addressBrian Paul1-33/+35
1999-11-24bumped version to 3.1Brian Paul3-13/+22
1999-11-24bumped version to 3.1, updated copyrightBrian Paul1-30/+17
1999-11-22added pragma 4615 (Eero), added copyrightBrian Paul1-0/+28
1999-11-17fixed some glitches (Eero Pajarre)Brian Paul2-6/+19
1999-11-11 . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibilityKendall Bennett2-3/+7
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul3-1216/+1708
1999-11-09replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps()Brian Paul1-5/+5
1999-11-05turned off 'conditional expression is constant' warning for win32Ted Jump1-2/+2
1999-11-04Added glColorTable, etc.Miklos Fazekas1-1/+6
1999-10-30Changed over to maximal warnings on Win32 builds.Ted Jump1-16/+10
1999-10-27removed cvs history logs and old commentsBrian Paul1-43/+1
1999-10-27removed glXGetProcAddressEXTBrian Paul1-8/+4
1999-10-27removed gluGetProcAddressEXT()Brian Paul1-14/+1
1999-10-22removed revision history infoBrian Paul1-59/+1
1999-10-22define GLUAPI, GLAPIENTRY and GLCALLBACK to nothing if not using Mesa's gl.hBrian Paul1-1/+16
1999-10-21Added pragma to disable warning about unk pragmas for MSVC5Ted Jump1-1/+2
1999-10-20Minor patches to cleanup some compiler warnings in MSVCTed Jump3-24/+53
1999-10-17GL_MAX_ELEMENTS_VERTICES/INDICES enums had wrong valuesBrian Paul1-3/+3
1999-10-17more ARB_imaging colortable functionsBrian Paul1-11/+15
1999-10-17added missing GL_ARB_imaging color table functionsBrian Paul1-4/+29
1999-10-16Added glGetMinmaxMiklos Fazekas1-2/+3
1999-10-16removed GL_EXT_get_proc_addressBrian Paul1-13/+1
1999-10-15replaced glGetMinMax() with glGetMinmax()Brian Paul1-2/+2
1999-09-19lots of autoconf updatestanner1-1/+5
1999-09-19Changed name 'glGetProcAddressEXT' to 'gluGetProcAddressEXT'Ted Jump1-4/+4
1999-09-19More Win32 build compliance fixupsTed Jump2-16/+9
1999-09-18disabled GL_EXT_get_proc_address for the time beingBrian Paul1-2/+1
1999-09-17glGetProcAddressEXT changes to accomodate Win32 and non-Win32Brian Paul2-7/+19
1999-09-17Relocated wgl function prototypes to separate .h for easier work with fxwgl &...Ted Jump1-20/+6
1999-09-17wgl function prototypes moved out to better work with fxwglTed Jump1-0/+33
1999-09-17I changed the xxxGetProcAddressEXT function declarations to be moreTed Jump2-4/+11
1999-09-16GLU_EXT_get_proc_address clean-upBrian Paul1-9/+10
1999-09-16GL_EXT_get_proc_address clean-upBrian Paul1-6/+12
1999-09-16added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddressBrian Paul1-15/+22
1999-09-14Fixed GLUtriangulatorObj again (spelling).Gareth Hughes1-2/+5
1999-09-14Fixed definition of GLUtriangluatorObj for 1.3 tessellator.Gareth Hughes1-1/+5
1999-09-11added GLU_EXT_get_proc_addressBrian Paul1-1/+20