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_arm.cpp
Commit message (
Expand
)
Author
Age
*
Reverting r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32)
robertphillips@google.com
2012-09-04
*
Update ARM and NEON optimizations for S32A_Opaque_BlitRow32.
djsollen@google.com
2012-08-31
*
The UBFX instruction isn't available on ARMv6; use LSL/LSR or UXTB.
george@mozilla.com
2012-08-30
*
Add check for EDSP to the 565 opaque blitter.
djsollen@google.com
2012-08-21
*
Upstream ARM 565 optimizations from AOSP.
djsollen@google.com
2012-08-21
*
arm: dynamic NEON support for SkBlitRow_opts_arm.cpp
digit@google.com
2012-08-08
*
#include "SkMathPriv.h"
reed@google.com
2012-08-07
*
remove outdated test code for TEST_SRC_ALPHA
reed@google.com
2012-07-30
*
Add support for ARM without EDSP and ARMv6+
george@mozilla.com
2012-07-27
*
Implementing Color32 functions for Neon platforms.
borenet@google.com
2012-07-26
*
Landing arm patch from contributor.
djsollen@google.com
2012-03-29
*
Merge changes from the android repo upstream to Skia
djsollen@google.com
2012-02-15
*
SSE2 version of blit_lcd16, courtesy of Jin Yang.
tomhudson@google.com
2012-02-14
*
update ARM platform procs for blitmask
reed@google.com
2011-11-16
*
Update files to use SK_BUILD_FOR_ANDROID.
djsollen@google.com
2011-11-08
*
move LCD blits into opts, so they can have assembly versions
reed@google.com
2011-10-18
*
separate SkBlitMask decl into its own header
reed@google.com
2011-10-12
*
remove bogus (probably copy/paste err) assert. Alpha need not be opaque here,
reed@google.com
2011-08-09
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
http://codereview.appspot.com/3980041/
reed@google.com
2011-03-09
*
Unreviewed; ARM build fix.
senorblanco@chromium.org
2010-12-15
*
S32A_Blend_BlitRow32: for ARM without NEON
agl@chromium.org
2010-09-10
*
Write S32A_Opaque_BlitRow32 function in ARM assembly.
agl@chromium.org
2010-08-17
*
Revert "Implementing S32A_Opaque_BlitRow32 using v7 neon instructions."
agl@chromium.org
2010-06-18
*
Implementing S32A_Opaque_BlitRow32 using v7 neon instructions.
agl@chromium.org
2010-06-16
*
Fix internal compiler error on ARM.
agl@chromium.org
2010-04-26
*
ray fixes neon for dither and blend
reed@android.com
2010-04-09
*
Disable 32A->565+dither neon, since it gives different results between its
reed@android.com
2010-03-12
*
disable 32A->565 + alpha for now, until it handles src-alpha==0 as a noop
reed@android.com
2010-03-09
*
ICE fixes for arm
reed@android.com
2010-01-14
*
Exclude Android-only cpu-features.h from non-Android builds.
agl@chromium.org
2009-11-19
*
remove const modifiers on function return types (unneeded, and caused an error
reed@android.com
2009-11-13
*
SSE2 optimizations for 32bit blending blitters.
senorblanco@chromium.org
2009-11-04
*
add shaderproc32 for index bitmaps. neon version of 32->16+dither
reed@android.com
2009-10-27
*
fix S32A_D565_Blend_neon
reed@android.com
2009-10-22
*
disable one proc until we fix its handling of src-alpha==0
reed@android.com
2009-10-19
*
oops, make it actually compile with correct headers
reed@android.com
2009-10-19
*
add -forceDither option to bench (it is tristate)
reed@android.com
2009-10-19
*
update for blitrow_d32 procs
reed@android.com
2009-09-23
*
add proper includes for arm optimizations
reed@android.com
2009-08-04
*
add opts for neon
reed@android.com
2009-07-30
*
add optimization table for blitproc functions
reed@android.com
2009-07-30