| Commit message (Expand) | Author | Age |
... | |
* | add SkNx::abs(), for now only implemented for Sk4f | mtklein | 2016-01-15 |
* | Add NEON swap opts and use opts in SkSwizzler | msarett | 2016-01-15 |
* | Revert of these _procs_arm are not used when we have NEON (patchset #1 id:1 o... | mtklein | 2016-01-14 |
* | these _procs_arm are not used when we have NEON | mtklein | 2016-01-14 |
* | Optimized premultiplying swizzles for NEON | msarett | 2016-01-13 |
* | Clean up order of arguments to d,s[,aa]. | mtklein | 2016-01-08 |
* | Clean up SkXfermode_opts.h | mtklein | 2016-01-08 |
* | clean up dead x86 filter opts code | mtklein | 2016-01-05 |
* | remove shadeSpan16 from shader | reed | 2016-01-05 |
* | Revert of Try using std::call_once (patchset #1 id:1 of https://codereview.ch... | mtklein | 2016-01-04 |
* | Try using std::call_once | mtklein | 2015-12-28 |
* | count is an int, so constrain it to a 32-bit w-register. | mtklein | 2015-12-16 |
* | SSE 4.1 SrcOver blits: color32, blitmask. | mtklein | 2015-12-16 |
* | Specialize Sk2d for SSE2 | mtklein | 2015-12-15 |
* | Unify some SkNx code | mtklein | 2015-12-14 |
* | archive skpx... currently dead code | mtklein | 2015-12-11 |
* | better NEON div255 | mtklein | 2015-12-07 |
* | Don't use the Sk4f gradient impl without SIMD | fmalita | 2015-12-03 |
* | Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f) | mtklein | 2015-12-01 |
* | Add SkNx_cast(). | mtklein | 2015-11-20 |
* | Revert float xfermodes back to Sk4f (from Sk8f). | mtklein | 2015-11-19 |
* | Revert SkBlitMask_opts.h back to hand-coded NEON. | mtklein | 2015-11-18 |
* | div255(x) as ((x+128)*257)>>16 with SSE | mtklein | 2015-11-17 |
* | trim some fat from SSE2 fixed point alpha code | mtklein | 2015-11-17 |
* | float xfermodes (burn, dodge, softlight) in Sk8f, possibly using AVX. | mtklein | 2015-11-11 |
* | SkPx: use namespaces as namespaces | mtklein | 2015-11-09 |
* | prune unused SkNx features | mtklein | 2015-11-09 |
* | SkPx: new approach to fixed-point SIMD | mtklein | 2015-11-06 |
* | Revert of SkPx: new approach to fixed-point SIMD (patchset #12 id:220001 of h... | mtklein | 2015-11-06 |
* | SkPx: new approach to fixed-point SIMD | mtklein | 2015-11-06 |
* | Make SkBlurImageFilter capable of cropping during blur (raster path) | senorblanco | 2015-11-02 |
* | Revert of Make SkBlurImageFilter capable of cropping during blur (patchset #1... | senorblanco | 2015-11-02 |
* | Make SkBlurImageFilter capable of cropping during blur (raster path) | senorblanco | 2015-11-02 |
* | SkBlurImageFilter_opts: optimize NEON box_blur_double in separate loops. | senorblanco | 2015-10-28 |
* | SkBlurImageFilter_opt.h: break conditions into separate loops. | senorblanco | 2015-10-28 |
* | move reinterpret_cast into SK_PREFETCH | mtklein | 2015-10-28 |
* | Refactor SkBlurImageFilter_Opts.h. | senorblanco | 2015-10-27 |
* | Revert of SkPx: new approach to fixed-point SIMD (patchset #9 id:160001 of ht... | mtklein | 2015-09-14 |
* | SkPx: new approach to fixed-point SIMD | mtklein | 2015-09-14 |
* | Revert of use new shuffle to speed up affine matrix mappts (patchset #3 id:40... | mtklein | 2015-09-10 |
* | use new shuffle to speed up affine matrix mappts | mtklein | 2015-09-10 |
* | SkNx_shuffle | mtklein | 2015-09-10 |
* | Port SkMatrix opts to SkOpts. | mtklein | 2015-09-10 |
* | Port SkBlitRow::Color32 to SkOpts. | mtklein | 2015-09-10 |
* | Port uses of SkLazyPtr to SkOncePtr. | mtklein | 2015-09-09 |
* | Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of http... | mtklein | 2015-09-09 |
* | Port uses of SkLazyPtr to SkOncePtr. | mtklein | 2015-09-09 |
* | Restore old NEON blit_mask_d32_a8 methods. | mtklein | 2015-09-01 |
* | SkColorCubeFilter_opts: rounding is actually free here. | mtklein | 2015-09-01 |
* | Require Sk4f::toBytes() clamps | mtklein | 2015-09-01 |