index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
gallivm
/
lp_bld_sample_aos.c
Age
Commit message (
Expand
)
Author
2010-10-21
gallivm: Silence uninitialized variable warnings.
Vinson Lee
2010-10-21
gallivm: Silence uninitialized variable warnings.
Vinson Lee
2010-10-13
gallivm: work-around trilinear mipmap filtering regression with LLVM 2.8
Brian Paul
2010-10-11
gallivm: Eliminate unsigned integer arithmetic from texture coordinates.
José Fonseca
2010-10-10
gallivm: Pass texture coords derivates as scalars.
José Fonseca
2010-10-09
gallivm: Simplify if/then/else implementation.
José Fonseca
2010-10-09
gallivm: Do size computations simultanously for all dimensions (AoS).
José Fonseca
2010-10-08
gallivm: Move into the as much of the second level code as possible.
José Fonseca
2010-10-08
gallivm: Clamp mipmap level and zero mip weight simultaneously.
José Fonseca
2010-10-08
gallivm: Don't compute the second mipmap level when frac(lod) == 0
José Fonseca
2010-10-08
gallivm: Simplify lp_build_mipmap_level_sizes' interface.
José Fonseca
2010-10-08
gallivm: Do not do mipfiltering when magnifying.
José Fonseca
2010-10-06
gallivm: Compute lod as integer whenever possible.
José Fonseca
2010-09-25
gallivm: fix repeat() function for NPOT textures
Brian Paul
2010-09-25
gallivm: Remove dead experimental code.
José Fonseca
2010-09-24
llvmpipe: make min/max lod and lod bias dynamic state
Brian Paul
2010-09-16
gallivm: Remove unnecessary header.
Vinson Lee
2010-09-15
gallivm: expand AoS sampling to cover all filtering modes
Brian Paul