summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld.h
AgeCommit message (Collapse)Author
2010-05-10gallivm/llvmpipe: move an old comment to a better locationBrian Paul
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca
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.
2010-03-15gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul
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.