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
/
drivers
/
llvmpipe
/
lp_bld_arit.c
Age
Commit message (
Collapse
)
Author
2009-09-07
llvmpipe: Correct implementation of floor.
José Fonseca
2009-08-31
llvmpipe: In the abcense of a min/max intrinsic, use the comparison intrinsics.
José Fonseca
2009-08-29
llvmpipe: s/uni/scalar/.
José Fonseca
More obvious name.
2009-08-29
llvmpipe: basic comments
Brian Paul
2009-08-29
llvmpipe: Silence compiler warnings.
José Fonseca
2009-08-29
llvmpipe: Translate approximate log2/exp2.
José Fonseca
2009-08-29
llvmpipe: Efficient implementations of pow/exp/log/exp2/log2
José Fonseca
2009-08-29
llvmpipe: Implement more arithmetic functions.
José Fonseca
2009-08-29
llvmpipe: More arithmetic ops.
José Fonseca
Mostly untested.
2009-08-29
llvmpipe: Use full set of sse4 min/max intrinsics.
José Fonseca
2009-08-29
llvmpipe: Move intrinsic helpers to a separate module.
José Fonseca
2009-08-29
llvmpipe: Separate constant building.
José Fonseca
2009-08-29
llvmpipe: Move type support functions into a separate file.
José Fonseca
2009-08-29
llvmpipe: Optimize away min/max with equal operands.
José Fonseca
2009-08-29
llvmpipe: Get blending of normalized 8bit unsigned integers working.
José Fonseca
2009-08-29
llvmpipe: Specialize arithmetic operations.
José Fonseca
2009-08-29
llvmpipe: Introduce a custom typing system.
José Fonseca
Straightforward representation of floating-point/fixed-point/integer, normalized/scaled, signed/unsigned SIMD vector types.
2009-08-29
llvmpipe: Factor out intrisic calling code into a reusable function.
José Fonseca
2009-08-29
llvmpipe: Arithmetic helpers.
José Fonseca