summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_depth.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: implement occlusion queryQicheng Christopher Li2010-05-061-1/+42
* llvmpipe: fix depth+stencil logic errorBrian Paul2010-04-201-5/+18
* llvmpipe: use unsigned type to avoid warningsBrian Paul2010-04-161-2/+2
* gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directoryBrian Paul2010-04-161-0/+672
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-213/+0
* llvmpipe: Fix typo in comparison operator.José Fonseca2009-11-241-1/+1
* gallium: remove depth.occlusion_count flagKeith Whitwell2009-10-011-3/+0
* llvmpipe: Make lp_type a regular union.José Fonseca2009-09-141-4/+4
* llvmpipe: Update status in README and TODO/FIXME comments throughout the code.José Fonseca2009-09-111-0/+1
* llvmpipe: Fix depth mask computation.José Fonseca2009-09-091-4/+5
* llvmpipe: s/uni/scalar/.José Fonseca2009-08-291-2/+2
* llvmpipe: Add a bunch of comments.José Fonseca2009-08-291-0/+32
* llvmpipe: Early depth testing.José Fonseca2009-08-291-4/+5
* llvmpipe: Depth test to LLVM IR translation.José Fonseca2009-08-291-0/+181