- 29cded2 Delete libGLU.so* from ../lib before installing it. by Gareth Hughes · 24 years ago
- 3427e35 by Jouk Jansen · 24 years ago
- df1e73a by Jouk Jansen · 24 years ago
- 815ad71 fixes to make old GLU code compile with new GLU 1.3 header by Brian Paul · 24 years ago
- 6507d92 * si-glu/libnurbs/: Undid move of glimports.h, mystdio.h, mystdlib.h. by pesco · 24 years ago
- d9bf6cc * gen_srclists.sh: Use getopt to parse the command line. Added command by pesco · 24 years ago
- 2f9757f Forgot to add newly created files. by pesco · 24 years ago
- 77cc447 SGI SI GLU library by Brian Paul · 24 years ago
- eeb861d make gluPerspective() call glMultMatrix() instead of glFrustum() to get correct error semantics by Brian Paul · 24 years ago
- 230928a removed unneeded TXTR_COORD macros (Stephen Tse) by Brian Paul · 24 years ago
- a2c4c98 bumped version to 3.5 by Brian Paul · 24 years ago
- db6aa58 patched to silence compiler warnings (Martin Lindhe) by Brian Paul · 24 years ago
- b4df56f added GL_BGR case to bytes_per_pixel() by Brian Paul · 24 years ago
- b5b5c52 by Jouk Jansen · 24 years ago
- 8deec7b by Jouk Jansen · 24 years ago
- b8d907a updated by Alessandro Pisani by Brian Paul · 24 years ago
- 769439a removed GLU 1.2 symbols by Brian Paul · 24 years ago
- fb0c3fc changed version string to 3.2.1 by Brian Paul · 24 years ago
- 9694354 allocate 1-larger knot array in explode_knot() (Mesa bug 104881) by Brian Paul · 24 years ago
- f886023 reverted to old tessellator (GLU 1.1) by Brian Paul · 24 years ago
- aa19f80 added missing GL_BGRA case by Brian Paul · 24 years ago
- 8da58f3 replaced __CYGWIN32__ with __CYGWIN__ by Brian Paul · 25 years ago
- 57a055c added some Window-isms formerly in gl.h by Brian Paul · 25 years ago
- 26a8957 added GL_BGR and GL_BGRA support by Brian Paul · 25 years ago
- 8df7c67 added tess_clip.c by Brian Paul · 25 years ago
- 577c67e added GLCALLBACKPCAST for Cygnus (Sven Panne) by Brian Paul · 25 years ago
- 99dd0d4 Merged in fixes from 3.2 branch. Fixed clipping bug, segfault in by Gareth Hughes · 25 years ago
- 4f68a7f first check-in by Brian Paul · 25 years ago
- 2037663 another fix for gluPartialDisk() in GL_LINE mode by Brian Paul · 25 years ago
- 5e5f462 fixed missing slice problem in gluPartialDisk() by Brian Paul · 25 years ago
- 0d7846f updated version string by Brian Paul · 25 years ago
- 6625fc5 replaced 0 with 0.0 in sin, cos calls by Brian Paul · 25 years ago
- 19a2ebd removed unneeded code in gluBuild1DMipmaps() by Brian Paul · 25 years ago
- fce01a5 by Jouk Jansen · 25 years ago
- ff5ce77 Merging in work from 3.1/3.2 branch. Tessellator is essentially fully by Gareth Hughes · 25 years ago
- 4f14546 removed GLU_EXT_get_proc_address from ext strings by Brian Paul · 25 years ago
- 9fd022a replace encounteed with encountered by Brian Paul · 25 years ago
- 86d3664 by Jouk Jansen · 25 years ago
- a731192 by Kendall Bennett · 25 years ago
- 0822c10 replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps() by Brian Paul · 25 years ago
- 787250c Added filename, line number output for debugging messages. by Gareth Hughes · 25 years ago
- 486e1f9 Major winding rule updates, especially stacked contour support. by Gareth Hughes · 25 years ago
- 38a8110 disabled gluGetProcAddressEXT by Brian Paul · 25 years ago
- 3df5040 Added point_contour_test, taken from O'Rourke 1998. by Gareth Hughes · 25 years ago
- 6450917 Removed CVS logs from files, as they were getting rather large. by Gareth Hughes · 25 years ago
- 206abd9 Added edge flag callback support. by Gareth Hughes · 25 years ago
- f80d0b2 Fixed delete_all_contours memory deallocation. by Gareth Hughes · 25 years ago
- 2e4fce1 Updated memory allocation to allow new macros to be used. by Gareth Hughes · 25 years ago
- 21a257d Renamed GLUtesselator user data pointer to avoid confusion. by Gareth Hughes · 25 years ago
- dbecc01 Correctly initialized GLUtesselator user data pointer. by Gareth Hughes · 25 years ago
- 4aaafa6 Allow debugging output capture under Win32. This seems really by Gareth Hughes · 25 years ago
- c30627a Updated debugging output. I'm going to change it all to something by Gareth Hughes · 25 years ago
- 08a454c by Jouk Jansen · 25 years ago
- 63fee8b Added tessellation winding rule support. Misc bug fixes. by Gareth Hughes · 25 years ago
- 45b95f0 Added tessellation winding rule files. by Gareth Hughes · 25 years ago
- ea8e0b2 Fixed LIBNAME entry by Ted Jump · 25 years ago
- 725ec81 More Win32 build compliance fixups by Ted Jump · 25 years ago
- 1bf28c4 glGetProcAddressEXT changes to accomodate Win32 and non-Win32 by Brian Paul · 25 years ago
- d2a57c9 pad GLU_TINY to 6 digits by Brian Paul · 25 years ago
- b32966f Winding rule updates. by Gareth Hughes · 25 years ago
- d29b1c2 Patch error fixup by Ted Jump · 25 years ago
- 1f256fd Win32 build req't updates by Ted Jump · 25 years ago
- 67e9bd2 fixed typo by Brian Paul · 25 years ago
- f33e6b1 version symbol changes by Brian Paul · 25 years ago
- 2029868 gluGetProcAddressEXT change for C++ / BeOS by Brian Paul · 25 years ago
- b9e8741 added some casts in gluGetProcAddressEXT() by Brian Paul · 25 years ago
- 978b089 clean-up of GLU_EXT_get_proc_address by Brian Paul · 25 years ago
- 0099981 Misc winding rule bug fixes. by Gareth Hughes · 25 years ago
- 212e625 new version number symbols by Brian Paul · 25 years ago
- 2f49a40 added third, tiny version number to mklib scripts by Brian Paul · 25 years ago
- a852e8f Added debugging pragma message. by Gareth Hughes · 25 years ago
- d7c9c1e Fixed vector macro calls, specifically COPY_3V params. by Gareth Hughes · 25 years ago
- 2b2746f Added debugging output. by Gareth Hughes · 25 years ago
- 77dcf82 Fixed legacy gluNextContour impact on gluTessEndContour. by Gareth Hughes · 25 years ago
- de37ce3 fixed pixel packing/unpacking code in gluBuild2DMipmaps() by Brian Paul · 25 years ago
- a96e8ad added gluCheckExtension() by Brian Paul · 25 years ago
- daa0b0f added gluUnProject4() by Brian Paul · 25 years ago
- d1603d4 Fixed file headers. Tracking down macro bugs. by Gareth Hughes · 25 years ago
- 70cf586 by Jouk Jansen · 25 years ago
- 84ffacb added 1.2 function to gluGetProcAddressEXT() by Brian Paul · 25 years ago
- f893f03 added GLU_EXT_get_proc_address by Brian Paul · 25 years ago
- f0f3815 Fixed triangle output, recovery process termination. by Gareth Hughes · 25 years ago
- 95740b2 changed C++ comments to C style by Brian Paul · 25 years ago
- 2856b53 Added GLU 1.3 tessellation (except winding rule code). by Gareth Hughes · 25 years ago
- afb833d Initial revision by jtg · 25 years ago