Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Gallivm: port to llvm 2.4. | Stephane Marchesin | 2008-10-02 | 1 | -0/+1 |
| | |||||
* | Gallivm: need to link with libstdc++ for llvm. | Stephane Marchesin | 2008-10-02 | 1 | -1/+1 |
| | |||||
* | Update for llvm -> gallivm rename. | José Fonseca | 2008-02-18 | 1 | -1/+1 |
| | |||||
* | Code reorganization: split gallium and mesa makefiles. | José Fonseca | 2008-02-18 | 1 | -0/+2 |
| | | | | | | | 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. | ||||
* | llvm: we need custom rules so had to redo the build a little bit | Zack Rusin | 2008-01-04 | 1 | -4/+4 |
| | | | | also don't use sse when llvm is enabled | ||||
* | Redo the fragment program examples to match vp's | Zack Rusin | 2007-12-11 | 1 | -2/+2 |
| | | | | | we just load text files instead of compiling tons of small binaries | ||||
* | LLVM requires linking with the C++ compiler. | Michel Dänzer | 2007-10-25 | 1 | -0/+1 |
| | | | | It's basically luck if it works with the C compiler on some platforms... | ||||
* | Cleanup some code. | Zack Rusin | 2007-10-24 | 1 | -8/+8 |
| | |||||
* | Introduce linux-llvm target. Remove the llvm code from the default build for ↵ | Zack Rusin | 2007-10-24 | 1 | -0/+31 |
now. Cleanup some of the debugging output. |