summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove glu_mangle.hMatt Turner2021-06-242-90/+0
* glu: Fix _GLUfuncptr typedef.zhigang gong2011-05-121-1/+1
* glu: fix compilation problem when using Windows gl.h (sf bug 2204589)Nigel Stewart2008-10-291-0/+4
* Update to SGI FreeB 2.0.Adam Jackson2008-09-191-27/+28
* Unbreak Linux builds with -fvisibility=hidden.Adam Jackson2007-08-231-16/+11
* a variety of fixes for MingWzhang2007-06-281-0/+13
* added GLU_INCOMPATIBLE_GL_VERSIONBrian Paul2004-02-061-0/+1
* Define GLAPIENTRYP properly so that GLU compiles on Windows.Karl Schultz2003-10-201-1/+1
* Minor changes to make linux-solo build againJon Smirl2003-10-161-0/+4
* Updates to SGI GLU code to get it to compile clean with the Open Watcom compi...Kendall Bennett2003-10-141-1/+1
* Add missing entry points. (Warren Cashen)Karl Schultz2003-10-101-0/+2
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-21/+0
* define GLAPIENTRY and GLAPI if not defined in gl.hBrian Paul2002-08-271-0/+8
* fix typedef problem found with MSDev 6.0Brian Paul2001-11-091-4/+4
* Add GLAPIENTRY to typedef for callback functions (used by tessellator).Karl Schultz2001-09-211-1/+1
* add the same conditional mangling stuff that gl.h has.Karl Schultz2001-09-201-0/+4
* add mangling for new entry pointsKarl Schultz2001-09-201-1/+10
* Change UnProject4 prototype to use nearVal and farVal instead of nearKarl Schultz2001-09-201-1/+1
* Win32 updates (Karl Schultz)Brian Paul2001-09-141-59/+59
* SGI SI GLU 1.3 headerBrian Paul2001-03-171-517/+306
* fixed value for GLU_NURBS_MODEBrian Paul2000-10-261-3/+3
* reverted to old tessellator (GLU 1.1)Brian Paul2000-07-111-63/+53
* replaced __CYGWIN32__ with __CYGWIN__Brian Paul2000-05-221-3/+3
* moved a lot of Window-isms out of gl.h into other filesBrian Paul2000-05-221-1/+12
* renamed near and far arguments to gluUnProject4()Brian Paul1999-11-241-2/+2
* added GLU 1.3 functionsBrian Paul1999-11-231-4/+51
* changed multi-include guard symbolBrian Paul1999-11-151-4/+4
* . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibilityKendall Bennett1999-11-111-2/+2
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-204/+206
* replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps()Brian Paul1999-11-091-5/+5
* removed gluGetProcAddressEXT()Brian Paul1999-10-271-14/+1
* removed revision history infoBrian Paul1999-10-221-59/+1
* define GLUAPI, GLAPIENTRY and GLCALLBACK to nothing if not using Mesa's gl.hBrian Paul1999-10-221-1/+16
* Changed name 'glGetProcAddressEXT' to 'gluGetProcAddressEXT'Ted Jump1999-09-191-4/+4
* More Win32 build compliance fixupsTed Jump1999-09-191-7/+6
* glGetProcAddressEXT changes to accomodate Win32 and non-Win32Brian Paul1999-09-171-4/+10
* I changed the xxxGetProcAddressEXT function declarations to be moreTed Jump1999-09-171-2/+8
* GLU_EXT_get_proc_address clean-upBrian Paul1999-09-161-9/+10
* Fixed GLUtriangulatorObj again (spelling).Gareth Hughes1999-09-141-2/+5
* Fixed definition of GLUtriangluatorObj for 1.3 tessellator.Gareth Hughes1999-09-141-1/+5
* added GLU_EXT_get_proc_addressBrian Paul1999-09-111-1/+20
* Added GLU 1.3 tessellation (except winding rule code).Gareth Hughes1999-09-102-51/+119
* Initial revisionjtg1999-08-192-0/+530