1. 6f37b4a Unify some SkNx code by mtklein · 9 years ago
  2. 6c221b4 Add SkNx_cast(). by mtklein · 9 years ago
  3. 6f79709 prune unused SkNx features by mtklein · 9 years ago
  4. a508f3c Require Sk4f::toBytes() clamps by mtklein · 9 years ago
  5. 4be181e 3-15% speedup to HardLight / Overlay xfermodes. by mtklein · 9 years ago
  6. e20633e Add a GM that reproduces layout test failures with my new xfermode code. by mtklein · 9 years ago
  7. 059ac00 Update some Sk4px APIs. by mtklein · 9 years ago
  8. 3747875 Thorough tests for saturatedAdd and mulDiv255Round. by mtklein · 9 years ago
  9. b1bbca8 Revert of Thorough tests for saturatedAdd and mulDiv255Round. (patchset #1 id:1 of https://codereview.chromium.org/1184113003/) by mtklein · 9 years ago
  10. ce9d111 Thorough tests for saturatedAdd and mulDiv255Round. by mtklein · 9 years ago
  11. f2fe0e0 Remove overly-promiscuous SkNx syntax sugar. by mtklein · 9 years ago
  12. 27e517a add Min to SkNi, specialized for u8 and u16 on SSE and NEON by mtklein · 9 years ago
  13. d7c014f Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 9 years ago
  14. 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
  15. 9de1628 Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 9 years ago
  16. 1113da7 Mike's radial gradient CL with better float -> int. by mtklein · 9 years ago
  17. 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
  18. abf6c5c Mike's radial gradient CL with better float -> int. by mtklein · 9 years ago
  19. 115acee Sk4h and Sk8h for SSE by mtklein · 9 years ago
  20. a156a8f Use switch operator[](int) to kth<int>() so we can use vget_lane. #floats by mtklein · 9 years ago
  21. c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 9 years ago