summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_blend.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-07llvmpipe: Implement alpha_to_coverage for non-MSAA framebuffers.Si Chen1-0/+7
2013-02-12llvmpipe: implement dual source blendingRoland Scheidegger1-0/+1
2013-02-08llvmpipe: first steps of adding dual source blend supportRoland Scheidegger1-0/+1
2013-02-06llvmpipe: remove extraneous const qualifierBrian Paul1-1/+1
2013-01-18llvmpipe: fix using wrong format with MRT in blend codeRoland Scheidegger1-1/+1
2012-11-29llvmpipe: Remove lp_build_blend_soa()José Fonseca1-11/+0
2012-11-28llvmpipe: Unswizzled rendering.James Benton1-1/+4
2012-07-16llvmpipe: Unified common code between AoS and SoA blending.James Benton1-18/+26
2012-05-02llvmpipe: add masking support to aos blendJames Benton1-0/+1
2012-05-02llvmpipe: Added support for color masks in AoS blending.James Benton1-1/+2
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul1-2/+3
2010-05-10llvmpipe: fix up indexing of blend/colormask state for render targetsBrian Paul1-0/+2
2010-05-10gallivm/llvmpipe: move an old comment to a better locationBrian Paul1-11/+0
2010-04-16gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directoryBrian Paul1-0/+107
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin1-107/+0
2009-09-14llvmpipe: Make lp_type a regular union.José Fonseca1-3/+3
2009-08-29llvmpipe: Code generate logic ops.José Fonseca1-0/+13
2009-08-29llvmpipe: SoA blending.José Fonseca1-0/+94