index
:
~igor.oliveira/gallium-double-opcodes
master
Unnamed repository; edit this file to name it for gitweb.
igor.oliveira
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
Files
Lines
2010-09-22
gallivm: Add unorm support to lp_build_lerp()
José Fonseca
1
-9
/
+75
2010-09-11
gallivm: Add a new debug flag to warn about performance issues.
José Fonseca
1
-4
/
+13
2010-08-30
gallivm: Fix lp_build_sum_vector.
José Fonseca
1
-6
/
+4
2010-08-29
util: remove util_is_pot in favor of util_is_power_of_two
Marek Olšák
1
-1
/
+1
2010-08-21
gallivm: Emit DIVPS instead of RCPPS.
José Fonseca
1
-12
/
+24
2010-08-14
gallivm: Refactor the Newton-Rapshon steps, and disable once again.
José Fonseca
1
-28
/
+83
2010-08-11
gallivm: Fix and enable the extra Newton/Raphson step in lp_build_rcp().
José Fonseca
1
-2
/
+2
2010-08-10
gallivm: Fix bitwise operations for floats, division for integers
nobled
1
-3
/
+14
2010-08-10
gallivm: Even more type checking
nobled
1
-1
/
+11
2010-08-09
gallivm: More type checks.
José Fonseca
1
-0
/
+43
2010-08-09
gallivm: Don't call LLVMBuildFNeg on llvm-2.6.
José Fonseca
1
-4
/
+3
2010-08-09
gallivm: Always use floating-point operators for floating-point types
nobled
1
-71
/
+110
2010-08-08
gallivm: Add type checks for the basic operations.
José Fonseca
1
-0
/
+12
2010-07-06
gallivm: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-07-06
gallivm: finish implementation of lp_build_iceil()
Brian Paul
1
-19
/
+67
2010-05-26
gallivm: Remove unnecessary headers.
Vinson Lee
1
-2
/
+0
2010-05-24
gallivm: Efficient implementation of sin/cos.
Qicheng Christopher Li
1
-105
/
+429
2010-05-10
gallivm: Silent warning.
José Fonseca
1
-1
/
+1
2010-05-10
gallivm: cosf/sinf are macros on MSVC.
José Fonseca
1
-2
/
+12
2010-05-08
gallivm: Actually do floor/ceil/trunc for scalars.
José Fonseca
1
-166
/
+26
2010-05-08
gallivm: Use a minimax polynomial for exp2 in range [0,1] instead [-0.5,5].
José Fonseca
1
-14
/
+41
2010-05-08
gallivm: The the JIT engine to use our sinf()/cosf() on Windows.
José Fonseca
1
-18
/
+79
2010-05-04
gallicm: Newton-Raphson step to improve precision.
José Fonseca
1
-2
/
+27
2010-04-27
gallivm: Disable llvm.cos.v4f32 and llvm.sin.v4f32 instrinsics on Windows.
José Fonseca
1
-0
/
+18
2010-04-24
gallivm: LLVMConstBitCast -> LLVMBuildBitCast
José Fonseca
1
-2
/
+4
2010-04-22
gallivm: make sure we return the correct type when approximating log's
Zack Rusin
1
-1
/
+3
2010-03-15
gallivm/llvmpipe: rename some constant building functions
Brian Paul
1
-30
/
+30
2010-03-15
gallivm: fix typo/bug in lp_build_sgn()
Brian Paul
1
-1
/
+1
2010-03-15
gallivm: fix incorrect floor(), itrunc()
Brian Paul
1
-2
/
+5
2010-03-12
gallivm: support non-vector float in lp_build_sgn()
Brian Paul
1
-6
/
+21
2010-03-11
gallivm: added lp_build_sum_vector()
Brian Paul
1
-0
/
+31
2010-03-10
gallivm: handle scalar floats in lp_build_floor() and lp_build_iround()
Brian Paul
1
-0
/
+15
2010-03-09
gallivm: checkpoint: nearest mipmap filtering
Brian Paul
1
-14
/
+129
2010-03-04
gallivm: added lp_build_fract()
Brian Paul
1
-0
/
+13
2010-03-04
gallivm: added lp_build_set_sign()
Brian Paul
1
-0
/
+35
2010-03-04
gallivm: added lp_build_negate()
Brian Paul
1
-0
/
+8
2010-02-23
gallivm: added clamp and int_to_float functions
Brian Paul
1
-1
/
+40
2010-02-08
llvmpipe: export the tgsi translation code to a common layer
Zack Rusin
1
-0
/
+1325