summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_depth.c
AgeCommit message (Expand)Author
2010-12-03llvmpipe: fix broken stencil writemaskBrian Paul
2010-12-02gallivm/llvmpipe: remove lp_build_context::builderBrian Paul
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul
2010-10-17llvmpipe: Ensure z_shift and z_width is initialized.José Fonseca
2010-10-17llvmpipe: Fix depth-stencil regression.José Fonseca
2010-10-15llvmpipe: don't pass frontfacing as a floatKeith Whitwell
2010-10-13llvmpipe: Generalize the x8z24 fast path to all depth formats.José Fonseca
2010-10-13llvmpipe: Unbreak Z32_FLOAT.José Fonseca
2010-10-11llvmpipe: Remove outdated comment about stencil testing.José Fonseca
2010-10-09gallivm: Don't generate Phis for execution mask.José Fonseca
2010-10-09llvmpipe: clean up shader pre/postamble, try to catch more early-zKeith Whitwell
2010-10-09llvmpipe: try to be sensible about whether to branch after mask updatesKeith Whitwell
2010-10-09gallivm: specialized x8z24 depthtest pathKeith Whitwell
2010-10-08gallivm: Avoid control flow for two-sided stencil test.José Fonseca
2010-09-16gallivm: Start collecting bitwise arithmetic helpers in a new module.José Fonseca
2010-07-27llvmpipe: Use lp_build_select_bitwise() where appropriate.José Fonseca
2010-05-06llvmpipe: implement occlusion queryQicheng Christopher Li
2010-04-20llvmpipe: fix depth+stencil logic errorBrian Paul
2010-04-16llvmpipe: use unsigned type to avoid warningsBrian Paul
2010-04-16gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directoryBrian Paul
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin
2009-11-24llvmpipe: Fix typo in comparison operator.José Fonseca
2009-10-01gallium: remove depth.occlusion_count flagKeith Whitwell
2009-09-14llvmpipe: Make lp_type a regular union.José Fonseca
2009-09-11llvmpipe: Update status in README and TODO/FIXME comments throughout the code.José Fonseca
2009-09-09llvmpipe: Fix depth mask computation.José Fonseca
2009-08-29llvmpipe: s/uni/scalar/.José Fonseca
2009-08-29llvmpipe: Add a bunch of comments.José Fonseca
2009-08-29llvmpipe: Early depth testing.José Fonseca
2009-08-29llvmpipe: Depth test to LLVM IR translation.José Fonseca