summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Silence uninitialized variable warnings.Vinson Lee2010-10-211-1/+1
* gallivm: Silence uninitialized variable warnings.Vinson Lee2010-10-211-2/+2
* gallivm: work-around trilinear mipmap filtering regression with LLVM 2.8Brian Paul2010-10-131-0/+20
* gallivm: Eliminate unsigned integer arithmetic from texture coordinates.José Fonseca2010-10-111-26/+24
* gallivm: Pass texture coords derivates as scalars.José Fonseca2010-10-101-4/+4
* gallivm: Simplify if/then/else implementation.José Fonseca2010-10-091-12/+2
* gallivm: Do size computations simultanously for all dimensions (AoS).José Fonseca2010-10-091-62/+63
* gallivm: Move into the as much of the second level code as possible.José Fonseca2010-10-081-76/+38
* gallivm: Clamp mipmap level and zero mip weight simultaneously.José Fonseca2010-10-081-1/+3
* gallivm: Don't compute the second mipmap level when frac(lod) == 0José Fonseca2010-10-081-82/+85
* gallivm: Simplify lp_build_mipmap_level_sizes' interface.José Fonseca2010-10-081-6/+10
* gallivm: Do not do mipfiltering when magnifying.José Fonseca2010-10-081-8/+8
* gallivm: Compute lod as integer whenever possible.José Fonseca2010-10-061-19/+21
* gallivm: fix repeat() function for NPOT texturesBrian Paul2010-09-251-5/+8
* gallivm: Remove dead experimental code.José Fonseca2010-09-251-74/+46
* llvmpipe: make min/max lod and lod bias dynamic stateBrian Paul2010-09-241-1/+1
* gallivm: Remove unnecessary header.Vinson Lee2010-09-161-1/+0
* gallivm: expand AoS sampling to cover all filtering modesBrian Paul2010-09-151-0/+1145