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_bld_blend_aos.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: use alpha from already converted color if possible
Roland Scheidegger
2017-01-06
1
-7
/
+22
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
1
-4
/
+4
*
llvmpipe: Tighten check for alpha-only formats
Richard Sandiford
2014-03-20
1
-1
/
+1
*
llvmpipe: fix blending with SRC_ALPHA_SATURATE with some formats without alpha
Roland Scheidegger
2013-07-18
1
-4
/
+14
*
llvmpipe: implement dual source blending
Roland Scheidegger
2013-02-12
1
-2
/
+11
*
llvmpipe: first steps of adding dual source blend support
Roland Scheidegger
2013-02-08
1
-6
/
+6
*
llvmpipe: remove extraneous const qualifier
Brian Paul
2013-02-06
1
-1
/
+1
*
llvmpipe: fix using wrong format with MRT in blend code
Roland Scheidegger
2013-01-18
1
-3
/
+3
*
llvmpipe: Implement logic ops for the AoS path.
José Fonseca
2012-11-28
1
-1
/
+8
*
llvmpipe: Unswizzled rendering.
James Benton
2012-11-28
1
-28
/
+69
*
gallivm: Updated lp_build_const_mask_aos to input number of channels.
James Benton
2012-11-28
1
-1
/
+4
*
llvmpipe: Unified common code between AoS and SoA blending.
James Benton
2012-07-16
1
-100
/
+52
*
gallivm: Added lp_build_const_mask_aos_swizzled
James Benton
2012-05-02
1
-9
/
+1
*
llvmpipe: add masking support to aos blend
James Benton
2012-05-02
1
-5
/
+33
*
llvmpipe: Added support for color masks in AoS blending.
James Benton
2012-05-02
1
-25
/
+50
*
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-11-30
1
-2
/
+2
*
llvmpipe: Special case complementary and identify blend factors in SoA.
José Fonseca
2010-09-22
1
-3
/
+0
*
gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/
José Fonseca
2010-09-11
1
-1
/
+1
*
gallivm: Pass condition masks as an unsigned bitmask.
José Fonseca
2010-09-05
1
-3
/
+2
*
llvmpipe: Remove lp_build_swizzle2_aos().
José Fonseca
2010-07-01
1
-22
/
+19
*
llvmpipe: fix up indexing of blend/colormask state for render targets
Brian Paul
2010-05-10
1
-12
/
+12
*
llvmpipe: add, update, rewrap comments
Brian Paul
2010-05-10
1
-0
/
+3
*
llvmpipe: remove unneeded break stmt
Brian Paul
2010-04-16
1
-1
/
+0
*
gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directory
Brian Paul
2010-04-16
1
-0
/
+361
*
llvmpipe: export the tgsi translation code to a common layer
Zack Rusin
2010-02-08
1
-360
/
+0
*
gallium: Make pipe_atomic a regular int32_t.
José Fonseca
2010-02-02
1
-0
/
+1
*
llvmpipe: adapt to per-rendertarget blend changes
Roland Scheidegger
2010-01-20
1
-8
/
+11
*
llvmpipe: Remove comma at end of enumerator list.
Vinson Lee
2010-01-03
1
-1
/
+1
*
llvmpipe: Make lp_type a regular union.
José Fonseca
2009-09-14
1
-1
/
+1
*
llvmpipe: Add a bunch of comments.
José Fonseca
2009-08-29
1
-1
/
+10
*
llvmpipe: Debug helper function to name llvm intermediate values.
José Fonseca
2009-08-29
1
-4
/
+3
*
llvmpipe: Move lp_build_select to lp_bld_logic.[ch].
José Fonseca
2009-08-29
1
-0
/
+1
*
llvmpipe: Code generate color masking.
José Fonseca
2009-08-29
1
-0
/
+3
*
llvmpipe: Handle disabled blending too.
José Fonseca
2009-08-29
1
-0
/
+3
*
llvmpipe: SoA blending.
José Fonseca
2009-08-29
1
-0
/
+341