summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | gallivm: work around LLVM 2.6 bug when calling C functionsBrian Paul2010-12-162-11/+61
* | gallivm: do texture swizzle after shadow compareBrian Paul2010-12-142-4/+2
* | gallivm: store callbacks in a linked list rather than fixed size arrayBrian Paul2010-12-131-26/+28
* | gallivm: fix null builder pointersBrian Paul2010-12-031-3/+2
* | gallivm/llvmpipe: remove lp_build_context::builderBrian Paul2010-12-0211-263/+339
* | gallium: support for array textures and related changesRoland Scheidegger2010-12-021-2/+2
* | gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-3042-1007/+1484
* | gallivm: fix storing of the addr registerZack Rusin2010-11-301-1/+1
|/
* gallivm: implement indirect addressing over inputsZack Rusin2010-11-101-3/+64
* gallivm: Allocate TEMP/OUT arrays only once.José Fonseca2010-11-091-36/+23
* gallivm: implement indirect addressing of the output registersZack Rusin2010-11-091-5/+105
* gallivm: add const qualifiers, fix comment stringBrian Paul2010-11-051-4/+4
* gallivm: alloca() was called too often for temporary arraysBrian Paul2010-11-051-0/+2
* gallivm: implement execution mask for scatter storesBrian Paul2010-11-041-7/+34
* gallivm: added lp_elem_type()Brian Paul2010-11-042-0/+20
* gallivm: add pixel offsets in scatter storesBrian Paul2010-11-041-2/+18
* gallivm: added debug code to dump temp registersBrian Paul2010-11-041-0/+51
* gallivm: add some LLVM var labelsBrian Paul2010-11-031-6/+6
* gallivm: implement scatter stores into temp register fileBrian Paul2010-11-031-4/+47
* gallivm: always enable LLVMAddInstructionCombiningPass()José Fonseca2010-10-281-7/+1
* gallivm: Silence uninitialized variable warning.Vinson Lee2010-10-211-1/+1
* gallivm: Silence uninitialized variable warnings.Vinson Lee2010-10-211-1/+1
* gallivm: Silence uninitialized variable warnings.Vinson Lee2010-10-211-2/+2
* gallivm: fix incorrect type for zero vector in emit_kilp()Brian Paul2010-10-191-1/+2
* gallivm: Add a note about SSE4.1's nearest mode rounding.José Fonseca2010-10-181-0/+6
* gallivm: Comment lp_build_insert_new_block().José Fonseca2010-10-171-0/+8
* gallivm: Fix SoA cubemap derivative computation.José Fonseca2010-10-171-4/+4
* gallivm: use util_snprintf()Brian Paul2010-10-151-1/+2
* gallivm: added lp_build_load_volatile()Brian Paul2010-10-152-0/+16
* gallivm: added lp_build_print_vec4()Brian Paul2010-10-152-0/+24