aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_test_blend.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: rename util_dump_* to util_str_* for enum-to-string conversionNicolai Hähnle2017-08-021-12/+12
* llvmpipe: Avoid LLVMGetGlobalContext in tests.Jose Fonseca2016-04-191-1/+4
* gallium/drivers: Remove unnecessary semicolonsEdward O'Callaghan2016-01-061-1/+1
* llvmpipe: Make use of ARRAY_SIZE macroEdward O'Callaghan2015-12-061-3/+3
* llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.Mathias Fröhlich2014-09-301-1/+1
* gallivm: give more verbose names to modulesRoland Scheidegger2014-05-161-1/+1
* llvmpipe: Delete unneeded LLVM stuff earlier.José Fonseca2014-05-141-2/+2
* llvmpipe: verify function on blend test.José Fonseca2013-04-211-0/+2
* llvmpipe: implement dual source blendingRoland Scheidegger2013-02-121-1/+2
* llvmpipe: first steps of adding dual source blend supportRoland Scheidegger2013-02-081-21/+49
* 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-182/+37
* llvmpipe: Unswizzled rendering.James Benton2012-11-281-1/+1
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-58/+44
* llvmpipe: add masking support to aos blendJames Benton2012-05-021-1/+1
* llvmpipe: Added support for color masks in AoS blending.James Benton2012-05-021-1/+3
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-43/+22
* llvmpipe: Special case complementary and identify blend factors in SoA.José Fonseca2010-09-221-26/+15
* llvmpipe: don't call LLVMCreateJITCompiler() twiceBrian Paul2010-07-291-12/+2
* llvmpipe: new -s option to run single testBrian Paul2010-06-041-0/+8
* llvmpipe: s/bool/booleanBrian Paul2010-05-271-2/+2
* llvmpipe: silence cast warnings in test programsBrian Paul2010-05-131-2/+17
* llvmpipe: fix up indexing of blend/colormask state for render targetsBrian Paul2010-05-101-2/+3
* llvmpipe: Remove unused variable.Vinson Lee2010-04-231-2/+0
* llvmpipe: fix compilation, linking of lp_test_blendBrian Paul2010-04-161-1/+1
* llvmpipe: s/debug_dump_/util_dump_/José Fonseca2010-02-141-12/+12
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-3/+3
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-35/+37
|\
| * llvmpipe: adapt to blend changesRoland Scheidegger2010-01-251-35/+37
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\ \ | |/ |/|
| * llvmpipe: Remove unnecessary headers.Vinson Lee2010-01-211-1/+0
* | gallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for consistency.José Fonseca2010-01-121-1/+1
* | gallium: Simplify PIPE_ALIGN_VAR.José Fonseca2010-01-121-10/+10
* | gallium: Generalize the alignment macros to other compilers and any alignment.José Fonseca2010-01-121-10/+10
|/
* llvmpipe: Ensure stack variables in unit tests are properly aligned.José Fonseca2009-11-091-10/+11
* llvmpipe: Add inlines to quickly generate types matching the native SIMD regi...José Fonseca2009-10-251-10/+10
* llvmpipe: Avoid variable size arrays.José Fonseca2009-10-221-2/+2
* llvmpipe: Make the code portable for MinGW.José Fonseca2009-09-161-8/+8
* llvmpipe: Make lp_type a regular union.José Fonseca2009-09-141-9/+9
* llvmpipe: Debug helper function to name llvm intermediate values.José Fonseca2009-08-291-11/+8
* llvmpipe: Disassemble generated x86 code.José Fonseca2009-08-291-0/+4
* llvmpipe: Code generate color masking.José Fonseca2009-08-291-0/+2
* llvmpipe: Handle disabled blending too.José Fonseca2009-08-291-1/+1
* llvmpipe: SoA blending.José Fonseca2009-08-291-103/+244
* llvmpipe: Update blending test.José Fonseca2009-08-291-15/+8
* llvmpipe: Normalize the cycles with the number of channel.José Fonseca2009-08-291-2/+2
* llvmpipe: Use same type for reference vectors.José Fonseca2009-08-291-4/+7
* llvmpipe: Factor out shared test code into a separate module.José Fonseca2009-08-291-183/+67
* llvmpipe: Collect richer blend data.José Fonseca2009-08-291-1/+10
* llvmpipe: Write data to a tsv file for posterior analysis.José Fonseca2009-08-291-99/+170