summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm
Commit message (Expand)AuthorAgeFilesLines
* tgsi: consolidate TGSI string arrays in new tgsi_strings.hBrian Paul2012-01-051-0/+1
* gallivm: Close a memory leakLauri Kasanen2011-12-221-0/+1
* gallivm: Fix build with llvm-3.1svn.Vinson Lee2011-12-162-1/+15
* llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.José Fonseca2011-12-082-0/+29
* gallivm: Remove duplicate statement.José Fonseca2011-11-141-2/+0
* gallivm: Include stddef.h before the LLVM C++ headers.José Fonseca2011-11-142-0/+4
* llvmpipe: fix typo in the depth sampling aos code.Dave Airlie2011-11-061-1/+1
* gallivm: change sys::getHostTriple to sys::getDefaultTargetTriple for LLVM >=...Christian Inci2011-11-061-0/+4
* llvmpipe: Remove unsed variables.José Fonseca2011-10-312-6/+1
* gallivm: added lp_build_print_ivec4() functionBrian Paul2011-10-232-0/+24
* gallivm: Eliminate tgsi_util_get_full_src_register_sign_mode call.José Fonseca2011-10-161-11/+3
* llvmpipe: Use lp_build_ifloor_fract for exp2 calculation.José Fonseca2011-10-161-5/+1
* gallivm: fix build with llvm 3.0svnBrian Paul2011-09-211-2/+8
* gallivm: fix build with LLVM 3.0svnTobias Droste2011-09-151-1/+10
* gallivm: remove unused varsBrian Paul2011-09-131-5/+0
* gallium: add shadow 1D and 2D array samplers to TGSIMarek Olšák2011-09-102-0/+12
* gallivm: fix build with LLVM 3.0svnTobias Droste2011-09-051-4/+10
* gallivm: Add a note about log2 computation and denormalized numbers.José Fonseca2011-07-221-0/+6
* gallivm: Fix lp_build_exp2 order 4-5 polynomial coefficients and bump order.José Fonseca2011-07-221-12/+12
* gallivm: Increase lp_build_rsqrt() precision.José Fonseca2011-07-221-1/+1
* gallivm: Update minimax comments.José Fonseca2011-07-221-6/+17
* gallivm: Fix lp_build_exp/lp_build_log.José Fonseca2011-07-221-2/+2
* gallivm: Rename createAsmInfo to createMCAsmInfo with llvm-3.0.Vinson Lee2011-07-161-0/+4
* gallivm: Re-enable LLVMUnionTypeKind case for llvm-2.7 only.Vinson Lee2011-07-111-2/+2
* gallivm: Remove LLVMOpaqueKindType case with llvm-3.0.Vinson Lee2011-07-111-0/+2
* gallivm: Fix build with llvm-3.0Gustaw Smolarczyk2011-07-081-9/+7
* gallivm: Pass in CPU name to createTargetMachine when on llvm-3.0.Vinson Lee2011-06-301-0/+4
* gallivm: Rename TargetInstrDesc to MCInstrDesc when using llvm-3.0.Vinson Lee2011-06-301-0/+4
* gallivm: Fix x86 build with llvm-3.0svn.Vinson Lee2011-06-231-0/+4
* gallium: s/bool/boolean/Brian Paul2011-06-081-1/+1
* gallivm: Fix for dynamically linked LLVM 2.8 library.José Fonseca2011-05-201-2/+12
* gallivm: Tell LLVM to not assume a 16-byte aligned stack on x86.José Fonseca2011-05-181-0/+13
* Remove redundant util_unsigned_logbase2Matt Turner2011-05-121-1/+1
* gallivm: fix warning: ‘value’ may be used uninitialized in this functionMarek Olšák2011-04-271-1/+1
* llvmpipe: Take the sampler view's first_level into account when sampling.Fabian Bieler2011-04-084-24/+50
* gallivm: Fix build with llvm-2.9.Vinson Lee2011-03-281-2/+2
* gallivm: Fix build with llvm-2.9Tobias Droste2011-03-281-3/+9
* gallivm: Fix build with llvm-2.9.Vinson Lee2011-03-251-0/+5
* gallivm: Fix build with llvm 2.6 on 32bit platformsJosé Fonseca2011-03-131-2/+4
* gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca2011-03-134-201/+365
* llvmpipe: clamp texcoords in lp_build_sample_compare()Brian Paul2011-03-071-0/+5
* gallivm: Initialize stack valuesJakob Bornecrantz2011-02-261-8/+8
* gallivm: Use simple scaling plus casting in more unorm->float cases.José Fonseca2011-02-191-25/+34
* draw: Init llvm if not providedJakob Bornecrantz2011-01-241-1/+5
* Merge branch 'draw-instanced'Brian Paul2011-01-152-0/+81
|\
| * gallivm/llvmpipe: implement system values and instanceIDBrian Paul2010-12-082-0/+79
* | gallivm: Disable MMX-disabling code on llvm-2.9.Vinson Lee2010-12-221-0/+2
* | gallivm: Fix 'cast from pointer to integer of different size' warning.Vinson Lee2010-12-221-1/+1
* | gallivm: Cleanup util_format_xxx_fetch_xxx call generation.José Fonseca2010-12-171-47/+24
* | gallivm: fix copy&paste error from previous commitBrian Paul2010-12-161-1/+1