summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_test_blend.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-30llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.Mathias Fröhlich1-1/+1
2014-05-16gallivm: give more verbose names to modulesRoland Scheidegger1-1/+1
2014-05-14llvmpipe: Delete unneeded LLVM stuff earlier.José Fonseca1-2/+2
2013-04-21llvmpipe: verify function on blend test.José Fonseca1-0/+2
2013-02-12llvmpipe: implement dual source blendingRoland Scheidegger1-1/+2
2013-02-08llvmpipe: first steps of adding dual source blend supportRoland Scheidegger1-21/+49
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-182/+37
2012-11-28llvmpipe: Unswizzled rendering.James Benton1-1/+1
2012-07-17gallivm,draw,llvmpipe: Support wider native registers.José Fonseca1-58/+44
2012-05-02llvmpipe: add masking support to aos blendJames Benton1-1/+1
2012-05-02llvmpipe: Added support for color masks in AoS blending.James Benton1-1/+3
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul1-43/+22
2010-09-22llvmpipe: Special case complementary and identify blend factors in SoA.José Fonseca1-26/+15
2010-07-29llvmpipe: don't call LLVMCreateJITCompiler() twiceBrian Paul1-12/+2
2010-06-04llvmpipe: new -s option to run single testBrian Paul1-0/+8
2010-05-27llvmpipe: s/bool/booleanBrian Paul1-2/+2
2010-05-13llvmpipe: silence cast warnings in test programsBrian Paul1-2/+17
2010-05-10llvmpipe: fix up indexing of blend/colormask state for render targetsBrian Paul1-2/+3
2010-04-23llvmpipe: Remove unused variable.Vinson Lee1-2/+0
2010-04-16llvmpipe: fix compilation, linking of lp_test_blendBrian Paul1-1/+1
2010-02-14llvmpipe: s/debug_dump_/util_dump_/José Fonseca1-12/+12
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin1-3/+3
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger1-35/+37
2010-01-25llvmpipe: adapt to blend changesRoland Scheidegger1-35/+37
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-21llvmpipe: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-12gallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for consistency.José Fonseca1-1/+1
2010-01-12gallium: Simplify PIPE_ALIGN_VAR.José Fonseca1-10/+10
2010-01-12gallium: Generalize the alignment macros to other compilers and any alignment.José Fonseca1-10/+10
2009-11-09llvmpipe: Ensure stack variables in unit tests are properly aligned.José Fonseca1-10/+11
2009-10-25llvmpipe: Add inlines to quickly generate types matching the native SIMD regi...José Fonseca1-10/+10
2009-10-22llvmpipe: Avoid variable size arrays.José Fonseca1-2/+2
2009-09-16llvmpipe: Make the code portable for MinGW.José Fonseca1-8/+8
2009-09-14llvmpipe: Make lp_type a regular union.José Fonseca1-9/+9
2009-08-29llvmpipe: Debug helper function to name llvm intermediate values.José Fonseca1-11/+8
2009-08-29llvmpipe: Disassemble generated x86 code.José Fonseca1-0/+4
2009-08-29llvmpipe: Code generate color masking.José Fonseca1-0/+2
2009-08-29llvmpipe: Handle disabled blending too.José Fonseca1-1/+1
2009-08-29llvmpipe: SoA blending.José Fonseca1-103/+244
2009-08-29llvmpipe: Update blending test.José Fonseca1-15/+8
2009-08-29llvmpipe: Normalize the cycles with the number of channel.José Fonseca1-2/+2
2009-08-29llvmpipe: Use same type for reference vectors.José Fonseca1-4/+7
2009-08-29llvmpipe: Factor out shared test code into a separate module.José Fonseca1-183/+67
2009-08-29llvmpipe: Collect richer blend data.José Fonseca1-1/+10
2009-08-29llvmpipe: Write data to a tsv file for posterior analysis.José Fonseca1-99/+170
2009-08-29llvmpipe: Don't use llvm.readcyclecounter.José Fonseca1-27/+24
2009-08-29llvmpipe: Move type support functions into a separate file.José Fonseca1-0/+1
2009-08-29llvmpipe: Measure the number of cycles taken for blending.José Fonseca1-20/+90
2009-08-29llvmpipe: Get blending of normalized 8bit unsigned integers working.José Fonseca1-109/+184