1. 6f8fa4e Implement Sk2f::Store4 by Chris Dalton · 7 years ago
  2. 0cb7587 Add Store3 to Sk2f by Chris Dalton · 7 years ago
  3. 213d821 add Load2() to Sk4f by Mike Klein · 7 years ago
  4. 5eb1528 Add mulHi to SkNx by Herb Derby · 7 years ago
  5. 7732f4f Add missing methods to neon/sse SkNx implementations by Chris Dalton · 7 years ago
  6. 7da6ba2 Implement Sk4i's abs, min, max by Yuqian Li · 7 years ago
  7. 33cbfd7 Make load4 and store4 part of SkNx properly. by Mike Klein · 8 years ago
  8. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  9. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  10. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  11. 58e389b Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  12. 64bbad3 Revert of Expand _01 half<->float limitation to _finite. Simplify. (patchset #7 id:120001 of https://codereview.chromium.org/2145663003/ ) by mtklein · 8 years ago
  13. 3296bee Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  14. f8f90e4 SkNx refresh by mtklein · 8 years ago
  15. 7c249e5 SkNx: kth<...>() -> [...] by mtklein · 8 years ago
  16. 0cf795f fast sk4f <-> sk4i SSE methods by mtklein · 8 years ago
  17. 126626e Sk4f: add floor() by mtklein · 9 years ago
  18. c023210 Revert of Sk4f: add floor() (patchset #3 id:40001 of https://codereview.chromium.org/1685773002/ ) by mtklein · 9 years ago
  19. 86c6c49 Sk4f: add floor() by mtklein · 9 years ago
  20. e4c0bee sknx refactoring by mtklein · 9 years ago
  21. 629f25a fix float <---> uint16_t conversion, with Mike's tests. by mtklein · 9 years ago
  22. c33065a add SkNx::abs(), for now only implemented for Sk4f by mtklein · 9 years ago
  23. 6f37b4a Unify some SkNx code by mtklein · 9 years ago
  24. 6c221b4 Add SkNx_cast(). by mtklein · 9 years ago
  25. 6f79709 prune unused SkNx features by mtklein · 9 years ago
  26. a508f3c Require Sk4f::toBytes() clamps by mtklein · 9 years ago
  27. 4be181e 3-15% speedup to HardLight / Overlay xfermodes. by mtklein · 9 years ago
  28. e20633e Add a GM that reproduces layout test failures with my new xfermode code. by mtklein · 9 years ago
  29. 059ac00 Update some Sk4px APIs. by mtklein · 9 years ago
  30. 3747875 Thorough tests for saturatedAdd and mulDiv255Round. by mtklein · 9 years ago
  31. b1bbca8 Revert of Thorough tests for saturatedAdd and mulDiv255Round. (patchset #1 id:1 of https://codereview.chromium.org/1184113003/) by mtklein · 9 years ago
  32. ce9d111 Thorough tests for saturatedAdd and mulDiv255Round. by mtklein · 9 years ago
  33. f2fe0e0 Remove overly-promiscuous SkNx syntax sugar. by mtklein · 9 years ago
  34. 27e517a add Min to SkNi, specialized for u8 and u16 on SSE and NEON by mtklein · 9 years ago
  35. d7c014f Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 9 years ago
  36. 9a22f48 Revert of Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM (patchset #2 id:20001 of https://codereview.chromium.org/1109913002/) by mtklein · 9 years ago
  37. 9de1628 Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 9 years ago
  38. 1113da7 Mike's radial gradient CL with better float -> int. by mtklein · 9 years ago
  39. 8d3e9df Revert of Mike's radial gradient CL with better float -> int. (patchset #7 id:120001 of https://codereview.chromium.org/1109643002/) by mtklein · 9 years ago
  40. abf6c5c Mike's radial gradient CL with better float -> int. by mtklein · 9 years ago
  41. 115acee Sk4h and Sk8h for SSE by mtklein · 9 years ago
  42. a156a8f Use switch operator[](int) to kth<int>() so we can use vget_lane. #floats by mtklein · 9 years ago
  43. c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 9 years ago