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