| Commit message (Expand) | Author | Age |
* | 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 |
* | Clean up remaining users of SkPMFloat | mtklein | 2015-08-31 |
* | Move float<->byte conversions into Sk4f. | mtklein | 2015-08-31 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | SkColorCubeFilter_opts: start with a statically-initializable zero. | mtklein | 2015-08-27 |
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | trifurcate blit_mask_d32_a8 into _black, _opaque, _general. | mtklein | 2015-08-26 |
* | SkColorCubeFilter: require alpha == 0xFF. | mtklein | 2015-08-19 |
* | Bug fix: we're using SkPMFloat methods on SkColor. | mtklein | 2015-08-19 |
* | Patches on top of Radu's latest. | mtklein | 2015-08-19 |
* | Try again to put SkXfermode_opts in SK_OPTS_NS | mtklein | 2015-08-18 |
* | Update SkOpts namespaces. | mtklein | 2015-08-18 |
* | Patches on top of Radu's latest. | mtklein | 2015-08-18 |
* | Remove SkOpts_sse2.cpp. | mtklein | 2015-08-18 |
* | Normalize SkXfermode_opts.h argument order as d,s[,aa]. | mtklein | 2015-08-13 |
* | Revert of Normalize SkXfermode_opts.h argument order as d,s[,aa]. (patchset #... | mtklein | 2015-08-12 |
* | Revert of Refactor to put SkXfermode_opts inside SK_OPTS_NS. (patchset #1 id:... | mtklein | 2015-08-12 |