index
:
~gabbayo/mesa
llvmpipe-ppc64le-optimize-with-rt-checks
master
mesa-upstream
mesa-vsx
nemanjai
r600g-debug-1.3
r600g-upstream
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
llvmpipe
/
lp_test_blend.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-30
llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.
Mathias Fröhlich
1
-1
/
+1
2014-05-16
gallivm: give more verbose names to modules
Roland Scheidegger
1
-1
/
+1
2014-05-14
llvmpipe: Delete unneeded LLVM stuff earlier.
José Fonseca
1
-2
/
+2
2013-04-21
llvmpipe: verify function on blend test.
José Fonseca
1
-0
/
+2
2013-02-12
llvmpipe: implement dual source blending
Roland Scheidegger
1
-1
/
+2
2013-02-08
llvmpipe: first steps of adding dual source blend support
Roland Scheidegger
1
-21
/
+49
2013-01-18
llvmpipe: fix using wrong format with MRT in blend code
Roland Scheidegger
1
-1
/
+1
2012-11-29
llvmpipe: Remove lp_build_blend_soa()
José Fonseca
1
-182
/
+37
2012-11-28
llvmpipe: Unswizzled rendering.
James Benton
1
-1
/
+1
2012-07-17
gallivm,draw,llvmpipe: Support wider native registers.
José Fonseca
1
-58
/
+44
2012-05-02
llvmpipe: add masking support to aos blend
James Benton
1
-1
/
+1
2012-05-02
llvmpipe: Added support for color masks in AoS blending.
James Benton
1
-1
/
+3
2010-11-30
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
1
-43
/
+22
2010-09-22
llvmpipe: Special case complementary and identify blend factors in SoA.
José Fonseca
1
-26
/
+15
2010-07-29
llvmpipe: don't call LLVMCreateJITCompiler() twice
Brian Paul
1
-12
/
+2
2010-06-04
llvmpipe: new -s option to run single test
Brian Paul
1
-0
/
+8
2010-05-27
llvmpipe: s/bool/boolean
Brian Paul
1
-2
/
+2
2010-05-13
llvmpipe: silence cast warnings in test programs
Brian Paul
1
-2
/
+17
2010-05-10
llvmpipe: fix up indexing of blend/colormask state for render targets
Brian Paul
1
-2
/
+3
2010-04-23
llvmpipe: Remove unused variable.
Vinson Lee
1
-2
/
+0
2010-04-16
llvmpipe: fix compilation, linking of lp_test_blend
Brian Paul
1
-1
/
+1
2010-02-14
llvmpipe: s/debug_dump_/util_dump_/
José Fonseca
1
-12
/
+12
2010-02-08
llvmpipe: export the tgsi translation code to a common layer
Zack Rusin
1
-3
/
+3
2010-01-28
Merge commit 'origin/perrtblend'
Roland Scheidegger
1
-35
/
+37
2010-01-25
llvmpipe: adapt to blend changes
Roland Scheidegger
1
-35
/
+37
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
1
-1
/
+0
2010-01-21
llvmpipe: Remove unnecessary headers.
Vinson Lee
1
-1
/
+0
2010-01-12
gallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for consistency.
José Fonseca
1
-1
/
+1
2010-01-12
gallium: Simplify PIPE_ALIGN_VAR.
José Fonseca
1
-10
/
+10
2010-01-12
gallium: Generalize the alignment macros to other compilers and any alignment.
José Fonseca
1
-10
/
+10
2009-11-09
llvmpipe: Ensure stack variables in unit tests are properly aligned.
José Fonseca
1
-10
/
+11
2009-10-25
llvmpipe: Add inlines to quickly generate types matching the native SIMD regi...
José Fonseca
1
-10
/
+10
2009-10-22
llvmpipe: Avoid variable size arrays.
José Fonseca
1
-2
/
+2
2009-09-16
llvmpipe: Make the code portable for MinGW.
José Fonseca
1
-8
/
+8
2009-09-14
llvmpipe: Make lp_type a regular union.
José Fonseca
1
-9
/
+9
2009-08-29
llvmpipe: Debug helper function to name llvm intermediate values.
José Fonseca
1
-11
/
+8
2009-08-29
llvmpipe: Disassemble generated x86 code.
José Fonseca
1
-0
/
+4
2009-08-29
llvmpipe: Code generate color masking.
José Fonseca
1
-0
/
+2
2009-08-29
llvmpipe: Handle disabled blending too.
José Fonseca
1
-1
/
+1
2009-08-29
llvmpipe: SoA blending.
José Fonseca
1
-103
/
+244
2009-08-29
llvmpipe: Update blending test.
José Fonseca
1
-15
/
+8
2009-08-29
llvmpipe: Normalize the cycles with the number of channel.
José Fonseca
1
-2
/
+2
2009-08-29
llvmpipe: Use same type for reference vectors.
José Fonseca
1
-4
/
+7
2009-08-29
llvmpipe: Factor out shared test code into a separate module.
José Fonseca
1
-183
/
+67
2009-08-29
llvmpipe: Collect richer blend data.
José Fonseca
1
-1
/
+10
2009-08-29
llvmpipe: Write data to a tsv file for posterior analysis.
José Fonseca
1
-99
/
+170
2009-08-29
llvmpipe: Don't use llvm.readcyclecounter.
José Fonseca
1
-27
/
+24
2009-08-29
llvmpipe: Move type support functions into a separate file.
José Fonseca
1
-0
/
+1
2009-08-29
llvmpipe: Measure the number of cycles taken for blending.
José Fonseca
1
-20
/
+90
2009-08-29
llvmpipe: Get blending of normalized 8bit unsigned integers working.
José Fonseca
1
-109
/
+184
[next]