aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_logic.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Emit SSE intrinsics based on runtime cpu capability check.José Fonseca2009-09-291-2/+4
* llvmpipe: Make lp_type a regular union.José Fonseca2009-09-141-3/+3
* llvmpipe: Use const keyword for input array arguments.José Fonseca2009-09-131-1/+1
* llvmpipe: Update status in README and TODO/FIXME comments throughout the code.José Fonseca2009-09-111-7/+4
* llvmpipe: Fallback to element-wise comparisons when no comparison intrinsic i...José Fonseca2009-08-311-2/+45
* llvmpipe: In the abcense of a min/max intrinsic, use the comparison intrinsics.José Fonseca2009-08-311-1/+0
* llvmpipe: s/uni/scalar/.José Fonseca2009-08-291-1/+1
* llvmpipe: Add a bunch of comments.José Fonseca2009-08-291-0/+7
* llvmpipe: Early depth testing.José Fonseca2009-08-291-12/+0
* llvmpipe: Centralize mask update logic.José Fonseca2009-08-291-0/+12
* llvmpipe: Generate instrinsics for integer comparisons.José Fonseca2009-08-291-0/+71
* llvmpipe: Move lp_build_select to lp_bld_logic.[ch].José Fonseca2009-08-291-0/+103
* llvmpipe: Comparisons translation.José Fonseca2009-08-291-0/+174