Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos. | Eric Anholt | 2010-05-21 | 1 | -50/+0 |
| | | | | | | | The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about. | ||||
* | progs/samples: Add rgbtoppm to Makefile. | Vinson Lee | 2009-12-05 | 1 | -1/+1 |
| | |||||
* | progs: Build samples dir with scons and glew. | José Fonseca | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -4/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile progs/demos/Makefile progs/glsl/Makefile progs/redbook/Makefile progs/samples/Makefile progs/tests/Makefile progs/trivial/Makefile progs/xdemos/Makefile src/gallium/Makefile src/mesa/main/attrib.c src/mesa/main/bufferobj.c src/mesa/vbo/vbo_exec_draw.c | ||||
| * | define new APP_CC configuration variable for building apps/demos/tests | Brian Paul | 2008-09-11 | 1 | -4/+4 |
| | | | | | | | | | | For Cell, need to use different compilers for the libraries vs. the demos/tests to avoid strange link error regarding "_Unwind_GetIPInfo@GCC_4.2.0" | ||||
* | | specify app lib dependencies in Makefiles (patch 1/3) | Dan Nicholson | 2007-10-29 | 1 | -2/+4 |
| | | |||||
* | | add support for LDFLAGS env var | Dan Nicholson | 2007-09-28 | 1 | -2/+2 |
|/ | |||||
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 1 | -1/+1 |
| | | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | ||||
* | assorted warning clean-ups for x86_64, etc (Mikko T.) | Brian Paul | 2005-05-07 | 1 | -0/+1 |
| | |||||
* | minor readtex fixes | Brian Paul | 2005-01-09 | 1 | -5/+5 |
| | |||||
* | fix-up rules for sphere demo, which uses readtex utility | Brian Paul | 2005-01-08 | 1 | -2/+17 |
| | |||||
* | remove BeOS conditional code. oglinfo should be moved to xdemos since it's ↵ | Brian Paul | 2004-08-25 | 1 | -5/+0 |
| | | | | a GLX program | ||||
* | Obsolete BeOS-specific makefile. | Philippe Houdoin | 2004-08-14 | 1 | -1/+6 |
| | | | | Removed the oglinfo target from samples from BeOS build, as it depends on X. | ||||
* | minor fixes | Brian Paul | 2004-03-26 | 1 | -1/+1 |
| | |||||
* | Tweaks for make clean / realclean. | Brian Paul | 2004-03-26 | 1 | -3/+1 |
| | |||||
* | New Makefile system | Brian Paul | 2004-03-26 | 1 | -0/+34 |