summaryrefslogtreecommitdiffstats
path: root/progs/demos/terrain.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-658/+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.
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-1/+4
|\ | | | | | | | | | | | | | | 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
| * progs/demos: Silence warn_unused_result warnings.Vinson Lee2009-12-261-1/+4
| |
* | 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.
* s/Togle/Toggle/Brian Paul2005-04-041-5/+5
|
* better animate rate (Marcelo Magallon)Brian Paul2005-01-091-6/+12
|
* added (char *) castsBrian Paul2002-08-081-1/+1
|
* Pedantic compiler fixes (Sven Panne)Brian Paul2002-07-121-0/+1
|
* 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-27/+16
|
* fixed compiler warningsBrian Paul2000-06-271-3/+3
|
* initial check-inBrian Paul2000-06-271-0/+653