summaryrefslogtreecommitdiff
path: root/configs/linux-cell
AgeCommit message (Collapse)Author
2008-03-25cell: Enable MIT-SHM on Cell.Ian Romanick
2008-02-19Cell: Add missing "gallium/winsys" to SRC_DIRS to fix build.Ian Romanick
2008-02-18Code 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-15Cell: Add missing back-slash in linux-cell config fileIan Romanick
2008-02-15Cell: Add INCLUDE_DIRS to SPU_CFLAGS to fix build.Ian Romanick
2008-02-15Code 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-28Cell: add OPT_FLAGS varBrian
2008-01-24Cell: s/-W/-Wall/ in linux-cellBrian
2008-01-23Use HOST_CC for programs that will run on the build hostIan Romanick
2008-01-23Remove unnecessary pathsIan Romanick
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.
2008-01-03Cell: added -Wmissing-prototypes to SPU_CFLAGSBrian
2007-12-11Port to libspe2Ian Romanick
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.
2007-12-11Remove '-include altivec.h'.Ian Romanick
Including altivec.h caused problems in some places that use "pixel" as a variable name.
2007-12-10remove -Wall, add -DGALLIUM_CELLBrian
2007-12-05Add dependency checking for Cell driver sources.Brian
2007-12-02added -fPICBrian
2007-12-02don't build libglwBrian
2007-12-02Initial Cell driver infrastructure.Brian
No real code yet. Just stand-ins and make/build infrastructure.