Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore more generated files in progs/ | Dan Nicholson | 2008-05-20 | 1 | -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. | ||||
* | clamp float colors | Brian | 2007-07-26 | 1 | -2/+5 |
| | |||||
* | allow specifying image size on cmd line | Brian Paul | 2006-10-14 | 1 | -19/+26 |
| | |||||
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 1 | -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 target | Brian Paul | 2006-07-07 | 1 | -1/+5 |
| | |||||
* | remove GLUT dependency | Brian Paul | 2006-07-07 | 1 | -7/+133 |
| | |||||
* | remove dependency on GLUT | Brian Paul | 2006-07-07 | 1 | -33/+75 |
| | |||||
* | Demonstrate rendering 8, 16 and 32-bit/channel images all in one program. | Brian Paul | 2006-05-19 | 2 | -1/+350 |
| | | | | | Like older osdemo.c program, but test more OpenGL features like texturing, blending, lines. | ||||
* | remove the GL_HP_occlusion_test code | Brian Paul | 2006-01-26 | 1 | -48/+0 |
| | |||||
* | move osmesa demos to their own directory | Keith Whitwell | 2005-05-19 | 4 | -0/+994 |