summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
AgeCommit message (Expand)AuthorFilesLines
2012-05-22llvmpipe: Fix alpha testing precision on rgba8 formats.José Fonseca1-0/+2
2011-01-04llvmpipe: Include p_compiler.h in lp_bld_alpha.h.Vinson Lee1-0/+2
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul1-1/+1
2010-10-09llvmpipe: try to be sensible about whether to branch after mask updatesKeith Whitwell1-1/+2
2010-09-11llvmpipe: Don't store display the alpha ref value in the key.José Fonseca1-1/+1
2010-04-16gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directoryBrian Paul1-0/+54
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin1-54/+0
2009-09-14llvmpipe: Make lp_type a regular union.José Fonseca1-2/+2
2009-08-29llvmpipe: Pass the alpha ref value and blend color in the jit context.José Fonseca1-1/+2
2009-08-29llvmpipe: Early depth testing.José Fonseca1-1/+2
2009-08-29llvmpipe: Centralize mask update logic.José Fonseca1-3/+3
2009-08-29llvmpipe: Code generate alpha testing and append to generated fragment shader.José Fonseca1-0/+52