aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_init.c
Commit message (Expand)AuthorAgeFilesLines
...
* gallivm: Prefer the standard JIT engine whenever possible.José Fonseca2012-07-231-4/+4
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-154/+334
* gallivm: Remove MSVC RT hack.José Fonseca2012-02-021-14/+0
* gallivm: Close a memory leakLauri Kasanen2011-12-221-0/+1
* draw: Init llvm if not providedJakob Bornecrantz2011-01-241-1/+5
* gallivm: store callbacks in a linked list rather than fixed size arrayBrian Paul2010-12-131-26/+28
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-42/+317
* gallivm: always enable LLVMAddInstructionCombiningPass()José Fonseca2010-10-281-7/+1
* gallivm: Allow to disable bri-linear filtering with GALLIVM_DEBUG=no_brilinea...José Fonseca2010-10-101-0/+1
* gallivm: Add a new debug flag to warn about performance issues.José Fonseca2010-09-111-0/+1
* gallium: remove stray semicolonsBrian Paul2010-08-061-1/+1
* gallivm: Only get debug option onceJakob Bornecrantz2010-08-051-1/+3
* gallivm: Setup a global optimization pass.José Fonseca2010-07-011-0/+30
* gallivm: Override some of the default target options.José Fonseca2010-06-141-0/+5
* gallivm: Register the JIT engine with oprofile on debug/profile builds.José Fonseca2010-06-031-0/+8
* gallium: silence all debug_named_value related warningsJoakim Sindholt2010-06-031-5/+5
* gallivm: Choose an appropriate code generation optimization level.José Fonseca2010-05-251-1/+33
* gallivm: Centralize some of the LLVM debugging options.José Fonseca2010-05-151-0/+18
* gallivm: Centralize the cpu caps detection.José Fonseca2010-04-241-0/+10
* gallivm: Move the global LLVM objects (module, engine, provider, target) into...José Fonseca2010-04-061-0/+78