Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-25 | llvmpipe: Immediate multiplication. | José Fonseca | |
2009-10-21 | llvmpipe: Remove extraneous name in lp_type pre-declaration. | José Fonseca | |
2009-09-29 | llvmpipe: Implement non SSE4.1 versions of floor and round. | José Fonseca | |
2009-09-14 | llvmpipe: Make lp_type a regular union. | José Fonseca | |
Union not worth the hassle of violating C99 or adding a name to the structure. | |||
2009-09-13 | llvmpipe: Add a few more common arithmetic functions. | José Fonseca | |
We are relying on SSE4.1 for round/trunc/ceil/floor. We'll need to eventually find alternatives for the rest of the world. | |||
2009-09-07 | llvmpipe: Utility functions for linear and bilinear interpolation. | José Fonseca | |
2009-09-07 | llvmpipe: Correct implementation of floor. | José Fonseca | |
2009-08-29 | llvmpipe: Translate approximate log2/exp2. | 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: Move p_build_context to lp_bld_type.h | José Fonseca | |
As it will be shared with more modules. | |||
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: 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: Arithmetic helpers. | José Fonseca | |