summaryrefslogtreecommitdiffstats
path: root/configs/default
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Only build intel_drm for linux-dri targetsJakob Bornecrantz2008-06-061-1/+1
|
* i915: Moved pipe_buffer and i915_winsys functions to a common folderJakob Bornecrantz2008-06-061-0/+1
|
* egl: build libEGL and softpipe_egl.so by defaultBrian Paul2008-06-051-2/+2
|
* gallium: reorder libs so that translate can see rtasmKeith Whitwell2008-04-181-1/+1
|
* gallium: add translate directoryKeith Whitwell2008-04-151-1/+1
|
* gallium: new surface/context tracker (sct) moduleBrian2008-03-101-1/+1
| | | | | Will be used for tracking the surfaces and textures which are bound/used by contexts.
* Simplify makefile boilerplate code.José Fonseca2008-02-191-1/+1
| | | | | Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES.
* Bring rtasm from mesa to gallium.José Fonseca2008-02-191-1/+1
|
* Code reorganization: split gallium and mesa makefiles.José Fonseca2008-02-181-2/+10
| | | | | | | 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.
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
| | | | | | | | | 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.
* Use HOST_CC for programs that will run on the build hostIan Romanick2008-01-231-0/+1
|
* Use EXTRA_LIB_PATH with *_LIB_DEPSIan Romanick2008-01-231-6/+6
| | | | | | | 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.
* glut doesn't need -lXtBrian2007-12-021-1/+1
|
* Cleanup some code.Zack Rusin2007-10-241-2/+1
|
* Introduce linux-llvm target. Remove the llvm code from the default build for ↵Zack Rusin2007-10-241-22/+3
| | | | | | now. Cleanup some of the debugging output.
* Implement the conversion and do the initial execution pass.Zack Rusin2007-10-241-1/+2
|
* Initial stab at LLVM integration.Zack Rusin2007-10-241-1/+20
|
* master/trunk is now for Mesa 7.1 devel: bump versionsBrian2007-05-141-1/+1
|
* Version bumps for 7.0Brian2007-04-271-3/+3
|
* add glsl to PROGRAM_DIRSBrian2007-04-081-1/+1
|
* bump version to 6.5.3 to match version.hBrian2007-03-281-1/+1
|
* remove some debug/test changesBrian Paul2006-10-191-2/+1
|
* New bin/minstall script - a minimal replacement for 'install'.Brian Paul2006-10-191-3/+3
| | | | Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.
* bump version to 6.5.2Brian Paul2006-09-211-1/+1
|
* comment out EXTRA_LIB_PATH, ?= causes problems on HP-UXBrian Paul2006-09-061-1/+1
|
* bump MESA_TINY to 1Brian Paul2006-07-201-1/+1
|
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-6/+10
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* New 'install' targets in makefile. See bug 2372.Brian Paul2006-06-221-2/+11
|
* update version to 6.5.0Brian Paul2005-08-231-2/+2
|
* Convert libGL and DRI drivers to require libdrm.Adam Jackson2005-08-191-1/+1
| | | | | | libdrm can be had from: http://people.freedesktop.org/~ajax/libdrm/
* Bump version to 6.3.2Brian Paul2005-08-161-1/+1
|
* bump version to 6.3.1Brian Paul2005-07-211-1/+1
|
* Put default back to the normal DRM pathJon Smirl2005-07-021-2/+1
|
* Massive refactor of (most of) the Linux config files. This reducesIan Romanick2005-07-021-3/+4
| | | | | the length of each config and brings a lot of much needed uniformity to them.
* Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, andBrian Paul2005-07-011-1/+6
| | | | | include $(TOP)/configs/current in glapi/Makefile so those vars can be easily overridden by any system config, if needed.
* fix error in OSMESA_LIB_NAME lineBrian Paul2005-06-071-1/+1
|
* added a commentBrian Paul2005-05-051-0/+1
|
* use $(*_LIB) in the *_LIB_NAME definitionsBrian Paul2005-03-231-5/+5
|
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-1/+1
| | | | | | | | - 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.
* bump version to 6.3Brian Paul2004-10-021-1/+1
|
* bump minor version to 2Brian Paul2004-09-271-1/+1
|
* Replace -lGL with -l$(GL_LIB), etc.Brian Paul2004-09-131-5/+5
| | | | Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
* remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by defaultBrian Paul2004-07-201-2/+3
|
* try and find the drm in a more likely placeDave Airlie2004-06-101-1/+1
|
* Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt2004-06-011-1/+1
| | | | | | 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".
* Add DRM_SOURCE_PATH to make system.Jon Smirl2004-04-131-0/+2
| | | | Needed for linux-solo to build
* use new MKDEP, MKDEP_OPTIONS variablesBrian Paul2004-04-071-0/+4
|
* don't try to make GLwMDrawA.c by default since it needs MotifBrian Paul2004-03-261-2/+2
|
* added glw to SRC_DIRSBrian Paul2004-03-261-1/+1
|
* new system configurationsBrian Paul2004-03-261-0/+61