Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-20 | gallium: s/GALLIUM_DRIVER_DIRS/GALLIUM_DRIVERS_DIRS/ | Jakob Bornecrantz | |
2009-02-10 | cell: asst build fixes in linux-cell config | Brian Paul | |
Add -D_SVID_SOURCE to silence warnings when building glx files. Don't build the non-gallium drivers. | |||
2009-02-10 | Revert "cell: update linux-cell config" | Jakob Bornecrantz | |
This reverts commit 22c6c1eaad49692416f45bcbbcdc6424aea2da7c. Need to revert this since we reverted commited this depended on. | |||
2009-02-09 | cell: update linux-cell config | Brian Paul | |
2009-01-23 | glew: Initial import. | José Fonseca | |
From glew 1.5.1 release. | |||
2009-01-08 | cell: fix breakage from xlib re-org | Brian Paul | |
Some of these fixes are quick band-aids for now. | |||
2008-11-21 | cell: only build Cell and softpipe drivers | Brian Paul | |
2008-11-12 | cell: added -Wmissing-prototypes | Brian Paul | |
2008-10-27 | cell: added -D_BSD_SOURCE flag | Brian Paul | |
Needed to get MAP_ANONYMOUS in execmem.c and to define timezone type in glxgears.c Adding -std=c99 earlier caused this regression. | |||
2008-10-22 | cell: add -std=c99 flag to solve some warning/prototype issues | Brian Paul | |
2008-10-08 | cell: implement more built-in shader functions, link spu code with -lm | Brian Paul | |
2008-09-11 | define new APP_CC configuration variable for building apps/demos/tests | Brian Paul | |
For Cell, need to use different compilers for the libraries vs. the demos/tests to avoid strange link error regarding "_Unwind_GetIPInfo@GCC_4.2.0" | |||
2008-09-03 | Cell: added linux-cell-debug config | Brian Paul | |
linux-cell is now the optimized configuration. Remove some Cell-specific stuff from winsys/xlib/Makefile. | |||
2008-08-26 | cell: use SDK 3.0 by default | Brian Paul | |
2008-03-25 | cell: Enable MIT-SHM on Cell. | Ian Romanick | |
2008-02-19 | Cell: Add missing "gallium/winsys" to SRC_DIRS to fix build. | Ian Romanick | |
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 | Cell: Add missing back-slash in linux-cell config file | Ian Romanick | |
2008-02-15 | Cell: Add INCLUDE_DIRS to SPU_CFLAGS to fix build. | Ian Romanick | |
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-28 | Cell: add OPT_FLAGS var | Brian | |
2008-01-24 | Cell: s/-W/-Wall/ in linux-cell | Brian | |
2008-01-23 | Use HOST_CC for programs that will run on the build host | Ian Romanick | |
2008-01-23 | Remove unnecessary paths | Ian 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-03 | Cell: added -Wmissing-prototypes to SPU_CFLAGS | Brian | |
2007-12-11 | Port to libspe2 | Ian 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-11 | Remove '-include altivec.h'. | Ian Romanick | |
Including altivec.h caused problems in some places that use "pixel" as a variable name. | |||
2007-12-10 | remove -Wall, add -DGALLIUM_CELL | Brian | |
2007-12-05 | Add dependency checking for Cell driver sources. | Brian | |
2007-12-02 | added -fPIC | Brian | |
2007-12-02 | don't build libglw | Brian | |
2007-12-02 | Initial Cell driver infrastructure. | Brian | |
No real code yet. Just stand-ins and make/build infrastructure. |