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
*
De-proc Color32
mtklein
2015-04-27
*
Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromiu...
mtklein
2015-04-27
*
De-proc Color32
mtklein
2015-04-27
*
Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromiu...
mtklein
2015-04-27
*
De-proc Color32
mtklein
2015-04-27
*
Revert of Convert Color32 code to perfect blend. (patchset #6 id:100001 of ht...
mtklein
2015-04-21
*
Convert Color32 code to perfect blend.
mtklein
2015-04-20
*
Rework SSE and NEON Color32 algorithms to be more correct and faster.
mtklein
2015-04-17
*
Replace SSE optimization of Color32A_D565
henrik.smiding
2015-03-20
*
Optimize SSE2 opaque blend
qiankun.miao
2015-02-02
*
Add SkBlendARGB32_SSE2() to clean up code
qiankun.miao
2014-11-25
*
Cleanup with SkAlphaMulQ_SSE2()
qiankun.miao
2014-11-25
*
Cleanup of S32_D565_Opaque_SSE2()
qiankun.miao
2014-11-24
*
Improve SkARGB32_A8_BlitMask_SSE2
jmuizelaar
2014-10-09
*
Cleanup of SSE optimization files.
commit-bot@chromium.org
2014-04-30
*
Xfermode: SSE2 implementation of multiply_modeproc
commit-bot@chromium.org
2014-04-09
*
Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://coderev...
commit-bot@chromium.org
2014-04-03
*
Xfermode: SSE2 implementation of multiply_modeproc
commit-bot@chromium.org
2014-04-03
*
Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://coderev...
commit-bot@chromium.org
2014-04-01
*
Xfermode: SSE2 implementation of multiply_modeproc
commit-bot@chromium.org
2014-04-01
*
SSE2 implementation of S32A_D565_Opaque_Dither
commit-bot@chromium.org
2014-03-07
*
SSE2 implementation of S32_D565_Opaque_Dither
commit-bot@chromium.org
2014-03-07
*
SSE2 implementation of S32_D565_Opaque
commit-bot@chromium.org
2014-02-24
*
SSE2 implementation of S32A_D565_Opaque
commit-bot@chromium.org
2014-02-19
*
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