summaryrefslogtreecommitdiffstats
path: root/progs/demos/fire.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-784/+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'Jakob Bornecrantz2010-01-141-1/+7
|\ | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/util/Makefile src/gallium/drivers/r300/r300_state_derived.c
| * progs/demos: Bounds check input to fire.c.Vinson Lee2010-01-101-1/+7
| |
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-081-0/+2
|\| | | | | | | | | | | Conflicts: src/mesa/drivers/dri/i965/brw_wm_emit.c
| * progs/demos: Assert that input to malloc is valid.Vinson Lee2010-01-061-0/+2
| |
* | 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-4/+4
|
* since we've already messed up this one, let we do it further and make it ↵Daniel Borca2005-01-171-2/+2
| | | | look like a fire...
* rotate at fixed rate, changed fire effect (Marcelo Magallon)Brian Paul2005-01-091-8/+15
|
* added (char *) castsBrian Paul2002-08-081-1/+1
|
* Pedantic compiler fixes (Sven Panne)Brian Paul2002-07-121-1/+1
|
* check for tiny values in dir[] vector in calcposobjs(), prevents FP ↵Brian Paul2001-05-091-0/+7
| | | | underflows later
* added n-key to toggle nice fog, other minor clean-upsBrian Paul2001-02-161-5/+33
|
* * demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.pesco2000-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * demos/Makefile.X11, demos/Makefile.BeOS-R4, demos/Makefile.cygnus: Essentially the same. Program files updated to include "readtex.c", not "../util/readtex.c". * demos/reflect.c: Likewise for "showbuffer.c". * Makefile.am (EXTRA_DIST): Added top-level regular files. * include/GL/Makefile.am (INC_X11): Added glxext.h. * src/GGI/include/ggi/mesa/Makefile.am (EXTRA_HEADERS): Include Mesa GGI headers in dist even if HAVE_GGI is not given. * configure.in: Look for GLUT and demo source dirs in $srcdir. * src/swrast/Makefile.am (libMesaSwrast_la_SOURCES): Set to *.[ch]. More source list updates in various Makefile.am's. * Makefile.am (dist-hook): Remove CVS directory from distribution. (DIST_SUBDIRS): List all possible subdirs here. (SUBDIRS): Only list subdirs selected for build again. The above two applied to all subdir Makefile.am's also.
* added a proper idle() functionBrian Paul2000-10-211-1/+8
|
* better FPS calculationBrian Paul2000-09-121-25/+15
|
* minor tweaksBrian Paul2000-06-271-2/+8
|
* fixed compiler warningsBrian Paul2000-06-271-1/+1
|
* initial check-inBrian Paul2000-06-271-0/+732