1. 082e329 Revert of Refactor to put SkXfermode_opts inside SK_OPTS_NS. (patchset #1 id:1 of https://codereview.chromium.org/1286093004/ ) by mtklein · 9 years ago
  2. b07bee3 Refactor to put SkXfermode_opts inside SK_OPTS_NS. by mtklein · 9 years ago
  3. 4be181e 3-15% speedup to HardLight / Overlay xfermodes. by mtklein · 9 years ago
  4. 2aab22a Color dodge and burn with SkPMFloat. by mtklein · 10 years ago
  5. b5e8611 Implement four more xfermodes with Sk4px. by mtklein · 10 years ago
  6. 0cc1f0a Revert of Implement four more xfermodes with Sk4px. (patchset #16 id:290001 of https://codereview.chromium.org/1196713004/) by mtklein · 10 years ago
  7. b9d4163 Implement four more xfermodes with Sk4px. by mtklein · 10 years ago
  8. 059ac00 Update some Sk4px APIs. by mtklein · 10 years ago
  9. aa999cb Everyone gets a namespace {}. by mtklein · 10 years ago
  10. 27e517a add Min to SkNi, specialized for u8 and u16 on SSE and NEON by mtklein · 10 years ago
  11. 6cbf18c Plus xfermode using Sk4px. by mtklein · 10 years ago
  12. d2ffd36 Sk4px by mtklein · 10 years ago
  13. d7c014f Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 10 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 · 10 years ago
  15. 9de1628 Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 10 years ago
  16. 1113da7 Mike's radial gradient CL with better float -> int. by mtklein · 10 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 · 10 years ago
  18. abf6c5c Mike's radial gradient CL with better float -> int. by mtklein · 10 years ago
  19. 115acee Sk4h and Sk8h for SSE by mtklein · 10 years ago
  20. 8fe8fff Rename SkNi to SkNb. by mtklein · 10 years ago
  21. 7792dbf Code's more readable when SkPMFloat is an Sk4f. #floats by mtklein · 10 years ago
  22. e758579 Revert of Code's more readable when SkPMFloat is an Sk4f. (patchset #3 id:40001 of https://codereview.chromium.org/1061603002/) by mtklein · 10 years ago
  23. 6b5dab8 Code's more readable when SkPMFloat is an Sk4f. #floats by mtklein · 10 years ago
  24. a156a8f Use switch operator[](int) to kth<int>() so we can use vget_lane. #floats by mtklein · 10 years ago
  25. c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 10 years ago