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