summaryrefslogtreecommitdiffstats
path: root/progs/demos/ray.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-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 callsBrian Paul2009-12-181-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 Lee2009-11-161-0/+2
|
* compile fix from Dan SchikoreBrian Paul2006-04-131-0/+2
|
* s/Togle/Toggle/Brian Paul2005-04-041-7/+7
|
* include string.h to silence warningBrian Paul2002-02-151-0/+1
|
* fixed FP underflow problem in kfact computationBrian Paul2001-05-091-8/+5
|
* check for tiny values in dir[] vector in calcposobjs(), prevents FP ↵Brian Paul2001-05-091-0/+7
| | | | underflows later
* better FPS calculationBrian Paul2000-09-121-25/+14
|
* initial check-inBrian Paul2000-06-271-0/+908