Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/demos: fix glut initialization calls | Brian Paul | 2009-12-18 | 1 | -1/+0 |
| | | | | | | | Remove glutInitWindowPosition() calls to play nicer with window managers. Move glutInitWindowSize() calls before glutInit() so the the default window size can be overridden by the -geometry cmd line option. | ||||
* | progs/demos: Fix memory leak in ray.c. | Vinson Lee | 2009-11-16 | 1 | -0/+2 |
| | |||||
* | compile fix from Dan Schikore | Brian Paul | 2006-04-13 | 1 | -0/+2 |
| | |||||
* | s/Togle/Toggle/ | Brian Paul | 2005-04-04 | 1 | -7/+7 |
| | |||||
* | include string.h to silence warning | Brian Paul | 2002-02-15 | 1 | -0/+1 |
| | |||||
* | fixed FP underflow problem in kfact computation | Brian Paul | 2001-05-09 | 1 | -8/+5 |
| | |||||
* | check for tiny values in dir[] vector in calcposobjs(), prevents FP ↵ | Brian Paul | 2001-05-09 | 1 | -0/+7 |
| | | | | underflows later | ||||
* | better FPS calculation | Brian Paul | 2000-09-12 | 1 | -25/+14 |
| | |||||
* | initial check-in | Brian Paul | 2000-06-27 | 1 | -0/+908 |