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