summaryrefslogtreecommitdiff
path: root/include/GL/glu.h
AgeCommit message (Expand)AuthorFilesLines
2008-10-29glu: fix compilation problem when using Windows gl.h (sf bug 2204589)Nigel Stewart1-0/+4
2008-09-19Update to SGI FreeB 2.0.Adam Jackson1-27/+28
2007-08-23Unbreak Linux builds with -fvisibility=hidden.Adam Jackson1-16/+11
2007-06-28a variety of fixes for MingWzhang1-0/+13
2004-02-06added GLU_INCOMPATIBLE_GL_VERSIONBrian Paul1-0/+1
2003-10-20Define GLAPIENTRYP properly so that GLU compiles on Windows.Karl Schultz1-1/+1
2003-10-16Minor changes to make linux-solo build againJon Smirl1-0/+4
2003-10-14Updates to SGI GLU code to get it to compile clean with the Open Watcom compi...Kendall Bennett1-1/+1
2002-08-27define GLAPIENTRY and GLAPI if not defined in gl.hBrian Paul1-0/+8
2001-11-09fix typedef problem found with MSDev 6.0Brian Paul1-4/+4
2001-09-21Add GLAPIENTRY to typedef for callback functions (used by tessellator).Karl Schultz1-1/+1
2001-09-20add the same conditional mangling stuff that gl.h has.Karl Schultz1-0/+4
2001-09-20Change UnProject4 prototype to use nearVal and farVal instead of nearKarl Schultz1-1/+1
2001-09-14Win32 updates (Karl Schultz)Brian Paul1-59/+59
2001-03-17SGI SI GLU 1.3 headerBrian Paul1-517/+306
2000-10-26fixed value for GLU_NURBS_MODEBrian Paul1-3/+3
2000-07-11reverted to old tessellator (GLU 1.1)Brian Paul1-63/+53
2000-05-22replaced __CYGWIN32__ with __CYGWIN__Brian Paul1-3/+3
2000-05-22moved a lot of Window-isms out of gl.h into other filesBrian Paul1-1/+12
1999-11-24renamed near and far arguments to gluUnProject4()Brian Paul1-2/+2
1999-11-23added GLU 1.3 functionsBrian Paul1-4/+51
1999-11-15changed multi-include guard symbolBrian Paul1-4/+4
1999-11-11 . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibilityKendall Bennett1-2/+2
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-204/+206
1999-11-09replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps()Brian Paul1-5/+5
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-09-19Changed name 'glGetProcAddressEXT' to 'gluGetProcAddressEXT'Ted Jump1-4/+4
1999-09-19More Win32 build compliance fixupsTed Jump1-7/+6
1999-09-17glGetProcAddressEXT changes to accomodate Win32 and non-Win32Brian Paul1-4/+10
1999-09-17I changed the xxxGetProcAddressEXT function declarations to be moreTed Jump1-2/+8
1999-09-16GLU_EXT_get_proc_address clean-upBrian Paul1-9/+10
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
1999-09-10Added GLU 1.3 tessellation (except winding rule code).Gareth Hughes1-45/+103
1999-08-19Initial revisionjtg1-0/+444