summaryrefslogtreecommitdiff
path: root/progs/demos
AgeCommit message (Collapse)Author
2009-06-30progs/isosurf: add materials mode for glVertex + TRISTRIPKeith Whitwell
2009-06-26demos: improve argv parsing in fslight.cBrian Paul
2009-06-12demos: update fbotexture.c to use EXT or ARB functions exclusivelyBrian Paul
When the -arb option is specified we use GL_ARB_framebuffer_object intead of GL_EXT_framebuffer_object. For some vendors' OpenGL it's important to call the ARB entrypoints instead of the EXT entrypoints to get correct behaviour. Use some function pointer tricks to do this (instead of GLEW).
2009-04-30demos: silence warningBrian Paul
2009-04-28progs: add fflushes for cygwinKeith Whitwell
2009-04-27demos: Clean up allocated Textures and Display Lists when demo quitShuang He
2009-04-24shadowtex: fflush stdout for cygwinKeith Whitwell
2009-04-24demos/readpix: add option to draw triangle instead of drawpixKeith Whitwell
2009-04-20mesa/progs: fix scons build after recent demo movesKeith Whitwell
2009-04-19progs/demos: Update ignoreJakob Bornecrantz
2009-04-18demos: updated .gitignore listBrian Paul
2009-04-18demos: move demos/texobj.c to tests/Brian Paul
2009-04-18demos: move demos/occlude.c (old HP extension) to testsBrian Paul
2009-04-18demos: move tests/dinoshade.c to demos/Brian Paul
2009-04-18demos: move tests/projtex.c to demos/Brian Paul
And fix compiler warnings.
2009-04-18demos: move tests/fbotexture.c to demos/Brian Paul
2009-04-18demos: move texdown.c to tests/Brian Paul
2009-04-18demos: move glutfx demo to tests/Brian Paul
2009-04-18demos: move streaming_rect.c demo to tests/Brian Paul
2009-04-18demos: move glslnoise.c demo to glsl/noise2.cBrian Paul
2009-03-12demos: fix error string, commentBrian Paul
2009-03-12demos: use glGenerateMipmapEXT entrypoint in cubemap.cKeith Whitwell
glGenerateMipmap() is part of ARB_framebuffer_object, which many mesa drivers don't advertise. Add check for EXT_framebuffer_object.
2009-03-09demos: in progs/demos/cubemap.c press c/f to cycle through clamp/filter modesBrian Paul
Also generate a mipmap for the default checker images.
2009-03-06engine: also print fps data to stdoutKeith Whitwell
Useful for figuring out how much of a perf impact the glBitmap fps display has on a given driver.
2009-03-03demos/engine: respect display list mode when drawing pistonsKeith Whitwell
2009-02-24demos: add some fflushes for windowsKeith Whitwell
2009-02-13demos: Add polygon mode point to isosurfJakob Bornecrantz
2009-02-12progs: Prevent clash with min macro.José Fonseca
2009-02-10Merge commit 'origin/gallium-master-merge'Brian Paul
This is the big merge of the gallium-0.2 branch into master. gallium-master-merge was just the staging area for it. Both gallium-0.2 and gallium-master-merge are considered closed now. Conflicts: progs/demos/Makefile src/mesa/main/state.c src/mesa/main/texenvprogram.c
2009-02-09demos: remove OSMESA stuff from MakefileBrian
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
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
2009-02-04demos: remove unused functionBrian Paul
2009-02-04demos: silence uninitialized var warningBrian Paul
2009-02-01progs: Get more samples building on windows.José Fonseca
2009-01-24progs: Fix isosurf.José Fonseca
2009-01-24progs: Port most of the demos to glew.José Fonseca
A couple of test weren't ported due to glew breakage -- it undefines GLAPIENTRY.
2008-12-18demos: all glutDestroyWindow() upon exit to test query object clean-upBrian Paul
2008-12-18demos: all glutDestroyWindow() upon exit to test query object clean-upBrian Paul
2008-11-28Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-11-26demos: press SPACE to toggle fbo_firecube animationBrian Paul
2008-11-24progs: Add ignoresJakob Bornecrantz
2008-11-21scons: Build progs.José Fonseca
Just demos and trivial dirs for starters.
2008-10-20mesa: more test options in progs/demos/textures.cBrian Paul
2008-10-15mesa: revert accidental change to fslight.c demoBrian Paul
2008-10-09mesa: simple multiple textures testBrian Paul
2008-09-18CELL: mark several transient files as .gitignoreRobert Ellison
progs/demos: added new demo "fbo_firecube" progs/glsl: added new demo "pointcoord" src/gallium/drivers/cell/spu: added the g3d_spu executable, a Cell SPU executable file, which seems to be occasionally built as part of the cell driver src/glu/sgi: added "exptmp", a byproduct of the "mklib" process that sometimes gets deleted and sometimes not.
2008-09-18Merge commit 'origin/master' into gallium-0.2Keith Whitwell
Conflicts: progs/trivial/Makefile src/mesa/glapi/glthread.c
2008-09-17cell: dump generated code if CELL_DEBUG=asmBrian Paul
2008-09-13silence warningGuillaume Melquiond
2008-09-11demos: fix LIBS ref in makefileKeith Whitwell