| Commit message (Expand) | Author | Age |
* | 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 |
* | arm: First step towards dynamic NEON support. | digit@google.com | 2012-05-30 |
* | Use intrinsics instead of inline assembly for detecting CPU ID & SSE2/3 support | tomhudson@google.com | 2012-05-17 |
* | Disable SSSE3 for Android x86 *ONLY*. | tomhudson@google.com | 2012-05-16 |
* | Reactivate SSSE3 optimizations, undoing r3770. | tomhudson@google.com | 2012-05-10 |
* | Switch memset.arm.S to unified syntax. | djsollen@google.com | 2012-05-02 |
* | Allow building on platforms with SSE2 but not SSSE3 by adding an #ifdef. | tomhudson@google.com | 2012-04-27 |
* | Landing arm patch from contributor. | djsollen@google.com | 2012-03-29 |
* | Fix Android, too, by providing cross-platform NULL version of new factory. | tomhudson@google.com | 2012-03-19 |
* | Remove stale #include. | tomhudson@google.com | 2012-03-19 |
* | (SSE2) acceleration for rectangular opaque erases. | tomhudson@google.com | 2012-03-19 |
* | need to pack the two values into a 32bit long | mike@reedtribe.org | 2012-03-14 |
* | SSSE3 code for drawing rotated bitmaps; produces 25-30% speedup. | tomhudson@google.com | 2012-03-06 |
* | Improve SSE2 code for Blending BlitRow functions, producing 10% speedup. | tomhudson@google.com | 2012-02-28 |
* | SSE2 version of ClampX_ClampY_{no}filter_affine, courtesy of Jin Yang. | tomhudson@google.com | 2012-02-28 |
* | SSE2 version of ClampX_ClampY_{no}filter_scale; yields 10-20% speedup in | tomhudson@google.com | 2012-02-22 |
* | Merge changes from the android repo upstream to Skia | djsollen@google.com | 2012-02-15 |
* | Attempt to make Windows and Mac compilers happy after breakage in r3193. | tomhudson@google.com | 2012-02-14 |
* | Add SSSE3 acceleration for S32_{opaque,alpha}_D32_filter_DX; should yield | tomhudson@google.com | 2012-02-14 |
* | SSE2 version of blit_lcd16, courtesy of Jin Yang. | tomhudson@google.com | 2012-02-14 |
* | Prevent the memset16 ARM opt from failing when count is 0. | djsollen@google.com | 2012-02-13 |
* | Add ARM optimizations to the build. | djsollen@google.com | 2012-01-09 |
* | update ARM platform procs for blitmask | reed@google.com | 2011-11-16 |
* | support blitMask+shader natively (1.75x faster for AA, and now we can support | reed@google.com | 2011-11-15 |
* | rename/refactor in preparation for supporting accelerated blits of shader-output | reed@google.com | 2011-11-14 |
* | Update files to use SK_BUILD_FOR_ANDROID. | djsollen@google.com | 2011-11-08 |
* | don't blend with zero in colorproc (forgot to return after memcpy check). | reed@google.com | 2011-10-25 |
* | don't mention the neon functions if no neon is available | reed@google.com | 2011-10-21 |
* | 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 |
* | Manually update copyright notices in files that defied the automated process | epoger@google.com | 2011-07-28 |
* | re-enable SSE2 blitmask procs, only excluding if we're black (in which case | reed@google.com | 2011-07-07 |
* | delete all old (non-Gyp) buildfiles | epoger@google.com | 2011-06-14 |
* | Fix arm compile problem on Lucid. | vandebo@chromium.org | 2011-05-03 |
* | http://codereview.appspot.com/4365051/ | reed@google.com | 2011-04-27 |
* | 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 |
* | add SSE2 opt files to xcode | reed@google.com | 2011-01-17 |
* | Unreviewed; ARM build fix. | senorblanco@chromium.org | 2010-12-15 |
* | SSE2 optimizations for 32bit Color operation. | senorblanco@chromium.org | 2010-12-13 |
* | 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 |
* | Add versions of memset16() and memset32() in ARM assembly. | agl@chromium.org | 2010-08-13 |
* | http://codereview.appspot.com/1706045/show | reed@android.com | 2010-06-24 |
* | Revert "Implementing S32A_Opaque_BlitRow32 using v7 neon instructions." | agl@chromium.org | 2010-06-18 |
* | Revert "We extract a sub-function from MAKENAME(_nofilter_DX), only dealing w... | agl@chromium.org | 2010-06-18 |
* | We extract a sub-function from MAKENAME(_nofilter_DX), only dealing with reading | agl@chromium.org | 2010-06-16 |