Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scons: Fix version comparisons. | José Fonseca | 2010-03-06 | 1 | -1/+2 |
| | |||||
* | scons: Detect and support LLVM 2.7. | José Fonseca | 2010-03-06 | 1 | -52/+80 |
| | |||||
* | scons: LLVM <-> MSVC integration tweaks. | José Fonseca | 2010-01-10 | 1 | -0/+10 |
| | |||||
* | gallium: Provide alternative stdint.h and stdbool.h C99 headers, instead of ↵ | José Fonseca | 2010-01-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | ad-hoc definitions. Everybody is using the C99's integer types. Everybody except Microsoft, which in turns means everybody is including their own definitions of C99 integer types for MSVC, causing duplicate definitions when linking two projects. This is the case of building Gallium and LLVM with MSVC. Shipping alternative stdint.h and stdbool.h headers for MSVC allows us to share a single definition. It also removes clutter from the Gallium headers. | ||||
* | scons: Make it work with MinGW build of LLVM 2.6. | José Fonseca | 2009-11-25 | 1 | -25/+27 |
| | | | | LLVM 2.5 is no longer supported on windows. | ||||
* | scons: Hack LLVM support on Windows. | José Fonseca | 2009-10-22 | 1 | -2/+43 |
| | | | | | Doesn't quite work yet though, as small differences in the compilation flags used when building LLVM and Mesa cause link failures for STL symbols. | ||||
* | llvmpipe: Make the code portable for MinGW. | José Fonseca | 2009-09-16 | 1 | -1/+5 |
| | |||||
* | scons: Don't set LLVM_VERSION if one of the llvm-config calls fails. | Vinson Lee | 2009-09-07 | 1 | -8/+10 |
| | | | | | Ubuntu 8.10 has llvm-config version 2.2, which doesn't have nativecodegen. This triggers an exception. | ||||
* | scons: Used wrong exception class. | José Fonseca | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | scons: Don't use scons internal functions. | José Fonseca | 2009-09-04 | 1 | -13/+4 |
| | |||||
* | scons: Tool for LLVM. Gracefully disable llvmpipe if LLVM not found. | José Fonseca | 2009-09-01 | 1 | -0/+81 |