aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_blend_soa.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-2/+4
* llvmpipe: Special case complementary and identify blend factors in SoA.José Fonseca2010-09-221-3/+43
* llvmpipe: fix up indexing of blend/colormask state for render targetsBrian Paul2010-05-101-6/+10
* llvmpipe: add, update, rewrap commentsBrian Paul2010-05-101-6/+13
* llvmpipe: work-around an LLVM bugBrian Paul2010-04-161-0/+17
* gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directoryBrian Paul2010-04-161-0/+298
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-298/+0
* gallium: Make pipe_atomic a regular int32_t.José Fonseca2010-02-021-0/+1
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-6/+6
|\
| * llvmpipe: adapt to per-rendertarget blend changesRoland Scheidegger2010-01-201-6/+6
* | llvmpipe: Remove unnecessary headers.Vinson Lee2010-01-211-1/+0
|/
* llvmpipe: Make lp_type a regular union.José Fonseca2009-09-141-1/+1
* llvmpipe: Add a bunch of comments.José Fonseca2009-08-291-1/+35
* llvmpipe: blend commentsBrian Paul2009-08-291-0/+7
* llvmpipe: Code generate logic ops.José Fonseca2009-08-291-1/+8
* llvmpipe: Code generate color masking.José Fonseca2009-08-291-66/+70
* llvmpipe: Handle disabled blending too.José Fonseca2009-08-291-0/+9
* llvmpipe: SoA blending.José Fonseca2009-08-291-0/+237