1. eb50f43 add clamp_gamut by Mike Klein · 6 years ago
  2. 24de648 fix lowp gradients by Mike Klein · 6 years ago
  3. d9187c0 Revert "SkMath takes some functions from from SkTypes" by Mike Klein · 6 years ago
  4. 3b34723 SkMath takes some functions from from SkTypes by Hal Canary · 6 years ago
  5. b1c77e4 clean up legacy flags by Mike Klein · 6 years ago
  6. 33d3d31 stop clamping in parametric stage by Mike Klein · 6 years ago
  7. c4e4063 fix sw extended transfer functions by Mike Klein · 6 years ago
  8. 15eb1e9 update CPU feature macros in src/opts by Mike Klein · 6 years ago
  9. 83e86eb Reland "standardize macro checks in SkRasterPipeline_opts" by Mike Klein · 6 years ago
  10. 4ff2611 Revert "standardize macro checks in SkRasterPipeline_opts" by Mike Klein · 6 years ago
  11. 75d25c4 standardize macro checks in SkRasterPipeline_opts by Mike Klein · 6 years ago
  12. ea045b5 fix clamp_0/clamp_1 stages in lowp by Mike Klein · 6 years ago
  13. ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
  14. 475c5e9 turn on alignment sanitizer by Mike Klein · 6 years ago
  15. 73d7ffc refine NEON checks in raster pipeline by Mike Klein · 6 years ago
  16. 4eebd9e collapse parametric_{r,g,b} into parametric, remove _a and gamma_dst by Mike Klein · 6 years ago
  17. cd3e13a Reland "transform paint color to dst colorspace" by Mike Klein · 6 years ago
  18. b82edcc update (non-sprite) image shader color management by Mike Klein · 6 years ago
  19. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  20. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  21. b831ea2 remove lowp bilerp_clamp_8888 stage by Mike Klein · 6 years ago
  22. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  23. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  24. 8ea971b avoid immintrin.h in SkNx_sse.h by Mike Klein · 6 years ago
  25. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  26. bf45c70 Clean up a few IWYU issues by Mike Klein · 6 years ago
  27. 89c5e88 Implement Sk2f::floor by Chris Dalton · 6 years ago
  28. 6f02af9 remove linear-blended sRGB dst support in software by Mike Klein · 6 years ago
  29. b54d223 fix a weird edge case in to_srgb stage by Mike Klein · 6 years ago
  30. e304a8a remove map() from SkRasterPipeline_opts.h by Mike Klein · 6 years ago
  31. 6747f52 Reland "start cleaning up non-skcms SkColorSpaceXforms" by Mike Klein · 6 years ago
  32. e60ae82 Revert "start cleaning up non-skcms SkColorSpaceXforms" by Mike Klein · 6 years ago
  33. 339133f8 start cleaning up non-skcms SkColorSpaceXforms by Mike Klein · 6 years ago
  34. 010ce2b rewrite while to for loop to avoid last increment by Mike Reed · 6 years ago
  35. 2eab65b avoid overflow by using tmp 64bits by Mike Reed · 7 years ago
  36. 8e3426f Reland "low-hanging bilerp_clamp_8888 wins" by Mike Klein · 7 years ago
  37. b460320 Revert "low-hanging bilerp_clamp_8888 wins" by Mike Klein · 7 years ago
  38. f946b41 low-hanging bilerp_clamp_8888 wins by Mike Klein · 7 years ago
  39. 21f6437 Implement Sk2f Load2 by Chris Dalton · 7 years ago
  40. e3fda93 Implement Sk4f min/max by Chris Dalton · 7 years ago
  41. 42f02aa Implement Sk2f::Store2 by Chris Dalton · 7 years ago
  42. 68ff92f specialize arm64 allTrue()/anyTrue() by Mike Klein · 7 years ago
  43. ae18d07 Revert "Implement Sk2f::Store2" by Chris Dalton · 7 years ago
  44. 8a8a8e9 Implement Sk2f::Store2 by Chris Dalton · 7 years ago
  45. 4d4b3aa small ABI + narrow/wide code updates by Mike Klein · 7 years ago
  46. d92a739 detect nonfinite cubic points by Mike Reed · 7 years ago
  47. d8853ec exact divide by 255 with NEON by Mike Klein · 7 years ago
  48. b5502b2 Small cleanups suggested by ClangTidy by Kevin Lubick · 7 years ago
  49. e8de024 with no more offline codegen, seed_shader can be normal by Mike Klein · 7 years ago
  50. a46623b follow JUMPER_NARROW_STAGES in lowp stages too by Mike Klein · 7 years ago
  51. 1b9b7d5 Reland "Reland "make SkJumper stages normal Skia code"" by Mike Klein · 7 years ago
  52. 5cc94cc Revert "Reland "make SkJumper stages normal Skia code"" by Mike Klein · 7 years ago
  53. 78cb579 Reland "make SkJumper stages normal Skia code" by Mike Klein · 7 years ago
  54. 3a4bd34 Revert "make SkJumper stages normal Skia code" by Mike Klein · 7 years ago
  55. 22e536e make SkJumper stages normal Skia code by Mike Klein · 7 years ago
  56. 6f8fa4e Implement Sk2f::Store4 by Chris Dalton · 7 years ago
  57. 4284613 Enable conditional-uninitialized flag by Kevin Lubick · 7 years ago
  58. d8e2b13 Remove previous blur image implementation. Try 2 by Herbert Derby · 7 years ago
  59. 2a3985e Revert "Remove previous blur image implementation" by Herb Derby · 7 years ago
  60. a11346d Remove previous blur image implementation by Herbert Derby · 7 years ago
  61. 0cb7587 Add Store3 to Sk2f by Chris Dalton · 7 years ago
  62. 213d821 add Load2() to Sk4f by Mike Klein · 7 years ago
  63. b8b3086 Fix Sk8b reading too many bytes by Herb Derby · 7 years ago
  64. d1b3c78 Support for direct gaussian blur evaluation by Herb Derby · 7 years ago
  65. 5eb1528 Add mulHi to SkNx by Herb Derby · 7 years ago
  66. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  67. 0f96bb3 Sk4i version of blur. by Herb Derby · 7 years ago
  68. 7732f4f Add missing methods to neon/sse SkNx implementations by Chris Dalton · 7 years ago
  69. cd71f11 make SkOpts functions inline, not static by Mike Klein · 7 years ago
  70. dc03dde remove code associated with legacy affine imageshaders by Mike Reed · 7 years ago
  71. 25954b6 explicitly vectorize sk_memset{16,32,64} by Mike Klein · 7 years ago
  72. 0fddb2d Retry cleaning up SkLinearBitmapPipeline. by Mike Klein · 7 years ago
  73. e32500f Assume HQ is handled by pipeline, delete legacy code-path by Mike Reed · 7 years ago
  74. e94865e Simplify Sk4i's Min/Max by Yuqian Li · 7 years ago
  75. 7da6ba2 Implement Sk4i's abs, min, max by Yuqian Li · 7 years ago
  76. 6ee2965 remove unreachable perspective code for imageshader by Mike Reed · 7 years ago
  77. 466c7d6 header cleanup by Hal Canary · 7 years ago
  78. 41dc6cc remove unreachable samples for non-N32 imageshaders by Mike Reed · 7 years ago
  79. 5e78c61 Revert "remove a bit more dead code" by Mike Reed · 7 years ago
  80. d9b1fe0 remove a bit more dead code by Mike Klein · 7 years ago
  81. 0215312 remove unused SkFilterProcs by Mike Reed · 7 years ago
  82. f1b41a7 Refactor SkBlurImageFilter_opts.h for readability. by Mike Klein · 7 years ago
  83. ce9514c remove unneeded proc fields by Mike Reed · 7 years ago
  84. f066ac9 replace 4f procs with pipeline (only called in 2 places by ganesh) by Mike Reed · 7 years ago
  85. 1608a1d remove unused xfermode methods by Mike Reed · 7 years ago
  86. 25e9005 simplify sse41::srcover_srgb_srgb by Mike Klein · 7 years ago
  87. 836e6c1 remove sse2::srcover_srgb_srgb by Mike Klein · 7 years ago
  88. a132c38 Faster and more accurate blit_row_s32a_opaque for ARM by Matteo Franchin · 7 years ago
  89. 87db001 move sk_memset?? to SkOpts by Mike Klein · 7 years ago
  90. c682038 remove old 565 destination opts by Mike Klein · 7 years ago
  91. 4c29633 CRC32 no longer restricted to ARM64 by Amaury Le Leyzour · 7 years ago
  92. ac0e705 Fix new IT blocks ARMv8 by Amaury Le Leyzour · 8 years ago
  93. 1be0db8 long live SkJumper by Mike Klein · 8 years ago
  94. dc80eaa kill off shader_adapter by Mike Klein · 8 years ago
  95. c17dc24 jumper, rework callback a bit, use it for color_lookup_table by Mike Klein · 8 years ago
  96. 7fee90c add a callback stage to SkRasterPipeline by Mike Klein · 8 years ago
  97. 0a90449 jumper, bilinear and bicubic sampling stages by Mike Klein · 8 years ago
  98. 994ef97 make all gather_*() use SkJumper_GatherCtx by Mike Klein · 8 years ago
  99. d177ae1 remove SkNx AVX code by Mike Klein · 8 years ago
  100. 4482a14 fix -Fast bot by Mike Klein · 8 years ago