summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
1999-11-24removed version loggingBrian Paul
1999-11-24bumped version to 3.3Brian Paul
1999-11-24added XMesaMakeCurrent2(), XMesaGetCurrentReadBuffer(), bumped version to 3.3Brian Paul
1999-11-24added a few more GLX 1.3 tokensBrian Paul
1999-11-24renamed near and far arguments to gluUnProject4()Brian Paul
1999-11-23added GLU 1.3 functionsBrian Paul
1999-11-23added GLX 1.3 tokens and functionsBrian Paul
1999-11-22bumped GLX version to 1.2, added glXGetCurrentDisplay()Brian Paul
1999-11-22added pragma 4615 (Eero), added copyrightBrian Paul
1999-11-18reordered the extensions and numbered themBrian Paul
1999-11-17fixed some glitches (Eero Pajarre)Brian Paul
1999-11-15changed multi-include guard symbolBrian Paul
1999-11-12added GL_EXT_texture_env_add extensionBrian Paul
1999-11-11removed redundant extension prototypesBrian Paul
1999-11-11 . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibilityKendall Bennett
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-09replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps()Brian Paul
1999-11-05turned off 'conditional expression is constant' warning for win32Ted Jump
1999-11-04Added glColorTable, etc.Miklos Fazekas
1999-10-30Changed over to maximal warnings on Win32 builds.Ted Jump
1999-10-27removed cvs history logs and old commentsBrian Paul
1999-10-27removed glXGetProcAddressEXTBrian Paul
1999-10-27removed gluGetProcAddressEXT()Brian Paul
1999-10-22removed revision history infoBrian Paul
1999-10-22define GLUAPI, GLAPIENTRY and GLCALLBACK to nothing if not using Mesa's gl.hBrian Paul
1999-10-21Added pragma to disable warning about unk pragmas for MSVC5Ted Jump
1999-10-20Minor patches to cleanup some compiler warnings in MSVCTed Jump
1999-10-17GL_MAX_ELEMENTS_VERTICES/INDICES enums had wrong valuesBrian Paul
1999-10-17more ARB_imaging colortable functionsBrian Paul
1999-10-17added missing GL_ARB_imaging color table functionsBrian Paul
1999-10-16Added glGetMinmaxMiklos Fazekas
1999-10-16removed GL_EXT_get_proc_addressBrian Paul
1999-10-15replaced glGetMinMax() with glGetMinmax()Brian Paul
1999-09-19lots of autoconf updatestanner
1999-09-19Changed name 'glGetProcAddressEXT' to 'gluGetProcAddressEXT'Ted Jump
1999-09-19More Win32 build compliance fixupsTed Jump
1999-09-18disabled GL_EXT_get_proc_address for the time beingBrian Paul
1999-09-17glGetProcAddressEXT changes to accomodate Win32 and non-Win32Brian Paul
1999-09-17Relocated wgl function prototypes to separate .h for easier work with fxwgl &...Ted Jump
1999-09-17wgl function prototypes moved out to better work with fxwglTed Jump
1999-09-17I changed the xxxGetProcAddressEXT function declarations to be moreTed Jump
1999-09-16GLU_EXT_get_proc_address clean-upBrian Paul
1999-09-16GL_EXT_get_proc_address clean-upBrian Paul
1999-09-16added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddressBrian Paul
1999-09-14Fixed GLUtriangulatorObj again (spelling).Gareth Hughes
1999-09-14Fixed definition of GLUtriangluatorObj for 1.3 tessellator.Gareth Hughes
1999-09-11added GLU_EXT_get_proc_addressBrian Paul
1999-09-11added GLX_EXT_get_proc_addressBrian Paul
1999-09-11added GL_EXT_get_proc_addressBrian Paul
1999-09-10Added GLU 1.3 tessellation (except winding rule code).Gareth Hughes