summaryrefslogtreecommitdiffstats
path: root/progs/osdemos
Commit message (Collapse)AuthorAgeFilesLines
* minor changesBrian Paul2008-06-051-1/+6
|
* Make osdemos linking like other programsDan Nicholson2007-12-071-5/+9
| | | | | | | | | | Most of the programs list their dependencies on the Mesa libraries in their Makefiles. This works with the default configuration where APP_LIB_DEPS only lists external libraries. This changes the linux-osmesa configs and the osdemos Makefile to follow that convention. Some cleanup of the Makefile is also added to refer to the GL libraries through the existing variables rather than hardcoding their names.
* specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson2007-10-291-1/+3
|
* Ignore more generated files in progs/Dan Nicholson2007-10-101-0/+8
| | | | | | | | 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.
* add support for LDFLAGS env varDan Nicholson2007-09-281-5/+5
|
* clamp float colorsBrian2007-07-261-2/+5
|
* allow specifying image size on cmd lineBrian Paul2006-10-141-19/+26
|
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-4/+4
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* fixup OSMESA_LIBS and make clean targetBrian Paul2006-07-071-1/+5
|
* remove GLUT dependencyBrian Paul2006-07-071-7/+133
|
* remove dependency on GLUTBrian Paul2006-07-071-33/+75
|
* Demonstrate rendering 8, 16 and 32-bit/channel images all in one program.Brian Paul2006-05-192-1/+350
| | | | | Like older osdemo.c program, but test more OpenGL features like texturing, blending, lines.
* remove the GL_HP_occlusion_test codeBrian Paul2006-01-261-48/+0
|
* move osmesa demos to their own directoryKeith Whitwell2005-05-194-0/+994