summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_depth.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-05llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1Roland Scheidegger1-0/+2
2013-05-18llvmpipe: handle z32s8x24 depth/stencil formatRoland Scheidegger1-4/+11
2013-05-03llvmpipe: get rid of depth swizzling.Roland Scheidegger1-16/+20
2013-01-29llvmpipe: Support Z16_UNORM as depth-stencil format.José Fonseca1-1/+2
2011-01-04llvmpipe: Include missing headers in lp_bld_depth.hVinson Lee1-0/+4
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul1-3/+3
2010-10-13llvmpipe: Unbreak Z32_FLOAT.José Fonseca1-0/+6
2010-10-09llvmpipe: clean up shader pre/postamble, try to catch more early-zKeith Whitwell1-1/+14
2010-10-09llvmpipe: try to be sensible about whether to branch after mask updatesKeith Whitwell1-1/+2
2010-05-06llvmpipe: implement occlusion queryQicheng Christopher Li1-1/+2
2010-04-16gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directoryBrian Paul1-0/+66
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin1-63/+0
2009-09-14llvmpipe: Make lp_type a regular union.José Fonseca1-3/+3
2009-08-29llvmpipe: Add a bunch of comments.José Fonseca1-3/+0
2009-08-29llvmpipe: Early depth testing.José Fonseca1-1/+2
2009-08-29llvmpipe: Depth test to LLVM IR translation.José Fonseca1-0/+65