summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_blend.h
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Implement alpha_to_coverage for non-MSAA framebuffers.Si Chen2014-01-071-0/+7
* llvmpipe: implement dual source blendingRoland Scheidegger2013-02-121-0/+1
* llvmpipe: first steps of adding dual source blend supportRoland Scheidegger2013-02-081-0/+1
* llvmpipe: remove extraneous const qualifierBrian Paul2013-02-061-1/+1
* llvmpipe: fix using wrong format with MRT in blend codeRoland Scheidegger2013-01-181-1/+1
* llvmpipe: Remove lp_build_blend_soa()José Fonseca2012-11-291-11/+0
* llvmpipe: Unswizzled rendering.James Benton2012-11-281-1/+4
* llvmpipe: Unified common code between AoS and SoA blending.James Benton2012-07-161-18/+26
* llvmpipe: add masking support to aos blendJames Benton2012-05-021-0/+1
* llvmpipe: Added support for color masks in AoS blending.James Benton2012-05-021-1/+2
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-2/+3
* llvmpipe: fix up indexing of blend/colormask state for render targetsBrian Paul2010-05-101-0/+2
* gallivm/llvmpipe: move an old comment to a better locationBrian Paul2010-05-101-11/+0
* gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directoryBrian Paul2010-04-161-0/+107
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-107/+0
* llvmpipe: Make lp_type a regular union.José Fonseca2009-09-141-3/+3
* llvmpipe: Code generate logic ops.José Fonseca2009-08-291-0/+13
* llvmpipe: SoA blending.José Fonseca2009-08-291-0/+94