| Commit message (Expand) | Author | Age |
* | Require Sk4f::toBytes() clamps | mtklein | 2015-09-01 |
* | 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 |
* | Fix typo in non-SIMD Sk4f::thenElse(). | mtklein | 2015-07-14 |
* | 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 |
* | Thorough tests for saturatedAdd and mulDiv255Round. | mtklein | 2015-06-15 |
* | Remove overly-promiscuous SkNx syntax sugar. | mtklein | 2015-06-10 |
* | 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 |
* | Plus xfermode using Sk4px. | mtklein | 2015-05-12 |
* | 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 |
* | Sk4h and Sk8h for SSE | mtklein | 2015-04-14 |
* | Rename SkNi to SkNb. | mtklein | 2015-04-14 |
* | 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 |
* | Guard SIMD code with !defined(SKNX_NO_SIMD). | mtklein | 2015-03-20 |