1. 1da27ef Add F16 support to SkPNGImageEncoder by Matt Sarett · 8 years ago
  2. 5bee0b6 Reland "Respect full precision for RGB16 PNGs" (part 2) by Matt Sarett · 8 years ago
  3. dfff166 Revert "Respect full precision for RGB16 PNGs" by Matt Sarett · 8 years ago
  4. 7a090c4 Respect full precision for RGB16 PNGs by Matt Sarett · 8 years ago
  5. e71b167 Attempt 3: SkRasterPipelineBlitter: support A8 by Mike Klein · 8 years ago
  6. 379938e Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  7. 25b6083 Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs" by Matt Sarett · 8 years ago
  8. bb2339d Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  9. 86d55b3 Revert "Retry "SkRasterPipelineBlitter: support A8"..." by Mike Klein · 8 years ago
  10. d052042 Fix Sk8f::Store4 (for HSW) by Matt Sarett · 8 years ago
  11. f55ea6a Retry "SkRasterPipelineBlitter: support A8"... by Mike Klein · 8 years ago
  12. 4a224f6 Revert "SkRasterPipelineBlitter: support A8" by Mike Klein · 8 years ago
  13. f44373c SkRasterPipelineBlitter: support A8 by Mike Klein · 8 years ago
  14. 0d413f0 Revert "Revert "SkNx basically always is fast now."" by Mike Klein · 8 years ago
  15. 8ba64d1 Revert "SkNx basically always is fast now." by Mike Klein · 8 years ago
  16. 21f7838 SkNx basically always is fast now. by Mike Klein · 8 years ago
  17. 2c8104e SkNx_abi is unused. by Mike Klein · 8 years ago
  18. 2e35e8a mirror tiling by Mike Klein · 8 years ago
  19. b273fc4 repeat tiling by Mike Klein · 8 years ago
  20. 06a65e2 Support SkImageShader in SkRasterPipeline blitter by Mike Klein · 8 years ago
  21. a4a4488 skrpb: evaluate color filters for constant shaders once. by mtklein · 8 years ago
  22. 7c78f3a SkNx: use SK_ALWAYS_INLINE thoroughly. by Mike Klein · 8 years ago
  23. 5ec5590 Unbreak -Fast bot. by Mike Klein · 8 years ago
  24. 511ea17 SkNx_abi for passing Sk4f as function arguments, etc. by Mike Klein · 8 years ago
  25. 1e76464 Wrap SkNx types in anonymous namespace again. by Mike Klein · 8 years ago
  26. 04adfda SkRasterPipeline: 8x pipelines, without any 8x code enabled. by Mike Klein · 8 years ago
  27. 42f4b42 Revert "SkRasterPipeline: 8x pipelines, attempt 2" by Mike Klein · 8 years ago
  28. a71e151 SkRasterPipeline: 8x pipelines, attempt 2 by Mike Klein · 8 years ago
  29. 9428587 Revert "SkRasterPipeline: 8x pipelines" by Mike Klein · 8 years ago
  30. 1aebdae SkRasterPipeline: 8x pipelines by Mike Klein · 8 years ago
  31. 33cbfd7 Make load4 and store4 part of SkNx properly. by Mike Klein · 8 years ago
  32. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  33. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  34. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  35. 15ee3de Refactor of SkColorSpaceXformOpts by msarett · 8 years ago
  36. d05a875 SkNx: add Sk4u by mtklein · 8 years ago
  37. f660b7c Add Sk4h_load4 for loading F16. by mtklein · 8 years ago
  38. 6bdbf44 Improve naive SkColorXform to half floats by msarett · 8 years ago
  39. 036e183 Add a bench to measure the best way to pack from int to uint16_t with SSE. by mtklein · 8 years ago
  40. 58e389b Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  41. 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
  42. 3296bee Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  43. 281b33f SkRasterPipeline preliminaries by mtklein · 8 years ago
  44. 7d3ff71 Add Sk4f_RoundToInt by msarett · 8 years ago
  45. 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]
  46. b42b785 try to speed-up maprect + round2i + contains by reed · 8 years ago[Renamed from src/opts/SkNx_sse.h]
  47. 5608e2e Clean up hyper-local SkCpu feature test experiment. by mtklein · 8 years ago
  48. d280957 Support sRGB dsts in opt code by msarett · 8 years ago
  49. 64f061a port SkColorXform_opts to Sk4f by mtklein · 8 years ago
  50. e18fa44 Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  51. 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
  52. 12dfaaa Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  53. 244a653 skcpu: sse4.1 floor, f16c f16<->f32 by mtklein · 8 years ago
  54. 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
  55. 3faf74b skcpu: sse4.1 floor, f16c f16<->f32 by mtklein · 8 years ago
  56. 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
  57. cbe3c1a skcpu: sse4.1 floor, f16c f16<->f32 by mtklein · 8 years ago
  58. f8f90e4 SkNx refresh by mtklein · 8 years ago
  59. fd5a260 Add swizzle for rgb8888. by herb · 8 years ago
  60. 7c249e5 SkNx: kth<...>() -> [...] by mtklein · 8 years ago
  61. 0cf795f fast sk4f <-> sk4i SSE methods by mtklein · 8 years ago
  62. 97120a7 Revert of SkNx refactoring (patchset #4 id:60001 of https://codereview.chromium.org/1690633003/ ) by mtklein · 8 years ago
  63. c1eb311 SkNx refactoring by mtklein · 8 years ago
  64. e5fe9a4 Sk4f: floor() via int32_t roundtrip. by mtklein · 8 years ago
  65. 126626e Sk4f: add floor() by mtklein · 9 years ago
  66. c023210 Revert of Sk4f: add floor() (patchset #3 id:40001 of https://codereview.chromium.org/1685773002/ ) by mtklein · 9 years ago
  67. 86c6c49 Sk4f: add floor() by mtklein · 9 years ago
  68. 8273ca4 restore sk4i SSE specialization by mtklein · 9 years ago
  69. e4c0bee sknx refactoring by mtklein · 9 years ago
  70. 629f25a fix float <---> uint16_t conversion, with Mike's tests. by mtklein · 9 years ago
  71. 2d340f2 could not resist: fast sse float <--> u16 by mtklein · 9 years ago
  72. 507ef6d SkNx Load/store: take any pointer. by mtklein · 9 years ago
  73. 550e9b0 SkNx miplevel building by mtklein · 9 years ago
  74. 26def86 Revert of SkNx miplevel building (patchset #3 id:40001 of https://codereview.chromium.org/1606013003/ ) by mtklein · 9 years ago
  75. 3bd5aba SkNx miplevel building by mtklein · 9 years ago
  76. c33065a add SkNx::abs(), for now only implemented for Sk4f by mtklein · 9 years ago
  77. fce612a Specialize Sk2d for SSE2 by mtklein · 9 years ago
  78. 6f37b4a Unify some SkNx code by mtklein · 9 years ago
  79. c2e0ac4 Don't use the Sk4f gradient impl without SIMD by fmalita · 9 years ago
  80. 9db43ac Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f) by mtklein · 9 years ago
  81. 6c221b4 Add SkNx_cast(). by mtklein · 9 years ago
  82. 084db25 float xfermodes (burn, dodge, softlight) in Sk8f, possibly using AVX. by mtklein · 9 years ago
  83. 6f79709 prune unused SkNx features by mtklein · 9 years ago
  84. a508f3c Require Sk4f::toBytes() clamps by mtklein · 9 years ago
  85. aba1dc8 Move float<->byte conversions into Sk4f. by mtklein · 9 years ago
  86. 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
  87. b07bee3 Refactor to put SkXfermode_opts inside SK_OPTS_NS. by mtklein · 9 years ago
  88. 4be181e 3-15% speedup to HardLight / Overlay xfermodes. by mtklein · 9 years ago
  89. 2aab22a Color dodge and burn with SkPMFloat. by mtklein · 9 years ago
  90. b5e8611 Implement four more xfermodes with Sk4px. by mtklein · 9 years ago
  91. 0cc1f0a Revert of Implement four more xfermodes with Sk4px. (patchset #16 id:290001 of https://codereview.chromium.org/1196713004/) by mtklein · 9 years ago
  92. b9d4163 Implement four more xfermodes with Sk4px. by mtklein · 9 years ago
  93. 059ac00 Update some Sk4px APIs. by mtklein · 9 years ago
  94. aa999cb Everyone gets a namespace {}. by mtklein · 9 years ago
  95. 27e517a add Min to SkNi, specialized for u8 and u16 on SSE and NEON by mtklein · 9 years ago
  96. 6cbf18c Plus xfermode using Sk4px. by mtklein · 9 years ago
  97. d2ffd36 Sk4px by mtklein · 9 years ago
  98. d7c014f Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 9 years ago
  99. 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
  100. 9de1628 Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 9 years ago