summaryrefslogtreecommitdiff
path: root/progs/demos/ray.c
AgeCommit message (Collapse)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
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.
2009-12-18progs/demos: fix glut initialization callsBrian Paul
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.
2009-11-16progs/demos: Fix memory leak in ray.c.Vinson Lee
2006-04-13compile fix from Dan SchikoreBrian Paul
2005-04-04s/Togle/Toggle/Brian Paul
2002-02-15include string.h to silence warningBrian Paul
2001-05-09fixed FP underflow problem in kfact computationBrian Paul
2001-05-09check for tiny values in dir[] vector in calcposobjs(), prevents FP ↵Brian Paul
underflows later
2000-09-12better FPS calculationBrian Paul
2000-06-27initial check-inBrian Paul