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
*
Commented SSE blend functions and cleaned-up variable naming.
commit-bot@chromium.org
2013-07-02
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Force opaque in SkBlendLCD16Opaque_SSE2 to match SkBlendLCD16.
bungeman@google.com
2012-08-21
*
revert 4799-4801 -- red and blue are reversed on windows and linux
reed@google.com
2012-07-27
*
use SK_RESTRICT instead of __restrict__
reed@google.com
2012-07-27
*
use intptr_t to cast from ptr to int for masking low bits
reed@google.com
2012-07-27
*
land http://codereview.appspot.com/6327044/
reed@google.com
2012-07-27
*
Fix SkBlendLCD16_SSE2 for non ARGB platforms.
bungeman@google.com
2012-07-09
*
fix warnings on Mac in src/opts
caryclark@google.com
2012-06-06
*
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