Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
| | |||||
* | removed unneeded TXTR_COORD macros (Stephen Tse) | Brian Paul | 2001-01-15 | 1 | -4/+1 |
| | |||||
* | reverted to old tessellator (GLU 1.1) | Brian Paul | 2000-07-11 | 1 | -338/+378 |
| | |||||
* | added GLCALLBACKPCAST for Cygnus (Sven Panne) | Brian Paul | 2000-02-10 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | replaced 0 with 0.0 in sin, cos calls | Brian Paul | 1999-12-15 | 1 | -3/+6 |
| | |||||
* | 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 | 1 | -19/+25 |
| | | | | | | | | | | | | | | | | with the IBM VisualAge C++ compiler. Eventually some more code will be needed in the headers to enable the reversal of (__stdcall*) to (*__stdcall) for the IBM compilers, however we currently build using our own header files that already handle this. . Changed instances of (GLCALLBACK*) to GLCALLBACKP for compatibility with the IBM VisualAge C++ compiler in src-glu. . Misc cleanups for warnings generated with Watcom C++ in src-glu. Compiles with 0 warnings now. . tess_hash.c: line 244 - Why is this function stubbed out? I removed the code with a #if 0 to avoid a compiler warning, but it looks dangerous. | ||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+858 |