summaryrefslogtreecommitdiff
path: root/progs/demos/terrain.c
AgeCommit message (Collapse)Author
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
Conflicts: configs/darwin src/gallium/auxiliary/util/u_clear.h src/gallium/state_trackers/xorg/xorg_exa_tgsi.c src/mesa/drivers/dri/i965/brw_draw_upload.c
2009-12-26progs/demos: Silence warn_unused_result warnings.Vinson Lee
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.
2005-04-04s/Togle/Toggle/Brian Paul
2005-01-09better animate rate (Marcelo Magallon)Brian Paul
2002-08-08added (char *) castsBrian Paul
2002-07-12Pedantic compiler fixes (Sven Panne)Brian 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-27fixed compiler warningsBrian Paul
2000-06-27initial check-inBrian Paul