aboutsummaryrefslogtreecommitdiffstats
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
* gallium: reorder libs so that translate can see rtasmKeith Whitwell2008-04-181-1/+1
|
* gallium: add translate directoryKeith Whitwell2008-04-151-1/+1
|
* cell: Enable MIT-SHM on Cell.Ian Romanick2008-03-251-1/+3
|
* 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.
* Remove files of unsupported build systems.José Fonseca2008-02-251-42/+0
|
* Cell: Add missing "gallium/winsys" to SRC_DIRS to fix build.Ian Romanick2008-02-191-1/+1
|
* Simplify makefile boilerplate code.José Fonseca2008-02-1921-35/+35
| | | | | 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
|
* Update for llvm -> gallivm rename.José Fonseca2008-02-181-1/+1
|
* Build glx/x11.José Fonseca2008-02-181-0/+1
|
* Code reorganization: split gallium and mesa makefiles.José Fonseca2008-02-184-6/+17
| | | | | | | 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.
* Cell: Add missing back-slash in linux-cell config fileIan Romanick2008-02-151-1/+1
|
* Cell: Add INCLUDE_DIRS to SPU_CFLAGS to fix build.Ian Romanick2008-02-151-1/+3
|
* Code reorganization: update build.José Fonseca2008-02-1515-18/+18
| | | | | | | | | 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.
* Cell: add OPT_FLAGS varBrian2008-01-281-2/+4
|
* Cell: s/-W/-Wall/ in linux-cellBrian2008-01-241-1/+1
|
* Use HOST_CC for programs that will run on the build hostIan Romanick2008-01-232-0/+2
|
* 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.
* Remove unnecessary pathsIan Romanick2008-01-231-6/+6
| | | | | | Removing the paths on certain commands (e.g., ppu32-gcc) and removing -I/usr/include makes it possible to build for Cell on both PowerPC and x86 hosts.
* llvm: we need custom rules so had to redo the build a little bitZack Rusin2008-01-041-4/+4
| | | | also don't use sse when llvm is enabled
* Cell: added -Wmissing-prototypes to SPU_CFLAGSBrian2008-01-031-1/+1
|
* Port to libspe2Ian Romanick2007-12-111-1/+1
| | | | | | libspe is deprecated in Cell SDK 2.1, and it is removed in Cell SDK 3.0. This patch ports the existing libspe-based code to libspe2. Some error checking (eh-hem) would be nice.
* Remove '-include altivec.h'.Ian Romanick2007-12-111-1/+1
| | | | | Including altivec.h caused problems in some places that use "pixel" as a variable name.
* Redo the fragment program examples to match vp'sZack Rusin2007-12-111-2/+2
| | | | | we just load text files instead of compiling tons of small binaries
* remove -Wall, add -DGALLIUM_CELLBrian2007-12-101-1/+1
|
* Add dependency checking for Cell driver sources.Brian2007-12-051-0/+3
|
* added -fPICBrian2007-12-021-1/+1
|
* don't build libglwBrian2007-12-021-0/+4
|
* Initial Cell driver infrastructure.Brian2007-12-021-0/+37
| | | | No real code yet. Just stand-ins and make/build infrastructure.
* glut doesn't need -lXtBrian2007-12-021-1/+1
|
* Expand pkg-config flags before invoking the compiler.José Fonseca2007-10-253-11/+11
| | | | | This allows IDEs such as Eclipse to get the correct c-preprocessor flags used from the build output.
* LLVM requires linking with the C++ compiler.Michel Dänzer2007-10-251-0/+1
| | | | It's basically luck if it works with the C compiler on some platforms...
* Cleanup some code.Zack Rusin2007-10-242-10/+9
|
* Introduce linux-llvm target. Remove the llvm code from the default build for ↵Zack Rusin2007-10-242-22/+34
| | | | | | 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
|
* Update x86's static and profile configs.José Fonseca2007-09-285-3/+25
|
* Update linux-profile config.José Fonseca2007-09-192-25/+5
|
* remove the -DMESA flagsBrian2007-08-202-3/+2
|
* Remove many dependencies on mesa headers.Brian2007-08-162-2/+3
| | | | To build with mesa, need -DMESA in makefile/config file.
* Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys.Keith Whitwell2007-08-081-1/+1
| | | | | | | | | | This is appropriate as this is not a "pipe driver for the i915" as the old name would suggest, but rather a dri driver that can provide "winsys" backends to softpipe/i915/i965/etc pipe drivers, running under the intel DDX, drm, etc. It also frees up the i915pipe name for something more appropriate, ie mesa/pipe/i915pipe.
* Build the "pipe" version of the i915tex driver.Keith Whitwell2007-07-311-1/+1
| | | | This hands all rendering off to the softpipe rasterizer.
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa ↵michal2007-07-271-0/+42
|\ | | | | | | into softpipe_0_1_branch
| * Fix a number of MINGW32 issuesZhang2007-07-211-0/+42
| |
* | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa ↵michal2007-07-062-3/+4
|\| | | | | | | into softpipe_0_1_branch
| * Use -pthread instead of -lpthread on FreeBSD.Eric Anholt2007-06-221-2/+2
| |
| * miniglx: update defines in linux-solo configDave Airlie2007-06-051-1/+2
| |
* | Only build i915texKeith Whitwell2007-06-201-2/+1
|/
* master/trunk is now for Mesa 7.1 devel: bump versionsBrian2007-05-141-1/+1
|
* nouveau: disable nouveau build by defaultDave Airlie2007-05-051-1/+1
| | | | Until this is API/ABI stable building it by default isn't a good idea.