summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile
AgeCommit message (Expand)AuthorFilesLines
2008-07-30Always pass CFLAGS when compiling or linking demosGuillaume Melquiond1-6/+6
2008-07-24Add new demo "fbo_firecube".Thomas Hellstrom1-0/+1
2008-05-09Don't link demos directly to X librariesDan Nicholson1-2/+4
2008-04-08Only convert configs if screen creation was successful.Kristian Høgsberg1-1/+1
2008-03-11Fix include path for rain demo so glut.h is foundDan Nicholson1-2/+2
2007-12-14Build rain demo (Gonzo <andreas.wendleder@gmail.com>)Brian1-1/+10
2007-10-29specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson1-7/+9
2007-09-28add support for LDFLAGS env varDan Nicholson1-6/+6
2007-09-14added copypix.c test (test glCopyPixels w/ pixel zoom)Brian1-0/+5
2007-04-08fix some dependencies, remove some CFLAGSBrian1-5/+10
2006-12-15Use extfuncs.h helper. Added command line options for loadingBrian1-0/+7
2006-11-03added fsligghtBrian Paul1-0/+1
2006-11-01merge the (rest of) texmem branchKeith Whitwell1-0/+1
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul1-4/+4
2006-07-04New animated engine demo.Brian Paul1-0/+8
2006-06-30remove occlude.c demo since GL_HP_occlusion_test no longer availableBrian Paul1-1/+0
2006-06-26use trackball code for mouse rotationBrian Paul1-0/+18
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick1-0/+1
2006-03-29s/glslnose.c/glslnoise/ (bug 6430)Brian Paul1-1/+1
2006-02-18More GLSL code.Michal Krol1-0/+1
2006-02-15Demonstrate GLSL fragment and vertex shaders.Michal Krol1-0/+1
2006-01-28Test glCopyTexSubImage2D by drawing gears as texture on sides of a box.Brian Paul1-0/+1
2006-01-13Fix the default target to remake readtex.o if neededAdam Jackson1-1/+2
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul1-1/+0
2005-08-25Demo of how to do (nearly) flicker-free rendering with a single color buffer.Brian Paul1-0/+1
2005-05-19move osmesa demos to their own directoryKeith Whitwell1-15/+0
2005-05-07assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul1-1/+1
2005-01-29added osmesa16 stuffBrian Paul1-0/+6
2005-01-09some new/improved rulesBrian Paul1-11/+38
2004-10-23addes osdemo32 target (J.P. Delport)Brian Paul1-0/+7
2004-05-27Build the fogcoord demo.Ian Romanick1-0/+1
2004-03-26minor fixesBrian Paul1-1/+1
2004-03-26Tweaks for make clean / realclean.Brian Paul1-3/+0
2004-03-26New Makefile systemBrian Paul1-0/+92