Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-29 | llvmpipe: use the udis86 lib to print the x86 assembly code | Brian Paul | 1 | -2/+2 | |
2009-08-29 | llvmpipe: re-enable other gallium drivers | Brian Paul | 1 | -2/+2 | |
No more symbol collisions between drivers, AFAICT. | |||||
2009-08-29 | llvmpipe: repurpose linux-llvm config to build the llvmpipe driver | Brian Paul | 1 | -5/+12 | |
The gallivm module is no longer built. If/when gallivm is resuscitated we can revisit this. | |||||
2009-03-09 | linux-llvm config: Linking with required llvm libs | Kamalneet Singh | 1 | -3/+3 | |
2009-01-12 | gallivm: Explicitly specify the LLVM components we need. | Michel Dänzer | 1 | -3/+3 | |
2008-10-02 | Gallivm: port to llvm 2.4. | Stephane Marchesin | 1 | -0/+1 | |
2008-10-02 | Gallivm: need to link with libstdc++ for llvm. | Stephane Marchesin | 1 | -1/+1 | |
2008-02-18 | Update for llvm -> gallivm rename. | José Fonseca | 1 | -1/+1 | |
2008-02-18 | Code reorganization: split gallium and mesa makefiles. | José Fonseca | 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. | |||||
2008-01-04 | llvm: we need custom rules so had to redo the build a little bit | Zack Rusin | 1 | -4/+4 | |
also don't use sse when llvm is enabled | |||||
2007-12-11 | Redo the fragment program examples to match vp's | Zack Rusin | 1 | -2/+2 | |
we just load text files instead of compiling tons of small binaries | |||||
2007-10-25 | LLVM requires linking with the C++ compiler. | Michel Dänzer | 1 | -0/+1 | |
It's basically luck if it works with the C compiler on some platforms... | |||||
2007-10-24 | Cleanup some code. | Zack Rusin | 1 | -8/+8 | |
2007-10-24 | Introduce linux-llvm target. Remove the llvm code from the default build for ↵ | Zack Rusin | 1 | -0/+31 | |
now. Cleanup some of the debugging output. |