index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkXfermode4f.cpp
Commit message (
Expand
)
Author
Age
*
make SkXfermode.h go away
Mike Reed
2016-11-16
*
remove use of xfermode* in procs
Mike Reed
2016-11-09
*
Fix SW sRGB dst + LCD coverage bug.
mtklein
2016-07-22
*
Correct sRGB <-> linear everywhere.
mtklein
2016-07-20
*
Fix color order on LCD text when using sRGB software backend.
mtklein
2016-07-19
*
linear -> sRGB: use fast approximate sqrt()
mtklein
2016-06-07
*
Use special case for 0x00 and 0xFF alpha to go faster.
herb
2016-05-31
*
Use Sk4x4f in srcover_srgb_dst_1.
mtklein
2016-03-22
*
Sk4x4f
mtklein
2016-03-22
*
custom ssse3 srcover_n_srgb_bw, about 1.8x speedup
mtklein
2016-03-18
*
make pm4f be RGBA always, not pmcolor order
reed
2016-03-08
*
simplify/unify xferproc api
reed
2016-02-24
*
lots of sRGB and F16 blits
reed
2016-02-22
*
SkNx: kth<...>() -> [...]
mtklein
2016-02-21
*
check pm swizzle when extracting lcd coverage
reed
2016-02-19
*
lcd blits for sRGB
reed
2016-02-18
*
optimize src mode (opaque src in srcover) singleton with aa (e.g. a8 text mask)
reed
2016-02-03
*
extend gm to test aa[] parameter on xfer4f procs
reed
2016-02-03
*
unroll srcover_1 for blending a single color
reed
2016-02-02
*
float components in xfermodes
reed
2016-01-30