Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-27 | osdemos: replace assertion with error handler | Brian Paul | |
2010-04-27 | osmesa: don't need to link with -lGL | Brian Paul | |
The gl entrypoints are in libOSMesa.so | |||
2009-12-21 | progs/osmes: add missing libGL dependency, remove unneeded lines | Brian Paul | |
2008-06-05 | minor changes | Brian Paul | |
2007-12-07 | Make osdemos linking like other programs | Dan Nicholson | |
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. | |||
2007-10-29 | specify app lib dependencies in Makefiles (patch 1/3) | Dan Nicholson | |
2007-10-10 | Ignore 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-09-28 | add support for LDFLAGS env var | Dan Nicholson | |
2007-07-26 | clamp float colors | Brian | |
2006-10-14 | allow specifying image size on cmd line | Brian Paul | |
2006-07-13 | LIB_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-07 | fixup OSMESA_LIBS and make clean target | Brian Paul | |
2006-07-07 | remove GLUT dependency | Brian Paul | |
2006-07-07 | remove dependency on GLUT | Brian Paul | |
2006-05-19 | Demonstrate 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-26 | remove the GL_HP_occlusion_test code | Brian Paul | |
2005-05-19 | move osmesa demos to their own directory | Keith Whitwell | |