Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallivm/llvmpipe: squash merge of the llvm-context branch | Brian Paul | 2010-11-30 | 1 | -0/+29 |
| | | | | | | | | | | | | | | This branch defines a gallivm_state structure which contains the LLVMBuilderRef, LLVMContextRef, etc. All data structures built with this object can be periodically freed during a "garbage collection" operation. The gallivm_state object has to be passed to most of the builder functions where LLVMBuilderRef used to be used. Conflicts: src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c src/gallium/drivers/llvmpipe/lp_state_setup.c | ||||
* | gallivm/llvmpipe: move an old comment to a better location | Brian Paul | 2010-05-10 | 1 | -0/+11 |
| | |||||
* | scons: Make LLVM a black-white dependency. | José Fonseca | 2010-04-11 | 1 | -2/+2 |
| | | | | | | | Now that draw depends on llvm it is very difficult to correctly handle broken llvm installations. Either the user requests LLVM and it needs to supply a working installation. Or it doesn't, and it gets no LLVM accelerate pipe drivers. | ||||
* | gallivm/llvmpipe: rename os_llvm.h to lp_bld.h | Brian Paul | 2010-03-15 | 1 | -0/+47 |
The llvm wrapper wasn't really an OS thing. Use lp_bld.h for now but we eventually should rename/re-prefix all the files/functions in the gallivm/ directory. |