Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-18 | gallium: reorder libs so that translate can see rtasm | Keith Whitwell | |
2008-04-15 | gallium: add translate directory | Keith Whitwell | |
2008-03-10 | gallium: new surface/context tracker (sct) module | Brian | |
Will be used for tracking the surfaces and textures which are bound/used by contexts. | |||
2008-02-19 | Simplify makefile boilerplate code. | José Fonseca | |
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES. | |||
2008-02-19 | Bring rtasm from mesa to gallium. | José Fonseca | |
2008-02-18 | Code reorganization: split gallium and mesa makefiles. | José Fonseca | |
In other words, don't build src/gallium source code from within src/mesa/Makefile. Also, allow to customize which gallium auxiliary dirs, driver driver, winsys dirs get built from the config/* files. | |||
2008-02-15 | Code reorganization: update build. | José Fonseca | |
Update the Makefiles and includes for the new paths. Note that there hasn't been no separation of the Makefiles yet, and make is jumping all over the place. That will be taken care shortly. But for now, make should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm might require some minor tweaks. | |||
2008-01-23 | Use HOST_CC for programs that will run on the build host | Ian Romanick | |
2008-01-23 | Use EXTRA_LIB_PATH with *_LIB_DEPS | Ian Romanick | |
Make sure EXTRA_LIB_PATH is used with all the LIB_DEPS. Re-order some of the options and tweak the whitespace to make the various LIB_DEPS more readable. This makes building for Cell on x86 a bit easier and doesn't seem to effect other builds. | |||
2007-12-02 | glut doesn't need -lXt | Brian | |
2007-10-24 | Cleanup some code. | Zack Rusin | |
2007-10-24 | Introduce linux-llvm target. Remove the llvm code from the default build for ↵ | Zack Rusin | |
now. Cleanup some of the debugging output. | |||
2007-10-24 | Implement the conversion and do the initial execution pass. | Zack Rusin | |
2007-10-24 | Initial stab at LLVM integration. | Zack Rusin | |
2007-05-14 | master/trunk is now for Mesa 7.1 devel: bump versions | Brian | |
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 | |