summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_arit.h
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Implement non SSE4.1 versions of floor and round.José Fonseca2009-09-291-3/+10
* llvmpipe: Make lp_type a regular union.José Fonseca2009-09-141-1/+1
* llvmpipe: Add a few more common arithmetic functions.José Fonseca2009-09-131-0/+16
* llvmpipe: Utility functions for linear and bilinear interpolation.José Fonseca2009-09-071-0/+20
* llvmpipe: Correct implementation of floor.José Fonseca2009-09-071-0/+12
* llvmpipe: Translate approximate log2/exp2.José Fonseca2009-08-291-0/+14
* llvmpipe: Implement more arithmetic functions.José Fonseca2009-08-291-0/+16
* llvmpipe: More arithmetic ops.José Fonseca2009-08-291-0/+33
* llvmpipe: Move p_build_context to lp_bld_type.hJosé Fonseca2009-08-291-26/+1
* llvmpipe: Separate constant building.José Fonseca2009-08-291-27/+12
* llvmpipe: Move type support functions into a separate file.José Fonseca2009-08-291-93/+1
* llvmpipe: Specialize arithmetic operations.José Fonseca2009-08-291-46/+57
* llvmpipe: Introduce a custom typing system.José Fonseca2009-08-291-2/+90
* llvmpipe: Arithmetic helpers.José Fonseca2009-08-291-0/+113