summaryrefslogtreecommitdiffstats
path: root/progs/demos/engine.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-1343/+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: set line width back to 1.0 in DrawBox()Brian Paul2010-05-041-0/+1
|
* progs/demos: call glutDestroyWindow() upon exitBrian Paul2010-01-211-1/+4
|
* Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-141-3/+15
|\ | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/util/Makefile src/gallium/drivers/r300/r300_state_derived.c
| * progs/demos: Add missing initializers in engine.c.Vinson Lee2010-01-081-3/+15
| |
* | progs/demos: fix glut initialization callsBrian Paul2009-12-181-1/+1
|/ | | | | | | 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.
* engine: also print fps data to stdoutKeith Whitwell2009-03-061-0/+22
| | | | | Useful for figuring out how much of a perf impact the glBitmap fps display has on a given driver.
* demos/engine: respect display list mode when drawing pistonsKeith Whitwell2009-03-031-1/+4
|
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'origin/gallium-0.2' into gallium-master-merge Conflicts: Makefile docs/relnotes-7.4.html docs/relnotes.html src/mesa/drivers/dri/i965/brw_wm.h src/mesa/main/imports.c src/mesa/main/mtypes.h src/mesa/main/texcompress.c src/mesa/main/texenvprogram.c src/mesa/main/version.h src/mesa/vbo/vbo_exec_api.c src/mesa/vbo/vbo_save_draw.c
| * progs: Port most of the demos to glew.José Fonseca2009-01-241-2/+2
| | | | | | | | | | A couple of test weren't ported due to glew breakage -- it undefines GLAPIENTRY.
* | demos: silence uninitialized var warningBrian Paul2009-02-041-1/+1
|/
* define M_PI if neededAlexey Sokolov2008-01-221-0/+4
|
* Fix a quadstrip front/back-face inconsistancy.Brian2007-12-181-7/+12
| | | | | Only set front material colors to make it noticable if front/back-face determination is incorrect anywhere.
* code to draw engine blockBrian Paul2006-08-011-11/+205
|
* New animated engine demo.Brian Paul2006-07-041-0/+1099