aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Fix alpha testing precision on rgba8 formats.José Fonseca2012-05-221-0/+2
* llvmpipe: Include p_compiler.h in lp_bld_alpha.h.Vinson Lee2011-01-041-0/+2
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-1/+1
* llvmpipe: try to be sensible about whether to branch after mask updatesKeith Whitwell2010-10-091-1/+2
* llvmpipe: Don't store display the alpha ref value in the key.José Fonseca2010-09-111-1/+1
* gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directoryBrian Paul2010-04-161-0/+54
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-54/+0
* llvmpipe: Make lp_type a regular union.José Fonseca2009-09-141-2/+2
* llvmpipe: Pass the alpha ref value and blend color in the jit context.José Fonseca2009-08-291-1/+2
* llvmpipe: Early depth testing.José Fonseca2009-08-291-1/+2
* llvmpipe: Centralize mask update logic.José Fonseca2009-08-291-3/+3
* llvmpipe: Code generate alpha testing and append to generated fragment shader.José Fonseca2009-08-291-0/+52