Removed Driver.Color() and Driver.Index() functions.
[mesa.git] / src / glu /
2000-11-13 Brian Paulbumped version to 3.5
2000-11-10 Brian Paulpatched to silence compiler warnings (Martin Lindhe)
2000-10-26 Brian Pauladded GL_BGR case to bytes_per_pixel()
2000-08-22 Jouk Jansen Committing in .
2000-08-09 Jouk Jansen Committing in .
2000-08-02 Brian Paulupdated by Alessandro Pisani
2000-08-02 Brian Paulremoved GLU 1.2 symbols
2000-07-18 Brian Paulchanged version string to 3.2.1
2000-07-11 Brian Paulallocate 1-larger knot array in explode_knot() (Mesa...
2000-07-11 Brian Paulreverted to old tessellator (GLU 1.1)
2000-06-05 Brian Pauladded missing GL_BGRA case
2000-05-22 Brian Paulreplaced __CYGWIN32__ with __CYGWIN__
2000-05-22 Brian Pauladded some Window-isms formerly in gl.h
2000-02-28 Brian Pauladded GL_BGR and GL_BGRA support
2000-02-11 Brian Pauladded tess_clip.c
2000-02-10 Brian Pauladded GLCALLBACKPCAST for Cygnus (Sven Panne)
2000-01-20 Gareth HughesMerged in fixes from 3.2 branch. Fixed clipping bug...
2000-01-14 Brian Paulfirst check-in
2000-01-11 Brian Paulanother fix for gluPartialDisk() in GL_LINE mode
2000-01-11 Brian Paulfixed missing slice problem in gluPartialDisk()
2000-01-07 Brian Paulupdated version string
1999-12-15 Brian Paulreplaced 0 with 0.0 in sin, cos calls
1999-12-12 Brian Paulremoved unneeded code in gluBuild1DMipmaps()
1999-12-07 Jouk Jansen Committing in .
1999-12-06 Gareth HughesMerging in work from 3.1/3.2 branch. Tessellator is...
1999-11-22 Brian Paulremoved GLU_EXT_get_proc_address from ext strings
1999-11-19 Brian Paulreplace encounteed with encountered
1999-11-11 Jouk Jansen tess_macro.h included
1999-11-11 Kendall Bennett . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP...
1999-11-09 Brian Paulreplace GLint with GLsizei in a gluScaleImage, gluBuild...
1999-11-05 Gareth HughesAdded filename, line number output for debugging messages.
1999-11-04 Gareth HughesMajor winding rule updates, especially stacked contour...
1999-10-27 Brian Pauldisabled gluGetProcAddressEXT
1999-10-14 Gareth HughesAdded point_contour_test, taken from O'Rourke 1998.
1999-10-13 Gareth HughesRemoved CVS logs from files, as they were getting rathe...
1999-10-13 Gareth HughesAdded edge flag callback support.
1999-10-12 Gareth HughesFixed delete_all_contours memory deallocation.
1999-10-12 Gareth HughesUpdated memory allocation to allow new macros to be...
1999-10-11 Gareth HughesRenamed GLUtesselator user data pointer to avoid confusion.
1999-10-11 Gareth HughesCorrectly initialized GLUtesselator user data pointer.
1999-10-11 Gareth HughesAllow debugging output capture under Win32. This seems...
1999-10-11 Gareth HughesUpdated debugging output. I'm going to change it all...
1999-10-04 Jouk Jansen Added tess_winding.c for compilation
1999-10-03 Gareth HughesAdded tessellation winding rule support. Misc bug...
1999-10-03 Gareth HughesAdded tessellation winding rule files.
1999-09-19 Ted JumpFixed LIBNAME entry
1999-09-19 Ted JumpMore Win32 build compliance fixups
1999-09-17 Brian PaulglGetProcAddressEXT changes to accomodate Win32 and...
1999-09-17 Brian Paul pad GLU_TINY to 6 digits
1999-09-17 Gareth HughesWinding rule updates.
1999-09-17 Ted JumpPatch error fixup
1999-09-17 Ted JumpWin32 build req't updates
1999-09-17 Brian Paulfixed typo
1999-09-17 Brian Paulversion symbol changes
1999-09-17 Brian PaulgluGetProcAddressEXT change for C++ / BeOS
1999-09-16 Brian Pauladded some casts in gluGetProcAddressEXT()
1999-09-16 Brian Paulclean-up of GLU_EXT_get_proc_address
1999-09-16 Gareth HughesMisc winding rule bug fixes.
1999-09-15 Brian Paulnew version number symbols
1999-09-15 Brian Pauladded third, tiny version number to mklib scripts
1999-09-15 Gareth HughesAdded debugging pragma message.
1999-09-15 Gareth HughesFixed vector macro calls, specifically COPY_3V params.
1999-09-14 Gareth HughesAdded debugging output.
1999-09-14 Gareth HughesFixed legacy gluNextContour impact on gluTessEndContour.
1999-09-14 Brian Paulfixed pixel packing/unpacking code in gluBuild2DMipmaps()
1999-09-14 Brian Pauladded gluCheckExtension()
1999-09-14 Brian Pauladded gluUnProject4()
1999-09-13 Gareth HughesFixed file headers. Tracking down macro bugs.
1999-09-13 Jouk Jansenstrcmp needs the string.h
1999-09-11 Brian Pauladded 1.2 function to gluGetProcAddressEXT()
1999-09-11 Brian Pauladded GLU_EXT_get_proc_address
1999-09-10 Gareth HughesFixed triangle output, recovery process termination.
1999-09-10 Brian Paulchanged C++ comments to C style
1999-09-10 Gareth HughesAdded GLU 1.3 tessellation (except winding rule code).
1999-08-19 jtgInitial revision