Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium/i965: implement pipe_screen for i965 driver (untested) | Brian | 2008-02-27 | 1 | -1/+3 |
| | |||||
* | Cell: implement pipe_screen for cell driver | Brian | 2008-02-27 | 1 | -1/+5 |
| | |||||
* | gallium: implement pipe_screen for softpipe driver | Brian | 2008-02-27 | 1 | -1/+2 |
| | |||||
* | gallium: general clean-up of xlib winsys Makefile | Brian | 2008-02-19 | 1 | -29/+12 |
| | |||||
* | gallium: updated cell build | Brian | 2008-02-19 | 1 | -9/+10 |
| | | | | | | Building on Ian's Cell build fix. Put libcell.a in the gallium/drivers/cell/ directory. General Makefile clean-up, simplification, updated comments. | ||||
* | Remove src/mesa and src/mesa/main from gallium source include paths. | José Fonseca | 2008-02-19 | 2 | -7/+15 |
| | |||||
* | Update for llvm -> gallivm rename. | José Fonseca | 2008-02-18 | 1 | -6/+2 |
| | |||||
* | Update scons build for new code layout. | José Fonseca | 2008-02-18 | 1 | -0/+28 |
| | |||||
* | Code reorganization: split gallium and mesa makefiles. | José Fonseca | 2008-02-18 | 1 | -0/+113 |
| | | | | | | | 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é Fonseca | 2008-02-15 | 2 | -4/+4 |
| | | | | | | | | | 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. | ||||
* | Code reorganization: move files into their places. | José Fonseca | 2008-02-15 | 17 | -0/+9204 |
This is in a separate commit to ensure renames are properly preserved. |