summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_arit.h
AgeCommit message (Collapse)Author
2009-08-29llvmpipe: Translate approximate log2/exp2.José Fonseca
2009-08-29llvmpipe: Implement more arithmetic functions.José Fonseca
2009-08-29llvmpipe: More arithmetic ops.José Fonseca
Mostly untested.
2009-08-29llvmpipe: Move p_build_context to lp_bld_type.hJosé Fonseca
As it will be shared with more modules.
2009-08-29llvmpipe: Separate constant building.José Fonseca
2009-08-29llvmpipe: Move type support functions into a separate file.José Fonseca
2009-08-29llvmpipe: Specialize arithmetic operations.José Fonseca
2009-08-29llvmpipe: Introduce a custom typing system.José Fonseca
Straightforward representation of floating-point/fixed-point/integer, normalized/scaled, signed/unsigned SIMD vector types.
2009-08-29llvmpipe: Arithmetic helpers.José Fonseca