summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm: enable fetch for integer opcodes. (v2)Dave Airlie2012-02-171-4/+8
* gallivm: add uint/int bld to the base builder. (v2)Dave Airlie2012-02-171-0/+2
* gallivm: Add a new interface for doing TGSI->LLVM conversionsTom Stellard2012-01-301-316/+237
* gallivm: Swizzle constants into the right AoS ordering.Brian Paul2012-01-271-1/+1
* gallivm/llvmpipe: remove lp_build_context::builderBrian Paul2010-12-021-12/+14
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-26/+21
* gallivm: Silence uninitialized variable warning.Vinson Lee2010-10-211-1/+1
* gallivm: Remove unnecessary header.Vinson Lee2010-09-141-1/+0
* gallivm: Use const keyword on swizzles.José Fonseca2010-09-111-1/+1
* gallivm: Allow to TGSI AoS translation to happen in BGRA ordering.José Fonseca2010-09-111-33/+86
* gallivm: Cleanup the TGSI <-> sampler interface.José Fonseca2010-09-111-3/+2
* gallivm: Basic AoS TGSI -> LLVM IR.José Fonseca2010-09-111-0/+1125