summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_blend.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* llvmpipe: Implement alpha_to_coverage for non-MSAA framebuffers.Si Chen2014-01-071-0/+30
* gallivm: Eliminate 8.8 fixed point intermediates from AoS sampling path.José Fonseca2013-05-171-2/+2
* llvmpipe: Fix bug with blend factor in complementary optimisations.James Benton2012-07-171-2/+4
* llvmpipe: Unified common code between AoS and SoA blending.James Benton2012-07-161-0/+191
* llvmpipe: SoA blending.José Fonseca2009-08-291-313/+0
* llvmpipe: Centralize lp_build_context initialization.José Fonseca2009-08-291-5/+1
* llvmpipe: Optimize blend swizzles by using bitmasks instead of shuffles for u...José Fonseca2009-08-291-55/+19
* llvmpipe: Separate constant building.José Fonseca2009-08-291-2/+3
* llvmpipe: Move type support functions into a separate file.José Fonseca2009-08-291-0/+1
* llvmpipe: Minor comments / debug mnemonics.José Fonseca2009-08-291-0/+11
* llvmpipe: Improve generated 8bit blending code.José Fonseca2009-08-291-0/+29
* llvmpipe: Specialize arithmetic operations.José Fonseca2009-08-291-73/+66
* llvmpipe: Introduce a custom typing system.José Fonseca2009-08-291-10/+9
* llvmpipe: Blending.José Fonseca2009-08-291-0/+319