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_arit.c
Age
Commit message (
Expand
)
Author
2010-10-09
gallivm: faster iround implementation for sse2
Roland Scheidegger
2010-10-09
gallivm: fix trunc/itrunc comment
Roland Scheidegger
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-29
gallivm: Use SSE4.1's ROUNDSS/ROUNDSD for scalar rounding.
José Fonseca
2010-09-22
gallivm: Add unorm support to lp_build_lerp()
José Fonseca
2010-09-11
gallivm: Add a new debug flag to warn about performance issues.
José Fonseca
2010-08-30
gallivm: Fix lp_build_sum_vector.
José Fonseca
2010-08-29
util: remove util_is_pot in favor of util_is_power_of_two
Marek Olšák
2010-08-21
gallivm: Emit DIVPS instead of RCPPS.
José Fonseca
2010-08-14
gallivm: Refactor the Newton-Rapshon steps, and disable once again.
José Fonseca
2010-08-11
gallivm: Fix and enable the extra Newton/Raphson step in lp_build_rcp().
José Fonseca
2010-08-10
gallivm: Fix bitwise operations for floats, division for integers
nobled
2010-08-10
gallivm: Even more type checking
nobled
2010-08-09
gallivm: More type checks.
José Fonseca
2010-08-09
gallivm: Don't call LLVMBuildFNeg on llvm-2.6.
José Fonseca
2010-08-09
gallivm: Always use floating-point operators for floating-point types
nobled
2010-08-08
gallivm: Add type checks for the basic operations.
José Fonseca
2010-07-06
gallivm: Remove unnecessary header.
Vinson Lee
2010-07-06
gallivm: finish implementation of lp_build_iceil()
Brian Paul
2010-05-26
gallivm: Remove unnecessary headers.
Vinson Lee
2010-05-24
gallivm: Efficient implementation of sin/cos.
Qicheng Christopher Li
2010-05-10
gallivm: Silent warning.
José Fonseca
2010-05-10
gallivm: cosf/sinf are macros on MSVC.
José Fonseca
2010-05-08
gallivm: Actually do floor/ceil/trunc for scalars.
José Fonseca
2010-05-08
gallivm: Use a minimax polynomial for exp2 in range [0,1] instead [-0.5,5].
José Fonseca
2010-05-08
gallivm: The the JIT engine to use our sinf()/cosf() on Windows.
José Fonseca
2010-05-04
gallicm: Newton-Raphson step to improve precision.
José Fonseca
2010-04-27
gallivm: Disable llvm.cos.v4f32 and llvm.sin.v4f32 instrinsics on Windows.
José Fonseca
2010-04-24
gallivm: LLVMConstBitCast -> LLVMBuildBitCast
José Fonseca
2010-04-22
gallivm: make sure we return the correct type when approximating log's
Zack Rusin
2010-03-15
gallivm/llvmpipe: rename some constant building functions
Brian Paul
2010-03-15
gallivm: fix typo/bug in lp_build_sgn()
Brian Paul
2010-03-15
gallivm: fix incorrect floor(), itrunc()
Brian Paul
2010-03-12
gallivm: support non-vector float in lp_build_sgn()
Brian Paul
2010-03-11
gallivm: added lp_build_sum_vector()
Brian Paul
2010-03-10
gallivm: handle scalar floats in lp_build_floor() and lp_build_iround()
Brian Paul
2010-03-09
gallivm: checkpoint: nearest mipmap filtering
Brian Paul
2010-03-04
gallivm: added lp_build_fract()
Brian Paul
2010-03-04
gallivm: added lp_build_set_sign()
Brian Paul
2010-03-04
gallivm: added lp_build_negate()
Brian Paul
2010-02-23
gallivm: added clamp and int_to_float functions
Brian Paul
2010-02-08
llvmpipe: export the tgsi translation code to a common layer
Zack Rusin