1. 1d8e198 Revert "Optimize SkBlend by using NEON intrinsics" by Mike Klein · 8 years ago
  2. c55bc9a Fix out of bounds read in RP::load_tables_u16_be() by Matt Sarett · 8 years ago
  3. 7adde14 Optimize SkBlend by using NEON intrinsics by Joel Liang · 8 years ago
  4. e71b167 Attempt 3: SkRasterPipelineBlitter: support A8 by Mike Klein · 8 years ago
  5. 379938e Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  6. 25b6083 Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs" by Matt Sarett · 8 years ago
  7. bb2339d Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  8. d32303e disable runtime detected AVX2 raster pipelines by Mike Klein · 8 years ago
  9. c0a7a08 remove xbyak experiment by Mike Klein · 8 years ago
  10. 1523dbd SkXbyak: loop inside, only body by Mike Klein · 8 years ago
  11. 86d55b3 Revert "Retry "SkRasterPipelineBlitter: support A8"..." by Mike Klein · 8 years ago
  12. d052042 Fix Sk8f::Store4 (for HSW) by Matt Sarett · 8 years ago
  13. 83f532e Add a real SkXbyak bench, implement enough to run it. by Mike Klein · 8 years ago
  14. 9953737 Avoid SkFixed overflow in decal bitmap procs by Florin Malita · 8 years ago
  15. 7f71d88 SkXbyak basics by Mike Klein · 8 years ago
  16. f55ea6a Retry "SkRasterPipelineBlitter: support A8"... by Mike Klein · 8 years ago
  17. 8c8cb5b simplify by removing _d stages by Mike Klein · 8 years ago
  18. a2d25ec Use stack instead of malloc() for most calls to SkRasterPipeline::run(). by Mike Klein · 8 years ago
  19. 4a224f6 Revert "SkRasterPipelineBlitter: support A8" by Mike Klein · 8 years ago
  20. f44373c SkRasterPipelineBlitter: support A8 by Mike Klein · 8 years ago
  21. 464e6a1 Retry trim another instruction off SkRasterPipeline overhead by Mike Klein · 8 years ago
  22. e2b66a7 auto-generate _d stages by Mike Klein · 8 years ago
  23. 9ea894b Revert "trim another instruction off SkRasterPipeline overhead" by Mike Klein · 8 years ago
  24. e61c407 trim another instruction off SkRasterPipeline overhead by Mike Klein · 8 years ago
  25. 40a82bd remove MIPS DSP optimizations by Mike Klein · 8 years ago
  26. 2410717 Fix swapped interpretation of c and e in SkColorSpace_ICC by Matt Sarett · 8 years ago
  27. d1c550e Consolidate TILEX_LOW_BITS/TILEY_LOW_BITS -> EXTRACT_LOW_BITS by Florin Malita · 8 years ago
  28. 9752454 Added optimized sRGB/2.2 gamma stages into A2B color xform by raftias · 8 years ago
  29. 0d413f0 Revert "Revert "SkNx basically always is fast now."" by Mike Klein · 8 years ago
  30. d37d5d9 Revert "Revert "clamp to premul when reading premul sRGB"" by Mike Klein · 8 years ago
  31. 2e018f5 Revert "clamp to premul when reading premul sRGB" by Mike Klein · 8 years ago
  32. 8ba64d1 Revert "SkNx basically always is fast now." by Mike Klein · 8 years ago
  33. 04e10da clamp to premul when reading premul sRGB by Mike Klein · 8 years ago
  34. 21f7838 SkNx basically always is fast now. by Mike Klein · 8 years ago
  35. 4958006 funnel f16 through standard load/store/gather by Mike Klein · 8 years ago
  36. 0e18de9 Convert image width and height (used by tiling) to float once. by Mike Klein · 8 years ago
  37. b0b17d1 bicubic, attempt gazillion by Mike Klein · 8 years ago
  38. 2979b1a Added clamps in SkRasterPipeline's gamma stages. by raftias · 8 years ago
  39. 64d8be0 Make sure all the convolve functions are defined. by Mike Klein · 8 years ago
  40. 4adac2e Add AVX2 version of ConvolveVertically by xiangze.zhang · 8 years ago
  41. 886cf53 Refactor bilerp a little. by Mike Klein · 8 years ago
  42. cc63173 remove upper limit on number of pipeline stages by Mike Klein · 8 years ago
  43. e2e2ae2 Manual byte -> float conversion. by Mike Klein · 8 years ago
  44. 3e05671 Tricky float -> byte conversion in store_8888. by Mike Klein · 8 years ago
  45. 9c77ea1 SkNf_round, use it in store_565 and store_tables. by Mike Klein · 8 years ago
  46. 87185f7 use fma in store_8888 by Mike Klein · 8 years ago
  47. abf8ba3 SkColorSpaceXform bug fixes attempt 2 by Matt Sarett · 8 years ago
  48. f6878ba Reland "Add RasterPipeline implementation for SkColorSpaceXform" by Matt Sarett · 8 years ago
  49. 0c32496 Avoid creating std::function in run_pipeline(). by Mike Klein · 8 years ago
  50. 5476128 Added CMYK support for ICC profiles. by raftias · 8 years ago
  51. b6d4e13 Revert "Add RasterPipeline implementation for SkColorSpaceXform" by Brian Osman · 8 years ago
  52. dd19ac7 Add RasterPipeline implementation for SkColorSpaceXform by Matt Sarett · 8 years ago
  53. 62458a6 Revert "Added CMYK support for ICC profiles." by Mike Klein · 8 years ago
  54. 51c3fcd Added CMYK support for ICC profiles. by raftias · 8 years ago
  55. 14c8f82 move all memset() logic into blitter by Mike Klein · 8 years ago
  56. 21aa3d0 fold more in SkRasterPipelineBlitter by Mike Klein · 8 years ago
  57. babd93e constant means constant by Mike Klein · 8 years ago
  58. c789b61 Bring back SkRasterPipeline::run() for one-off uses. by Mike Klein · 8 years ago
  59. 9452898 restore sRGB memset optimization by Mike Klein · 8 years ago
  60. 7a14734d support a8 by Mike Klein · 8 years ago
  61. a0c4c34 teach MSAN about maskload by Mike Klein · 8 years ago
  62. f7657e9 gather_i8 by Mike Klein · 8 years ago
  63. 56b5079 Make gather() look and work more like load(). by Mike Klein · 8 years ago
  64. bddd234 document x_tail encoding by Mike Klein · 8 years ago
  65. c51c18f use fma() in accumulate by Mike Klein · 8 years ago
  66. 2c8104e SkNx_abi is unused. by Mike Klein · 8 years ago
  67. 729b582 Consistent naming. by Mike Klein · 8 years ago
  68. 2cbc33d simplify by Mike Klein · 8 years ago
  69. e03339a Convert blitter over to new style from_srgb, to_srgb. by Mike Klein · 8 years ago
  70. b04c352 Split srgb out of accum stages. by Mike Klein · 8 years ago
  71. 5a13011 Fix unpremul stage. by Mike Klein · 8 years ago
  72. e9f78b4 Guard against buggy ucrt\math.h. by Mike Klein · 8 years ago
  73. d5de013 Some simple pipeline refactoring. by Mike Klein · 8 years ago
  74. 6b77f1c 4444 and gray 8 by Mike Klein · 8 years ago
  75. cb5338c Support sRGB 565. by Mike Klein · 8 years ago
  76. cb2c12b accum_565 and accum_f16 by Mike Klein · 8 years ago
  77. 46e66a2 bilerp by Mike Klein · 8 years ago
  78. f7f883b Rearrange NN sampling to more naturally support bilerp. by Mike Klein · 8 years ago
  79. 43c847b Simplify shader paint alpha modulation. by Mike Klein · 8 years ago
  80. 2e35e8a mirror tiling by Mike Klein · 8 years ago
  81. d2265e5 Port convolve functions to SkOpts by xiangze.zhang · 8 years ago
  82. c01e7df perspective matrix by Mike Klein · 8 years ago
  83. b273fc4 repeat tiling by Mike Klein · 8 years ago
  84. 4e9bb74 Initialize all values we load. by Mike Klein · 8 years ago
  85. b6ab4ae Be careful about types in SkNx_neon.h. by Mike Klein · 8 years ago
  86. 06a65e2 Support SkImageShader in SkRasterPipeline blitter by Mike Klein · 8 years ago
  87. db4d406 Hook into parametric and table raster pipeline stages by Matt Sarett · 8 years ago
  88. a9312fd Add trace and registers stages. by Mike Klein · 8 years ago
  89. cfcf624 add {parametric,table}_{r,g,b} stages. by Mike Klein · 8 years ago
  90. fb191da More shader preliminaries / refactoring by Mike Klein · 8 years ago
  91. 0f91ea4 Fix up arguments passed to pipeline. by Mike Klein · 8 years ago
  92. af49b19 Start each pipeline with (x,y) in (dr,dg) registers for the shader. by Mike Klein · 8 years ago
  93. 2563601 Initial implementation of a SkColorSpace_A2B xform by raftias · 8 years ago
  94. 3f32135 Make SSE2/Neon convolution functions not to read extra bytes by xiangze.zhang · 8 years ago
  95. ad48a70 Give memset lambdas explicit names. by Mike Klein · 8 years ago
  96. c509341 swap_src_dst -> move_src_dst by Mike Klein · 8 years ago
  97. 125b2aa Detect pipelines which can compile to memsets. by mtklein · 8 years ago
  98. a4a4488 skrpb: evaluate color filters for constant shaders once. by mtklein · 8 years ago
  99. f0348c2 Implement SkNx_fma() for Sk4f on ARMv8. by Mike Klein · 8 years ago
  100. 6b059bd Remove sk_linear_to_srgb_noclamp(). by Mike Klein · 8 years ago