1. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  2. 52fe583 Remove SK_SUPPORT_LEGACY_BROKEN_LERP support by Florin Malita · 7 years ago
  3. 40254c2 SkBlendARGB32 and S32[A]_Blend_BlitRow32 are currently formulated as: SkAlphaMulQ(src, src_scale) + SkAlphaMulQ(dst, dst_scale), which boils down to ((src*src_scale)>>8) + ((dst*dst_scale)>>8). In particular, note that the intermediate precision is discarded before the two parts are added together, causing the final result to possibly inaccurate. by lsalzman · 8 years ago
  4. 4bf1ce2 Revert of Revert of SSE4 opaque blend using intrinsics instead of assembly. (patchset #1 id:1 of https://codereview.chromium.org/873553003/) by stephana · 10 years ago
  5. 4988891 Revert of SSE4 opaque blend using intrinsics instead of assembly. (patchset #16 id:300001 of https://codereview.chromium.org/874863002/) by stephana · 10 years ago
  6. 6dbfb21 SSE4 opaque blend using intrinsics instead of assembly. by mtklein · 10 years ago
  7. 2d80dd2 Revert of SSE4 opaque blend using intrinsics instead of assembly. (patchset #14 id:260001 of https://codereview.chromium.org/874863002/) by bungeman · 10 years ago
  8. 04bc91b SSE4 opaque blend using intrinsics instead of assembly. by mtklein · 10 years ago
  9. 8d029a4 Don't do a pointless << 0. by mtklein · 10 years ago
  10. 785982e Eliminate static initializers in SkColor_SSE2.h. by mtklein · 10 years ago
  11. 2253aa9 Add SkBlendARGB32_SSE2() to clean up code by qiankun.miao · 10 years ago
  12. 533a327 Cleanup with SkAlphaMulQ_SSE2() by qiankun.miao · 10 years ago
  13. f04713d Optimize SkAlphaMulQ_SSE2 by qiankun.miao · 10 years ago
  14. f31fa24 Make gMask_00FF00FF a constant by commit-bot@chromium.org · 10 years ago
  15. 7bf1015 Xfermode: SSE2 implementation of overlay_modeproc by commit-bot@chromium.org · 10 years ago
  16. 5429965 Xfermode: SSE2 implementation of a number of simple transfer modes by commit-bot@chromium.org · 10 years ago
  17. c524e98 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  18. 77815fd Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  19. c311873 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  20. 079d298 Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  21. 25f7455 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  22. 4759107 SSE2 implementation of S32A_D565_Opaque by commit-bot@chromium.org · 11 years ago