summaryrefslogtreecommitdiffstats
path: root/src/glut/beos
Commit message (Collapse)AuthorAgeFilesLines
* Fixed warnings by using GLUTProc type instead of anonymous (void *) forPhilippe Houdoin2005-07-181-120/+120
| | | | GLUT callbacks.
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-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 Houdoin2004-08-163-40/+204
| | | | | | thought. -> #define GLUT_API_VERSION 4.5 ? ;-)
* Replaced the .cpp-ized (for build issue) common GLUT source files by theirPhilippe Houdoin2004-08-142-1874/+0
| | | | | standard .c version. Remove unused libglut.def.
* Replaced the .cpp-ized (for build issue) common GLUT source files by theirPhilippe Houdoin2004-08-1418-233/+2135
| | | | | standard .c version. Remove outdated Makefile.orig.
* Update to Jake Hamby's BeOS GLUT 3.7 port.Philippe Houdoin2004-08-1419-169/+1103
|
* Move to $(TOP)/configs/default-based makefile.Philippe Houdoin2004-08-141-113/+84
|
* Updates from Philippe Houdoin.Brian Paul2003-12-131-7/+30
|
* removed Mesa-ismsBrian Paul1999-11-271-3/+1
|
* updated for GL instead of MesaGLBrian Paul1999-09-171-1/+2
|
* initial check-inBrian Paul1999-09-1640-0/+25985