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