index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
opts
/
SkBlitRow_opts_SSE2.cpp
Commit message (
Expand
)
Author
Age
*
Improve SSE2 code for Blending BlitRow functions, producing 10% speedup.
tomhudson@google.com
2012-02-28
*
SSE2 version of blit_lcd16, courtesy of Jin Yang.
tomhudson@google.com
2012-02-14
*
don't blend with zero in colorproc (forgot to return after memcpy check).
reed@google.com
2011-10-25
*
move LCD blits into opts, so they can have assembly versions
reed@google.com
2011-10-18
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Correct blitmask procs to recognize that we pass them an SkColor, and if they
reed@google.com
2011-03-09
*
http://codereview.appspot.com/3980041/
reed@google.com
2011-03-09
*
SSE2 optimizations for 32bit Color operation.
senorblanco@chromium.org
2010-12-13
*
SSE2-ified S32_alpha_D32_filter_DX (refactoring to come). Also shaved a few
senorblanco@chromium.org
2009-12-10
*
More SSE2 optimizations. This CL implements an SSE2 version of S32_bitmap_D3...
senorblanco@chromium.org
2009-11-30
*
More SSE2-ification; fix for gcc -msse2.
senorblanco@chromium.org
2009-11-16
*
remove const modifiers on function return types (unneeded, and caused an error
reed@android.com
2009-11-13
*
Fix for gcc -fPIC build.
senorblanco@chromium.org
2009-11-09
*
SSE2 optimizations for 32bit blending blitters.
senorblanco@chromium.org
2009-11-04