Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | silence a bunch of warnings | Brian Paul | 2002-11-01 | 7 | -59/+52 |
| | |||||
* | renamed abs() function glu_abs() | Brian Paul | 2002-11-01 | 10 | -51/+52 |
| | |||||
* | added gluTessNormal() dummy function | Brian Paul | 2002-10-15 | 1 | -1/+12 |
| | |||||
* | Fix for bug 618459. Mods to allow compilation on VC++ 5.0 (Michael Krause) | Karl Schultz | 2002-10-04 | 1 | -1/+3 |
| | |||||
* | updates from Daniel Borca | Brian Paul | 2002-09-03 | 1 | -14/+28 |
| | |||||
* | Added divide by zero check (Jon Perry). Remove dead vars. Fix indentation. | Brian Paul | 2002-06-30 | 1 | -17/+17 |
| | |||||
* | fixed problem with swap() function and GCC3 (patch 414404) | Brian Paul | 2002-04-17 | 1 | -13/+10 |
| | |||||
* | DOS driver update | Brian Paul | 2002-04-01 | 1 | -5/+5 |
| | |||||
* | DOS/Mesa driver updates (Daniel Borca) | Brian Paul | 2002-03-23 | 1 | -2/+18 |
| | |||||
* | replaced an assertion with a conditional | Brian Paul | 2002-03-23 | 1 | -7/+7 |
| | |||||
* | Daniel Borca's new DOS/DJGPP driver. | Brian Paul | 2002-02-12 | 1 | -0/+69 |
| | |||||
* | compile with -DNDEBUG | Brian Paul | 2002-01-08 | 1 | -6/+5 |
| | |||||
* | Add .cc as a valid suffix. | Karl Schultz | 2001-12-14 | 1 | -1/+2 |
| | |||||
* | malloc() prototype is in stdlib.h for darwin | Karl Schultz | 2001-11-30 | 1 | -3/+3 |
| | |||||
* | main trunk is now 4.1 | Karl Schultz | 2001-11-29 | 1 | -1/+1 |
| | |||||
* | update to version 4.0 | Karl Schultz | 2001-11-29 | 1 | -1/+1 |
| | |||||
* | Fix compilation errors and warnings for NURBS support. (Robert Bergkvist) | Karl Schultz | 2001-11-29 | 13 | -70/+79 |
| | |||||
* | Fix up Windows makefiles so that the debug build leaves debugger info | Karl Schultz | 2001-09-25 | 1 | -1/+1 |
| | | | | | in the libraries. Make with NODEBUG=1 builds optimized without debug info (doc'ed in top level Makefile.win). | ||||
* | Committing in . | Jouk Jansen | 2001-09-24 | 1 | -47/+47 |
| | | | | | | | | | Modified Files: Mesa/si-glu/libutil/glue.c added some type casts to silence compiler warnings. ---------------------------------------------------------------------- | ||||
* | Don't use "errno" as a parameter name - it is also a function and that | Karl Schultz | 2001-09-20 | 2 | -12/+12 |
| | | | | | confused the Windows compiler. Also make messages unsigned char for consistency. | ||||
* | compiler warnings | Karl Schultz | 2001-09-20 | 3 | -8/+9 |
| | |||||
* | clean up makefiles some more for Windows | Karl Schultz | 2001-09-18 | 1 | -10/+14 |
| | |||||
* | remove carriage return chars | Karl Schultz | 2001-09-18 | 2 | -537/+537 |
| | |||||
* | Win32 updates (Karl Schultz) | Brian Paul | 2001-09-14 | 3 | -381/+583 |
| | |||||
* | 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 |
| | | | | | | | | | Modified Files: Mesa/si-glu/libtess/memalloc.h malloc.h is non-standard on OpenVMS. If it is present it only includes stdlib.h. therefore for VMS malloc.h is replaced by stdlib.h. ---------------------------------------------------------------------- | ||||
* | Committing in . | Jouk Jansen | 2001-07-18 | 1 | -3/+3 |
| | | | | | | | | | Modified Files: Mesa/si-glu/libnurbs/interface/glcurveval.cc Corrected declaration of putCallBack ---------------------------------------------------------------------- | ||||
* | 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 |
| | | | | | | | | | Mesa/si-glu/libnurbs/nurbtess/monoTriangulation.cc Mesa/si-glu/libnurbs/nurbtess/sampleCompRight.cc gluos.h included in order to bypass compiler warnings on unreachable code on VMS systems. ---------------------------------------------------------------------- | ||||
* | Modified Files: | Jouk Jansen | 2001-03-22 | 5 | -6/+533 |
| | | | | | | | | | | | | | | Mesa/descrip.mms Mesa/mms-config Mesa/demos/descrip.mms Mesa/si-glu/include/gluos.h Mesa/si-glu/libnurbs/internals/bufpool.h Mesa/si-glu/libnurbs/internals/mysetjmp.h Mesa/src-glut/descrip.mms Added Files: Mesa/si-glu/descrip.mms Mesa/si-glu/mesaglu.opt changes needed to compile SI-GLU on VMS. ---------------------------------------------------------------------- | ||||
* | 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 |
| | | | | | | | | | | | line option -n (dry run) and -h. Directory list can be specified on the command line. Added command line options -p and -l. Some other tweaks. * si-glu/libnurbs/glimports.h, si-glu/libnurbs/mystdio.h, si-glu/libnurbs/mystdlib.h: Pulled these out of si-glu/libnurbs/interface and si-glu/libnurbs/internals. All include paths updated. | ||||
* | 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 ↵ | Brian Paul | 2001-01-30 | 1 | -5/+31 |
| | | | | correct error semantics | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Modified Files: Mesa/include/GL/glx.h Mesa/include/GL/xmesa.h Mesa/src/descrip.mms Mesa/src/X/glxheader.h Mesa/src/X/xfonts.c Mesa/src/X/xfonts.h Mesa/src-glu/descrip.mms Mesa/src-glut/capturexfont.c Mesa/src-glut/descrip.mms Mesa/src-glut/glut_cmap.c Mesa/src-glut/glut_event.c Mesa/src-glut/glut_fullscrn.c Mesa/src-glut/glut_gamemode.c Mesa/src-glut/glut_init.c Mesa/src-glut/glut_input.c Mesa/src-glut/glut_menu.c Mesa/src-glut/glut_menu2.c Mesa/src-glut/glut_overlay.c Mesa/src-glut/glut_win.c Mesa/src-glut/glut_winmisc.c Mesa/src-glut/glutint.h Mesa/src-glut/layerutil.h Mesa/vms/analyze_map.com Added Files: Mesa/include/GL/vms_x_fix.h Patches effective on VMS only. This allows for compiling with /name=(as_is,short). This breaks the binary compatibility with previous versions for VMS, but is the only way to combine Mesa with GTK for VMS. Jouk ---------------------------------------------------------------------- | ||||
* | Committing in . | Jouk Jansen | 2000-08-09 | 1 | -8/+5 |
| | | | | | | | | Modified Files: Mesa/src-glu/descrip.mms Update VMS-makefile for "old" GLU ---------------------------------------------------------------------- | ||||
* | 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 |
| |