Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed warnings by using GLUTProc type instead of anonymous (void *) for | Philippe Houdoin | 2005-07-18 | 1 | -120/+120 |
| | | | | GLUT callbacks. | ||||
* | Improve the behaviour of the build system wrt depend files. | Keith Whitwell | 2004-12-08 | 1 | -1/+1 |
| | | | | | | | | - Remove the -Y option for makedepend, so that the standard directories are searched - No longer pipe the multiple errors that the -Y option caused into /dev/null -- we want to know about these failures. - Fix up a few other misc makedepend failures. | ||||
* | Add glutGetProcAddress(). Not all GLUT version 5 APIs are supported yet, ↵ | Philippe Houdoin | 2004-08-16 | 3 | -40/+204 |
| | | | | | | thought. -> #define GLUT_API_VERSION 4.5 ? ;-) | ||||
* | Replaced the .cpp-ized (for build issue) common GLUT source files by their | Philippe Houdoin | 2004-08-14 | 2 | -1874/+0 |
| | | | | | standard .c version. Remove unused libglut.def. | ||||
* | Replaced the .cpp-ized (for build issue) common GLUT source files by their | Philippe Houdoin | 2004-08-14 | 18 | -233/+2135 |
| | | | | | standard .c version. Remove outdated Makefile.orig. | ||||
* | Update to Jake Hamby's BeOS GLUT 3.7 port. | Philippe Houdoin | 2004-08-14 | 19 | -169/+1103 |
| | |||||
* | Move to $(TOP)/configs/default-based makefile. | Philippe Houdoin | 2004-08-14 | 1 | -113/+84 |
| | |||||
* | Updates from Philippe Houdoin. | Brian Paul | 2003-12-13 | 1 | -7/+30 |
| | |||||
* | removed Mesa-isms | Brian Paul | 1999-11-27 | 1 | -3/+1 |
| | |||||
* | updated for GL instead of MesaGL | Brian Paul | 1999-09-17 | 1 | -1/+2 |
| | |||||
* | initial check-in | Brian Paul | 1999-09-16 | 40 | -0/+25985 |