aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_logic.h
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Remove extraneous name in lp_type pre-declaration.José Fonseca2009-10-211-1/+1
* llvmpipe: Make lp_type a regular union.José Fonseca2009-09-141-1/+1
* llvmpipe: Use const keyword for input array arguments.José Fonseca2009-09-131-1/+1
* llvmpipe: In the abcense of a min/max intrinsic, use the comparison intrinsics.José Fonseca2009-08-311-0/+2
* llvmpipe: Early depth testing.José Fonseca2009-08-291-9/+0
* llvmpipe: Centralize mask update logic.José Fonseca2009-08-291-0/+9
* llvmpipe: Move lp_build_select to lp_bld_logic.[ch].José Fonseca2009-08-291-0/+13
* llvmpipe: Comparisons translation.José Fonseca2009-08-291-0/+57