summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile
AgeCommit message (Collapse)Author
2006-12-15Use extfuncs.h helper. Added command line options for loadingBrian
vertex/fragment shaders from files.
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
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
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
and demos are also added. Adding basic support to drivers should be as easy as just enabling the extension, though thorough test would also be required.
2006-03-29s/glslnose.c/glslnoise/ (bug 6430)Brian Paul
2006-02-18More GLSL code.Michal Krol
- general constructors allowed; - implement noise functions (from Stefan Gustavson - thanks!) - cosmetic stuff.
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
done with fragment programs nowadays.
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
2004-03-26minor fixesBrian Paul
2004-03-26Tweaks for make clean / realclean.Brian Paul
2004-03-26New Makefile systemBrian Paul