summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-14gallivm: do texture swizzle after shadow compareBrian Paul1-2/+0
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul1-55/+57
2010-10-21gallivm: Silence uninitialized variable warnings.Vinson Lee1-1/+1
2010-10-21gallivm: Silence uninitialized variable warnings.Vinson Lee1-2/+2
2010-10-13gallivm: work-around trilinear mipmap filtering regression with LLVM 2.8Brian Paul1-0/+20
2010-10-11gallivm: Eliminate unsigned integer arithmetic from texture coordinates.José Fonseca1-26/+24
2010-10-10gallivm: Pass texture coords derivates as scalars.José Fonseca1-4/+4
2010-10-09gallivm: Simplify if/then/else implementation.José Fonseca1-12/+2
2010-10-09gallivm: Do size computations simultanously for all dimensions (AoS).José Fonseca1-62/+63
2010-10-08gallivm: Move into the as much of the second level code as possible.José Fonseca1-76/+38
2010-10-08gallivm: Clamp mipmap level and zero mip weight simultaneously.José Fonseca1-1/+3
2010-10-08gallivm: Don't compute the second mipmap level when frac(lod) == 0José Fonseca1-82/+85
2010-10-08gallivm: Simplify lp_build_mipmap_level_sizes' interface.José Fonseca1-6/+10
2010-10-08gallivm: Do not do mipfiltering when magnifying.José Fonseca1-8/+8
2010-10-06gallivm: Compute lod as integer whenever possible.José Fonseca1-19/+21
2010-09-25gallivm: fix repeat() function for NPOT texturesBrian Paul1-5/+8
2010-09-25gallivm: Remove dead experimental code.José Fonseca1-74/+46
2010-09-24llvmpipe: make min/max lod and lod bias dynamic stateBrian Paul1-1/+1
2010-09-16gallivm: Remove unnecessary header.Vinson Lee1-1/+0
2010-09-15gallivm: expand AoS sampling to cover all filtering modesBrian Paul1-0/+1145