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