summaryrefslogtreecommitdiffstats
path: root/include/GL/glu.h
Commit message (Expand)AuthorAgeFilesLines
* 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-101-45/+103
* Initial revisionjtg1999-08-191-0/+444