summaryrefslogtreecommitdiff
path: root/progs/osdemos
AgeCommit message (Collapse)Author
2008-05-20Ignore more generated files in progs/Dan Nicholson
Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted.
2007-07-26clamp float colorsBrian
2006-10-14allow specifying image size on cmd lineBrian Paul
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-07fixup OSMESA_LIBS and make clean targetBrian Paul
2006-07-07remove GLUT dependencyBrian Paul
2006-07-07remove dependency on GLUTBrian Paul
2006-05-19Demonstrate rendering 8, 16 and 32-bit/channel images all in one program.Brian Paul
Like older osdemo.c program, but test more OpenGL features like texturing, blending, lines.
2006-01-26remove the GL_HP_occlusion_test codeBrian Paul
2005-05-19move osmesa demos to their own directoryKeith Whitwell