1. 7a090c4 Respect full precision for RGB16 PNGs by Matt Sarett · 8 years ago
  2. 2c8104e SkNx_abi is unused. by Mike Klein · 8 years ago
  3. e9f78b4 Guard against buggy ucrt\math.h. by Mike Klein · 8 years ago
  4. 7c78f3a SkNx: use SK_ALWAYS_INLINE thoroughly. by Mike Klein · 8 years ago
  5. 511ea17 SkNx_abi for passing Sk4f as function arguments, etc. by Mike Klein · 8 years ago
  6. 1e76464 Wrap SkNx types in anonymous namespace again. by Mike Klein · 8 years ago
  7. 04adfda SkRasterPipeline: 8x pipelines, without any 8x code enabled. by Mike Klein · 8 years ago
  8. 42f4b42 Revert "SkRasterPipeline: 8x pipelines, attempt 2" by Mike Klein · 8 years ago
  9. a71e151 SkRasterPipeline: 8x pipelines, attempt 2 by Mike Klein · 8 years ago
  10. 9428587 Revert "SkRasterPipeline: 8x pipelines" by Mike Klein · 8 years ago
  11. 1aebdae SkRasterPipeline: 8x pipelines by Mike Klein · 8 years ago
  12. 33cbfd7 Make load4 and store4 part of SkNx properly. by Mike Klein · 8 years ago
  13. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  14. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  15. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  16. d05a875 SkNx: add Sk4u by mtklein · 8 years ago
  17. f660b7c Add Sk4h_load4 for loading F16. by mtklein · 8 years ago
  18. 6bdbf44 Improve naive SkColorXform to half floats by msarett · 8 years ago
  19. 7d3ff71 Add Sk4f_RoundToInt by msarett · 8 years ago
  20. 1264472 remove unused parameter to make android happy (when this header is moved to private) by reed · 8 years ago
  21. afb8539 Revert of try to speed-up maprect + round2i + contains (patchset #8 id:140001 of https://codereview.chromium.org/2133413002/ ) by msarett · 8 years ago[Renamed (98%) from include/private/SkNx.h]
  22. b42b785 try to speed-up maprect + round2i + contains by reed · 8 years ago[Renamed (98%) from src/core/SkNx.h]
  23. f8f90e4 SkNx refresh by mtklein · 8 years ago
  24. 7c249e5 SkNx: kth<...>() -> [...] by mtklein · 8 years ago
  25. feec878 Simplified linear pipeline. by herb · 8 years ago
  26. ff9febf add back Sk4i by mtklein · 8 years ago
  27. 97120a7 Revert of SkNx refactoring (patchset #4 id:60001 of https://codereview.chromium.org/1690633003/ ) by mtklein · 8 years ago
  28. c1eb311 SkNx refactoring by mtklein · 8 years ago
  29. 126626e Sk4f: add floor() by mtklein · 8 years ago
  30. c023210 Revert of Sk4f: add floor() (patchset #3 id:40001 of https://codereview.chromium.org/1685773002/ ) by mtklein · 8 years ago
  31. 86c6c49 Sk4f: add floor() by mtklein · 8 years ago
  32. e4c0bee sknx refactoring by mtklein · 9 years ago
  33. 81bb79b Remove SkNx AVX code. It is not really used. Getting in the way of refactoring. by mtklein · 9 years ago
  34. 507ef6d SkNx Load/store: take any pointer. by mtklein · 9 years ago
  35. c33065a add SkNx::abs(), for now only implemented for Sk4f by mtklein · 9 years ago
  36. fce612a Specialize Sk2d for SSE2 by mtklein · 9 years ago
  37. 6f37b4a Unify some SkNx code by mtklein · 9 years ago
  38. 9db43ac Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f) by mtklein · 9 years ago
  39. 6c221b4 Add SkNx_cast(). by mtklein · 9 years ago
  40. 084db25 float xfermodes (burn, dodge, softlight) in Sk8f, possibly using AVX. by mtklein · 9 years ago
  41. 6f79709 prune unused SkNx features by mtklein · 9 years ago
  42. a1c0ee4 SkNx_shuffle by mtklein · 9 years ago
  43. a508f3c Require Sk4f::toBytes() clamps by mtklein · 9 years ago
  44. aba1dc8 Move float<->byte conversions into Sk4f. by mtklein · 9 years ago
  45. 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
  46. b07bee3 Refactor to put SkXfermode_opts inside SK_OPTS_NS. by mtklein · 9 years ago
  47. bfd9ee6 Fix typo in non-SIMD Sk4f::thenElse(). by mtklein · 9 years ago
  48. b5e8611 Implement four more xfermodes with Sk4px. by mtklein · 9 years ago
  49. 0cc1f0a Revert of Implement four more xfermodes with Sk4px. (patchset #16 id:290001 of https://codereview.chromium.org/1196713004/) by mtklein · 9 years ago
  50. b9d4163 Implement four more xfermodes with Sk4px. by mtklein · 9 years ago
  51. 3747875 Thorough tests for saturatedAdd and mulDiv255Round. by mtklein · 9 years ago
  52. f2fe0e0 Remove overly-promiscuous SkNx syntax sugar. by mtklein · 9 years ago
  53. aa999cb Everyone gets a namespace {}. by mtklein · 9 years ago
  54. 27e517a add Min to SkNi, specialized for u8 and u16 on SSE and NEON by mtklein · 9 years ago
  55. 6cbf18c Plus xfermode using Sk4px. by mtklein · 9 years ago
  56. d2ffd36 Sk4px by mtklein · 9 years ago
  57. d7c014f Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 9 years ago
  58. 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
  59. 9de1628 Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 9 years ago
  60. 1113da7 Mike's radial gradient CL with better float -> int. by mtklein · 9 years ago
  61. 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
  62. abf6c5c Mike's radial gradient CL with better float -> int. by mtklein · 9 years ago
  63. 115acee Sk4h and Sk8h for SSE by mtklein · 9 years ago
  64. 8fe8fff Rename SkNi to SkNb. by mtklein · 9 years ago
  65. a156a8f Use switch operator[](int) to kth<int>() so we can use vget_lane. #floats by mtklein · 9 years ago
  66. c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 9 years ago
  67. 3e490b7 Guard SIMD code with !defined(SKNX_NO_SIMD). by mtklein · 9 years ago