Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos. | Eric Anholt | 2010-05-21 | 1 | -905/+0 |
| | | | | | | | The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about. | ||||
* | 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 |