Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-27 | Version bumps for 7.0 | Brian | |
2007-04-08 | add glsl to PROGRAM_DIRS | Brian | |
2007-03-28 | bump version to 6.5.3 to match version.h | Brian | |
2006-10-19 | remove some debug/test changes | Brian Paul | |
2006-10-19 | New bin/minstall script - a minimal replacement for 'install'. | Brian Paul | |
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff. | |||
2006-09-21 | bump version to 6.5.2 | Brian Paul | |
2006-09-06 | comment out EXTRA_LIB_PATH, ?= causes problems on HP-UX | Brian Paul | |
2006-07-20 | bump MESA_TINY to 1 | 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-06-22 | New 'install' targets in makefile. See bug 2372. | Brian Paul | |
2005-08-23 | update version to 6.5.0 | Brian Paul | |
2005-08-19 | Convert libGL and DRI drivers to require libdrm. | Adam Jackson | |
libdrm can be had from: http://people.freedesktop.org/~ajax/libdrm/ | |||
2005-08-16 | Bump version to 6.3.2 | Brian Paul | |
2005-07-21 | bump version to 6.3.1 | Brian Paul | |
2005-07-02 | Put default back to the normal DRM path | Jon Smirl | |
2005-07-02 | Massive refactor of (most of) the Linux config files. This reduces | Ian Romanick | |
the length of each config and brings a lot of much needed uniformity to them. | |||
2005-07-01 | Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, and | Brian Paul | |
include $(TOP)/configs/current in glapi/Makefile so those vars can be easily overridden by any system config, if needed. | |||
2005-06-07 | fix error in OSMESA_LIB_NAME line | Brian Paul | |
2005-05-05 | added a comment | Brian Paul | |
2005-03-23 | use $(*_LIB) in the *_LIB_NAME definitions | Brian Paul | |
2004-12-08 | Improve the behaviour of the build system wrt depend files. | Keith Whitwell | |
- Remove the -Y option for makedepend, so that the standard directories are searched - No longer pipe the multiple errors that the -Y option caused into /dev/null -- we want to know about these failures. - Fix up a few other misc makedepend failures. | |||
2004-10-02 | bump version to 6.3 | Brian Paul | |
2004-09-27 | bump minor version to 2 | Brian Paul | |
2004-09-13 | Replace -lGL with -l$(GL_LIB), etc. | Brian Paul | |
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file. | |||
2004-07-20 | remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by default | Brian Paul | |
2004-06-10 | try and find the drm in a more likely place | Dave Airlie | |
2004-06-01 | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | |
variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1". | |||
2004-04-13 | Add DRM_SOURCE_PATH to make system. | Jon Smirl | |
Needed for linux-solo to build | |||
2004-04-07 | use new MKDEP, MKDEP_OPTIONS variables | Brian Paul | |
2004-03-26 | don't try to make GLwMDrawA.c by default since it needs Motif | Brian Paul | |
2004-03-26 | added glw to SRC_DIRS | Brian Paul | |
2004-03-26 | new system configurations | Brian Paul | |