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
Age
Commit message (
Expand
)
Author
2010-10-08
gallivm: Implement brilinear filtering.
José Fonseca
2010-10-08
gallivm: Fix copy'n'paste typo in previous commit.
José Fonseca
2010-10-08
gallivm: Clamp mipmap level and zero mip weight simultaneously.
José Fonseca
2010-10-08
gallivm: Use lp_build_ifloor_fract for lod computation.
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-07
gallivm: Vectorize the rho computation.
José Fonseca
2010-10-06
gallivm: Compute lod as integer whenever possible.
José Fonseca
2010-10-06
gallivm: Only apply min/max_lod when necessary.
José Fonseca
2010-10-06
gallivm: don't apply zero lod_bias
Keith Whitwell
2010-10-06
gallivm: Combined ifloor & fract helper.
José Fonseca
2010-10-06
gallivm: Fast implementation of iround(log2(x))
José Fonseca
2010-10-06
gallivm: Use a faster (and less accurate) log2 in lod computation.
José Fonseca
2010-10-06
gallivm: Take the type signedness in consideration in round/ceil/floor.
José Fonseca
2010-09-30
gallivm: added some comments
Brian Paul
2010-09-30
gallivm: check for level=0 case in lp_build_minify()
Brian Paul
2010-09-30
gallivm: More comprehensive border usage logic.
José Fonseca
2010-09-29
gallivm: Use SSE4.1's ROUNDSS/ROUNDSD for scalar rounding.
José Fonseca
2010-09-27
llvmpipe: fix swizzling of texture border color
Brian Paul
2010-09-25
gallivm: fix repeat() function for NPOT textures
Brian Paul
2010-09-25
gallivm: Remove dead experimental code.
José Fonseca
2010-09-25
gallivm: Fetch the lod from the dynamic state when min_lod == max_lod.
José Fonseca
2010-09-25
gallivm: optimize yuv decoding
Roland Scheidegger
2010-09-25
gallivm: don't use URem/UDiv when calculating offsets for blocks
Roland Scheidegger
2010-09-25
gallivm: fix copy&paste bug
Roland Scheidegger
2010-09-24
llvmpipe: make texture border_color dynamic state
Brian Paul
2010-09-24
llvmpipe: make min/max lod and lod bias dynamic state
Brian Paul
2010-09-22
gallivm: Add unorm support to lp_build_lerp()
José Fonseca
2010-09-21
gallivm: fix lp_build_sample_compare()
Brian Paul
2010-09-20
gallivm: remove debug code
Brian Paul
2010-09-17
gallivm: added missing case for PIPE_TEXTURE_RECT
Brian Paul
2010-09-16
gallivm: Remove unnecessary header.
Vinson Lee
2010-09-16
gallivm: fix wrong return value in bitwise functions
Brian Paul
2010-09-16
gallivm: Clamp indirect register indices to file_max.
José Fonseca
2010-09-16
gallivm: Start collecting bitwise arithmetic helpers in a new module.
José Fonseca
2010-09-16
gallivm: Fix address register swizzle.
José Fonseca
2010-09-16
gallivm: make lp_build_sample_nop public
Keith Whitwell
2010-09-16
gallivm: move i32_vec_type inside the #ifdef
Brian Paul
2010-09-16
gallivm: fix incorrect vector shuffle datatype
Brian Paul
2010-09-15
gallivm: Remove unnecessary headers.
Vinson Lee
2010-09-15
gallivm: expand AoS sampling to cover all filtering modes
Brian Paul
2010-09-14
gallivm: Remove unnecessary header.
Vinson Lee
2010-09-11
gallivm: nr_channels is only valid for formats with plain layout.
José Fonseca
2010-09-11
gallivm: Use const keyword on swizzles.
José Fonseca
2010-09-11
gallivm: Allow to TGSI AoS translation to happen in BGRA ordering.
José Fonseca
2010-09-11
gallivm: Add a new debug flag to warn about performance issues.
José Fonseca
2010-09-11
gallivm: Helper functions for pointer indirection.
José Fonseca
2010-09-11
gallivm: Cleanup the TGSI <-> sampler interface.
José Fonseca
2010-09-11
gallivm: Add some utility functions to set/get array elements too.
José Fonseca
[prev]
[next]