summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile
AgeCommit message (Expand)Author
2010-01-29progs/demos: new image dissolve demoBrian Paul
2010-01-23progs/demos: Remove unnecessary header from shadowtex.c.Vinson Lee
2009-06-12demos: update fbotexture.c to use EXT or ARB functions exclusivelyBrian Paul
2009-04-18demos: move demos/texobj.c to tests/Brian Paul
2009-04-18demos: move tests/dinoshade.c to demos/Brian Paul
2009-04-18demos: move tests/projtex.c to demos/Brian Paul
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-02-10Merge commit 'origin/gallium-master-merge'Brian Paul
2009-02-09demos: remove OSMESA stuff from MakefileBrian
2009-01-24progs: Port most of the demos to glew.José Fonseca
2008-10-09mesa: simple multiple textures testBrian Paul
2008-09-11demos: fix LIBS ref in makefileKeith Whitwell
2008-09-11Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-11define new APP_CC configuration variable for building apps/demos/testsBrian Paul
2008-07-30Always pass CFLAGS when compiling or linking demosGuillaume Melquiond
2008-07-24Add new demo "fbo_firecube".Thomas Hellstrom
2008-06-16added ARCH_FLAGSseventh guardian
2008-05-09Don't link demos directly to X librariesDan Nicholson
2008-04-08Only convert configs if screen creation was successful.Kristian Høgsberg
2008-03-11Fix include path for rain demo so glut.h is foundDan Nicholson
2007-12-14Build rain demo (Gonzo <andreas.wendleder@gmail.com>)Brian
2007-10-29specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-09-14added copypix.c test (test glCopyPixels w/ pixel zoom)Brian
2007-04-08fix some dependencies, remove some CFLAGSBrian
2006-12-15Use extfuncs.h helper. Added command line options for loadingBrian
2006-11-03added fsligghtBrian Paul
2006-11-01merge the (rest of) texmem branchKeith Whitwell
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
2006-07-04New animated engine demo.Brian Paul
2006-06-30remove occlude.c demo since GL_HP_occlusion_test no longer availableBrian Paul
2006-06-26use trackball code for mouse rotationBrian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2006-03-29s/glslnose.c/glslnoise/ (bug 6430)Brian Paul
2006-02-18More GLSL code.Michal Krol
2006-02-15Demonstrate GLSL fragment and vertex shaders.Michal Krol
2006-01-28Test glCopyTexSubImage2D by drawing gears as texture on sides of a box.Brian Paul
2006-01-13Fix the default target to remake readtex.o if neededAdam Jackson
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul
2005-08-25Demo of how to do (nearly) flicker-free rendering with a single color buffer.Brian Paul
2005-05-19move osmesa demos to their own directoryKeith Whitwell
2005-05-07assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul
2005-01-29added osmesa16 stuffBrian Paul
2005-01-09some new/improved rulesBrian Paul
2004-10-23addes osdemo32 target (J.P. Delport)Brian Paul
2004-05-27Build the fogcoord demo.Ian Romanick