summaryrefslogtreecommitdiff
path: root/configs/linux-llvm
AgeCommit message (Expand)AuthorFilesLines
2011-01-31Remove talloc from the make and automake build systems.Kenneth Graunke1-1/+1
2010-12-06mesa/llvm: use llvm-config --cppflagsBrian Paul1-3/+2
2010-12-03mesa: consolidate some compiler -D flagsBrian Paul1-2/+3
2010-08-11configs: added -ltalloc to config filesBrian Paul1-1/+1
2010-04-14mesa: add -D__STDC_CONSTANT_MACROS to linux-llvmBrian Paul1-1/+1
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca1-1/+1
2010-03-26auto detect llvm versionChris Li1-0/+2
2010-03-17llvmpipe: remove -m32 flag from linux-llvm configBrian Paul1-1/+1
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin1-1/+1
2010-02-05allow make to build lp_test_* for llvmpipeChris Li1-1/+1
2010-01-08Merge remote branch 'origin/master' into lp-binningJosé Fonseca1-2/+0
2010-01-02gallium: Hunt down all references to GALLIUM_AUXILIARY_DIRS.José Fonseca1-2/+0
2009-12-18llvmpipe: change configs/linux-llvm from debug build to optimized buildBrian Paul1-3/+5
2009-08-29llvmpipe: use the udis86 lib to print the x86 assembly codeBrian Paul1-2/+2
2009-08-29llvmpipe: re-enable other gallium driversBrian Paul1-2/+2
2009-08-29llvmpipe: repurpose linux-llvm config to build the llvmpipe driverBrian Paul1-5/+12
2009-03-09linux-llvm config: Linking with required llvm libsKamalneet Singh1-3/+3
2009-01-12gallivm: Explicitly specify the LLVM components we need.Michel Dänzer1-3/+3
2008-10-02Gallivm: port to llvm 2.4.Stephane Marchesin1-0/+1
2008-10-02Gallivm: need to link with libstdc++ for llvm.Stephane Marchesin1-1/+1
2008-02-18Update for llvm -> gallivm rename.José Fonseca1-1/+1
2008-02-18Code reorganization: split gallium and mesa makefiles.José Fonseca1-0/+2
2008-01-04llvm: we need custom rules so had to redo the build a little bitZack Rusin1-4/+4
2007-12-11Redo the fragment program examples to match vp'sZack Rusin1-2/+2
2007-10-25LLVM requires linking with the C++ compiler.Michel Dänzer1-0/+1
2007-10-24Cleanup some code.Zack Rusin1-8/+8
2007-10-24Introduce linux-llvm target. Remove the llvm code from the default build for ...Zack Rusin1-0/+31