1. 04adfda SkRasterPipeline: 8x pipelines, without any 8x code enabled. by Mike Klein · 8 years ago
  2. 42f4b42 Revert "SkRasterPipeline: 8x pipelines, attempt 2" by Mike Klein · 8 years ago
  3. a71e151 SkRasterPipeline: 8x pipelines, attempt 2 by Mike Klein · 8 years ago
  4. 9428587 Revert "SkRasterPipeline: 8x pipelines" by Mike Klein · 8 years ago
  5. 1aebdae SkRasterPipeline: 8x pipelines by Mike Klein · 8 years ago
  6. 33cbfd7 Make load4 and store4 part of SkNx properly. by Mike Klein · 8 years ago
  7. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  8. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  9. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  10. 15ee3de Refactor of SkColorSpaceXformOpts by msarett · 8 years ago
  11. d05a875 SkNx: add Sk4u by mtklein · 8 years ago
  12. f660b7c Add Sk4h_load4 for loading F16. by mtklein · 8 years ago
  13. 6bdbf44 Improve naive SkColorXform to half floats by msarett · 8 years ago
  14. 036e183 Add a bench to measure the best way to pack from int to uint16_t with SSE. by mtklein · 8 years ago
  15. 58e389b Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  16. 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
  17. 3296bee Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  18. 281b33f SkRasterPipeline preliminaries by mtklein · 8 years ago
  19. 7d3ff71 Add Sk4f_RoundToInt by msarett · 8 years ago
  20. 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 from include/private/SkNx_sse.h]
  21. b42b785 try to speed-up maprect + round2i + contains by reed · 8 years ago[Renamed from src/opts/SkNx_sse.h]
  22. 5608e2e Clean up hyper-local SkCpu feature test experiment. by mtklein · 8 years ago
  23. d280957 Support sRGB dsts in opt code by msarett · 8 years ago
  24. 64f061a port SkColorXform_opts to Sk4f by mtklein · 8 years ago
  25. e18fa44 Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  26. 50bcb18 Revert of Move immintrin/arm_neon includes to where they are used. (patchset #2 id:20001 of https://codereview.chromium.org/2045633002/ ) by mtklein · 8 years ago
  27. 12dfaaa Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  28. 244a653 skcpu: sse4.1 floor, f16c f16<->f32 by mtklein · 8 years ago
  29. 2c7f240 Revert of skcpu: sse4.1 floor, f16c f16<->f32 (patchset #11 id:200001 of https://codereview.chromium.org/1891513002/ ) by mtklein · 8 years ago
  30. 3faf74b skcpu: sse4.1 floor, f16c f16<->f32 by mtklein · 8 years ago
  31. 834d9e1 Revert of skcpu: sse4.1 floor, f16c f16<->f32 (patchset #10 id:180001 of https://codereview.chromium.org/1891513002/ ) by mtklein · 8 years ago
  32. cbe3c1a skcpu: sse4.1 floor, f16c f16<->f32 by mtklein · 8 years ago
  33. f8f90e4 SkNx refresh by mtklein · 9 years ago
  34. fd5a260 Add swizzle for rgb8888. by herb · 9 years ago
  35. 7c249e5 SkNx: kth<...>() -> [...] by mtklein · 9 years ago
  36. 0cf795f fast sk4f <-> sk4i SSE methods by mtklein · 9 years ago
  37. 97120a7 Revert of SkNx refactoring (patchset #4 id:60001 of https://codereview.chromium.org/1690633003/ ) by mtklein · 9 years ago
  38. c1eb311 SkNx refactoring by mtklein · 9 years ago
  39. e5fe9a4 Sk4f: floor() via int32_t roundtrip. by mtklein · 9 years ago
  40. 126626e Sk4f: add floor() by mtklein · 9 years ago
  41. c023210 Revert of Sk4f: add floor() (patchset #3 id:40001 of https://codereview.chromium.org/1685773002/ ) by mtklein · 9 years ago
  42. 86c6c49 Sk4f: add floor() by mtklein · 9 years ago
  43. 8273ca4 restore sk4i SSE specialization by mtklein · 9 years ago
  44. e4c0bee sknx refactoring by mtklein · 9 years ago
  45. 629f25a fix float <---> uint16_t conversion, with Mike's tests. by mtklein · 9 years ago
  46. 2d340f2 could not resist: fast sse float <--> u16 by mtklein · 9 years ago
  47. 507ef6d SkNx Load/store: take any pointer. by mtklein · 9 years ago
  48. 550e9b0 SkNx miplevel building by mtklein · 9 years ago
  49. 26def86 Revert of SkNx miplevel building (patchset #3 id:40001 of https://codereview.chromium.org/1606013003/ ) by mtklein · 9 years ago
  50. 3bd5aba SkNx miplevel building by mtklein · 9 years ago
  51. c33065a add SkNx::abs(), for now only implemented for Sk4f by mtklein · 9 years ago
  52. fce612a Specialize Sk2d for SSE2 by mtklein · 9 years ago
  53. 6f37b4a Unify some SkNx code by mtklein · 9 years ago
  54. c2e0ac4 Don't use the Sk4f gradient impl without SIMD by fmalita · 9 years ago
  55. 9db43ac Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f) by mtklein · 9 years ago
  56. 6c221b4 Add SkNx_cast(). by mtklein · 9 years ago
  57. 084db25 float xfermodes (burn, dodge, softlight) in Sk8f, possibly using AVX. by mtklein · 9 years ago
  58. 6f79709 prune unused SkNx features by mtklein · 9 years ago
  59. a508f3c Require Sk4f::toBytes() clamps by mtklein · 9 years ago
  60. aba1dc8 Move float<->byte conversions into Sk4f. by mtklein · 9 years ago
  61. 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
  62. b07bee3 Refactor to put SkXfermode_opts inside SK_OPTS_NS. by mtklein · 9 years ago
  63. 4be181e 3-15% speedup to HardLight / Overlay xfermodes. by mtklein · 9 years ago
  64. 2aab22a Color dodge and burn with SkPMFloat. by mtklein · 9 years ago
  65. b5e8611 Implement four more xfermodes with Sk4px. by mtklein · 9 years ago
  66. 0cc1f0a Revert of Implement four more xfermodes with Sk4px. (patchset #16 id:290001 of https://codereview.chromium.org/1196713004/) by mtklein · 9 years ago
  67. b9d4163 Implement four more xfermodes with Sk4px. by mtklein · 9 years ago
  68. 059ac00 Update some Sk4px APIs. by mtklein · 9 years ago
  69. aa999cb Everyone gets a namespace {}. by mtklein · 9 years ago
  70. 27e517a add Min to SkNi, specialized for u8 and u16 on SSE and NEON by mtklein · 9 years ago
  71. 6cbf18c Plus xfermode using Sk4px. by mtklein · 9 years ago
  72. d2ffd36 Sk4px by mtklein · 9 years ago
  73. d7c014f Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 9 years ago
  74. 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
  75. 9de1628 Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 9 years ago
  76. 1113da7 Mike's radial gradient CL with better float -> int. by mtklein · 9 years ago
  77. 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
  78. abf6c5c Mike's radial gradient CL with better float -> int. by mtklein · 9 years ago
  79. 115acee Sk4h and Sk8h for SSE by mtklein · 9 years ago
  80. 8fe8fff Rename SkNi to SkNb. by mtklein · 9 years ago
  81. 7792dbf Code's more readable when SkPMFloat is an Sk4f. #floats by mtklein · 9 years ago
  82. e758579 Revert of Code's more readable when SkPMFloat is an Sk4f. (patchset #3 id:40001 of https://codereview.chromium.org/1061603002/) by mtklein · 9 years ago
  83. 6b5dab8 Code's more readable when SkPMFloat is an Sk4f. #floats by mtklein · 9 years ago
  84. a156a8f Use switch operator[](int) to kth<int>() so we can use vget_lane. #floats by mtklein · 9 years ago
  85. c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 9 years ago