summaryrefslogtreecommitdiff
path: root/src/glu/mesa/glu.c
AgeCommit message (Expand)Author
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2001-03-20fixes to make old GLU code compile with new GLU 1.3 headerBrian Paul
2001-01-30make gluPerspective() call glMultMatrix() instead of glFrustum() to get corre...Brian Paul
2000-11-13bumped version to 3.5Brian Paul
2000-07-18changed version string to 3.2.1Brian Paul
2000-07-11reverted to old tessellator (GLU 1.1)Brian Paul
2000-01-07updated version stringBrian Paul
1999-11-22removed GLU_EXT_get_proc_address from ext stringsBrian Paul
1999-11-19replace encounteed with encounteredBrian Paul
1999-10-27disabled gluGetProcAddressEXTBrian Paul
1999-09-19More Win32 build compliance fixupsTed Jump
1999-09-17glGetProcAddressEXT changes to accomodate Win32 and non-Win32Brian Paul
1999-09-17Patch error fixupTed Jump
1999-09-17Win32 build req't updatesTed Jump
1999-09-17fixed typoBrian Paul
1999-09-17gluGetProcAddressEXT change for C++ / BeOSBrian Paul
1999-09-16added some casts in gluGetProcAddressEXT()Brian Paul
1999-09-16clean-up of GLU_EXT_get_proc_addressBrian Paul
1999-09-14added gluCheckExtension()Brian Paul
1999-09-13strcmp needs the string.hJouk Jansen
1999-09-11added 1.2 function to gluGetProcAddressEXT()Brian Paul
1999-09-11added GLU_EXT_get_proc_addressBrian Paul
1999-09-10Fixed triangle output, recovery process termination.Gareth Hughes
1999-09-10Added GLU 1.3 tessellation (except winding rule code).Gareth Hughes
1999-08-19Initial revisionjtg