| Commit message (Expand) | Author | Age |
* | SkNx Load/store: take any pointer. | mtklein | 2016-01-31 |
* | SkNx miplevel building | mtklein | 2016-01-20 |
* | Revert of SkNx miplevel building (patchset #3 id:40001 of https://codereview.... | mtklein | 2016-01-20 |
* | SkNx miplevel building | mtklein | 2016-01-19 |
* | add SkNx::abs(), for now only implemented for Sk4f | mtklein | 2016-01-15 |
* | Unify some SkNx code | mtklein | 2015-12-14 |
* | 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 |
* | float xfermodes (burn, dodge, softlight) in Sk8f, possibly using AVX. | mtklein | 2015-11-11 |
* | prune unused SkNx features | mtklein | 2015-11-09 |
* | 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 |
* | Move float<->byte conversions into Sk4f. | mtklein | 2015-08-31 |
* | Revert of Refactor to put SkXfermode_opts inside SK_OPTS_NS. (patchset #1 id:... | mtklein | 2015-08-12 |
* | Refactor to put SkXfermode_opts inside SK_OPTS_NS. | mtklein | 2015-08-12 |
* | NEON has a ternary instruction. | mtklein | 2015-07-27 |
* | 3-15% speedup to HardLight / Overlay xfermodes. | mtklein | 2015-07-14 |
* | Color dodge and burn with SkPMFloat. | mtklein | 2015-06-26 |
* | Implement four more xfermodes with Sk4px. | mtklein | 2015-06-24 |
* | Revert of Implement four more xfermodes with Sk4px. (patchset #16 id:290001 o... | mtklein | 2015-06-24 |
* | Implement four more xfermodes with Sk4px. | mtklein | 2015-06-24 |
* | Update some Sk4px APIs. | mtklein | 2015-06-22 |
* | Everyone gets a namespace {}. | mtklein | 2015-05-22 |
* | add Min to SkNi, specialized for u8 and u16 on SSE and NEON | mtklein | 2015-05-14 |
* | Turn on Sk4px xfermodes when we have NEON too. | mtklein | 2015-05-13 |
* | Sk4px | mtklein | 2015-05-12 |
* | Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM | mtklein | 2015-04-27 |
* | Revert of Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision o... | mtklein | 2015-04-27 |
* | Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM | mtklein | 2015-04-27 |
* | Mike's radial gradient CL with better float -> int. | mtklein | 2015-04-27 |
* | Revert of Mike's radial gradient CL with better float -> int. (patchset #7 id... | mtklein | 2015-04-27 |
* | Mike's radial gradient CL with better float -> int. | mtklein | 2015-04-27 |
* | Rename SkNi to SkNb. | mtklein | 2015-04-14 |
* | Code's more readable when SkPMFloat is an Sk4f. | mtklein | 2015-04-03 |
* | Revert of Code's more readable when SkPMFloat is an Sk4f. (patchset #3 id:400... | mtklein | 2015-04-03 |
* | Code's more readable when SkPMFloat is an Sk4f. | mtklein | 2015-04-03 |
* | Use switch operator[](int) to kth<int>() so we can use vget_lane. | mtklein | 2015-04-03 |
* | Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> | mtklein | 2015-03-30 |