summaryrefslogtreecommitdiff
path: root/src/glu/mesa/glu.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-08Import debian's mesa-7.7-4 release.debian-7.7-4Luc Verhaegen1-416/+0
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2001-03-20fixes to make old GLU code compile with new GLU 1.3 headerBrian Paul1-6/+8
2001-01-30make gluPerspective() call glMultMatrix() instead of glFrustum() to get corre...Brian Paul1-5/+31
2000-11-13bumped version to 3.5Brian Paul1-2/+2
2000-07-18changed version string to 3.2.1Brian Paul1-2/+2
2000-07-11reverted to old tessellator (GLU 1.1)Brian Paul1-183/+111
2000-01-07updated version stringBrian Paul1-3/+6
1999-11-22removed GLU_EXT_get_proc_address from ext stringsBrian Paul1-3/+6
1999-11-19replace encounteed with encounteredBrian Paul1-2/+5
1999-10-27disabled gluGetProcAddressEXTBrian Paul1-2/+5
1999-09-19More Win32 build compliance fixupsTed Jump1-9/+6
1999-09-17glGetProcAddressEXT changes to accomodate Win32 and non-Win32Brian Paul1-4/+13
1999-09-17Patch error fixupTed Jump1-5/+4
1999-09-17Win32 build req't updatesTed Jump1-3/+10
1999-09-17fixed typoBrian Paul1-2/+5
1999-09-17gluGetProcAddressEXT change for C++ / BeOSBrian Paul1-2/+10
1999-09-16added some casts in gluGetProcAddressEXT()Brian Paul1-8/+11
1999-09-16clean-up of GLU_EXT_get_proc_addressBrian Paul1-11/+14
1999-09-14added gluCheckExtension()Brian Paul1-1/+31
1999-09-13strcmp needs the string.hJouk Jansen1-1/+6
1999-09-11added 1.2 function to gluGetProcAddressEXT()Brian Paul1-5/+21
1999-09-11added GLU_EXT_get_proc_addressBrian Paul1-2/+31
1999-09-10Fixed triangle output, recovery process termination.Gareth Hughes1-5/+8
1999-09-10Added GLU 1.3 tessellation (except winding rule code).Gareth Hughes1-6/+8
1999-08-19Initial revisionjtg1-0/+335