| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | WindML driver (Stephane Raimbault) | Brian Paul | 2001-08-20 | 1 | -0/+96 |
* | fixed Solaris compilation problems (Bug 441817) | Brian Paul | 2001-08-13 | 4 | -33/+43 |
* | rm .lo .la files for make clean | Brian Paul | 2001-08-13 | 1 | -1/+4 |
* | Win32 fixes, etc. (Gerk Huisma) | Brian Paul | 2001-08-07 | 14 | -48/+124 |
* | Committing in . | Jouk Jansen | 2001-07-20 | 1 | -3/+7 |
* | Committing in . | Jouk Jansen | 2001-07-18 | 1 | -3/+3 |
* | include glu.h | Brian Paul | 2001-07-17 | 2 | -5/+7 |
* | assorted fixes for Win32 (Gerk Huisma) | Brian Paul | 2001-07-16 | 8 | -28/+40 |
* | applied Diego Santa Cruz's patch to triangulateRectCenter() | Brian Paul | 2001-05-01 | 1 | -6/+9 |
* | Delete libGLU.so* from ../lib before installing it. | Gareth Hughes | 2001-03-28 | 1 | -2/+3 |
* | Modified Files: | Jouk Jansen | 2001-03-22 | 2 | -4/+6 |
* | Modified Files: | Jouk Jansen | 2001-03-22 | 5 | -6/+533 |
* | fixes to make old GLU code compile with new GLU 1.3 header | Brian Paul | 2001-03-20 | 3 | -10/+12 |
* | * si-glu/libnurbs/: Undid move of glimports.h, mystdio.h, mystdlib.h. | pesco | 2001-03-19 | 7 | -8/+185 |
* | * gen_srclists.sh: Use getopt to parse the command line. Added command | pesco | 2001-03-18 | 7 | -184/+8 |
* | Forgot to add newly created files. | pesco | 2001-03-18 | 1 | -0/+5 |
* | SGI SI GLU library | Brian Paul | 2001-03-17 | 193 | -0/+57748 |
* | make gluPerspective() call glMultMatrix() instead of glFrustum() to get corre... | Brian Paul | 2001-01-30 | 1 | -5/+31 |
* | removed unneeded TXTR_COORD macros (Stephen Tse) | Brian Paul | 2001-01-15 | 1 | -4/+1 |
* | bumped version to 3.5 | Brian Paul | 2000-11-13 | 1 | -2/+2 |
* | patched to silence compiler warnings (Martin Lindhe) | Brian Paul | 2000-11-10 | 3 | -6/+6 |
* | added GL_BGR case to bytes_per_pixel() | Brian Paul | 2000-10-26 | 1 | -2/+3 |
* | Committing in . | Jouk Jansen | 2000-08-22 | 1 | -1/+1 |
* | Committing in . | Jouk Jansen | 2000-08-09 | 1 | -8/+5 |
* | updated by Alessandro Pisani | Brian Paul | 2000-08-02 | 1 | -56/+62 |
* | removed GLU 1.2 symbols | Brian Paul | 2000-08-02 | 1 | -5/+0 |
* | changed version string to 3.2.1 | Brian Paul | 2000-07-18 | 1 | -2/+2 |
* | allocate 1-larger knot array in explode_knot() (Mesa bug 104881) | Brian Paul | 2000-07-11 | 1 | -2/+2 |
* | reverted to old tessellator (GLU 1.1) | Brian Paul | 2000-07-11 | 19 | -5877/+6153 |
* | added missing GL_BGRA case | Brian Paul | 2000-06-05 | 1 | -1/+2 |
* | replaced __CYGWIN32__ with __CYGWIN__ | Brian Paul | 2000-05-22 | 1 | -4/+7 |
* | added some Window-isms formerly in gl.h | Brian Paul | 2000-05-22 | 1 | -2/+86 |
* | added GL_BGR and GL_BGRA support | Brian Paul | 2000-02-28 | 1 | -59/+5 |
* | added tess_clip.c | Brian Paul | 2000-02-11 | 1 | -0/+1 |
* | added GLCALLBACKPCAST for Cygnus (Sven Panne) | Brian Paul | 2000-02-10 | 3 | -109/+33 |
* | Merged in fixes from 3.2 branch. Fixed clipping bug, segfault in | Gareth Hughes | 2000-01-20 | 1 | -3/+3 |
* | first check-in | Brian Paul | 2000-01-14 | 1 | -0/+64 |
* | another fix for gluPartialDisk() in GL_LINE mode | Brian Paul | 2000-01-11 | 1 | -2/+2 |
* | fixed missing slice problem in gluPartialDisk() | Brian Paul | 2000-01-11 | 1 | -94/+5 |
* | updated version string | Brian Paul | 2000-01-07 | 1 | -3/+6 |
* | replaced 0 with 0.0 in sin, cos calls | Brian Paul | 1999-12-15 | 1 | -3/+6 |
* | removed unneeded code in gluBuild1DMipmaps() | Brian Paul | 1999-12-12 | 1 | -7/+4 |
* | Committing in . | Jouk Jansen | 1999-12-07 | 2 | -5/+16 |
* | Merging in work from 3.1/3.2 branch. Tessellator is essentially fully | Gareth Hughes | 1999-12-06 | 5 | -477/+555 |
* | removed GLU_EXT_get_proc_address from ext strings | Brian Paul | 1999-11-22 | 1 | -3/+6 |
* | replace encounteed with encountered | Brian Paul | 1999-11-19 | 1 | -2/+5 |
* | tess_macro.h included | Jouk Jansen | 1999-11-11 | 1 | -1/+6 |
* | . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibility | Kendall Bennett | 1999-11-11 | 4 | -54/+94 |
* | replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps() | Brian Paul | 1999-11-09 | 1 | -5/+8 |
* | Added filename, line number output for debugging messages. | Gareth Hughes | 1999-11-05 | 2 | -3/+10 |