1. 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
  2. b4a7dc9 Port S32A_opaque blit row to SkOpts. by mtklein · 8 years ago
  3. 4a37d08 Port SkBlitRow::Color32 to SkOpts. by mtklein · 9 years ago
  4. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  5. 58fd2c8 Remove sk_memcpy32 by mtklein · 9 years ago
  6. 059ac00 Update some Sk4px APIs. by mtklein · 9 years ago
  7. 051a51e Re-proc SkBlitRow::Color32 for ARM. by mtklein · 9 years ago
  8. 3b8d9f7 Revert of Re-proc SkBlitRow::Color32 for ARM. (patchset #3 id:40001 of https://codereview.chromium.org/1145283003/) by mtklein · 9 years ago
  9. 4e13a23 Re-proc SkBlitRow::Color32 for ARM. by mtklein · 9 years ago
  10. d2ffd36 Sk4px by mtklein · 9 years ago
  11. 95cc012 De-proc Color32 by mtklein · 9 years ago
  12. 641c3ff Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  13. d65dc0c De-proc Color32 by mtklein · 9 years ago
  14. 498856e Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  15. 376e9bc De-proc Color32 by mtklein · 9 years ago
  16. a4a0aeb Revert of Convert Color32 code to perfect blend. (patchset #6 id:100001 of https://codereview.chromium.org/1098913002/) by mtklein · 9 years ago
  17. 61221e7 Convert Color32 code to perfect blend. by mtklein · 9 years ago
  18. afe2ffb Rework SSE and NEON Color32 algorithms to be more correct and faster. by mtklein · 9 years ago
  19. edeccc5 Clean up ColorRectProc plumbing. by mtklein · 9 years ago
  20. f0ea77a SSE2 implementation of memcpy32 by commit-bot@chromium.org · 10 years ago
  21. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  22. fa3d892 remove outdated test code for TEST_SRC_ALPHA by reed@google.com · 12 years ago
  23. 9f63667 special-case filling narrow rects, where we can be faster than the SSE2 asm by reed@google.com · 12 years ago
  24. 8dd90a9 (SSE2) acceleration for rectangular opaque erases. by tomhudson@google.com · 12 years ago
  25. c909a1e don't blend with zero in colorproc (forgot to return after memcpy check). by reed@google.com · 13 years ago
  26. edb606c move LCD blits into opts, so they can have assembly versions by reed@google.com · 13 years ago
  27. 58af9a6 separate SkBlitMask decl into its own header by reed@google.com · 13 years ago
  28. f2068ad add SK_RESTRICT to mask procs separate out opaque and non for lcd16 blits by reed@google.com · 13 years ago
  29. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  30. e6ea606 re-enable SSE2 blitmask procs, only excluding if we're black (in which case by reed@google.com · 13 years ago
  31. ee467ee Correct blitmask procs to recognize that we pass them an SkColor, and if they by reed@google.com · 13 years ago
  32. 981d479 http://codereview.appspot.com/3980041/ by reed@google.com · 13 years ago
  33. 57f4969 merge from android tree: by djsollen@google.com · 13 years ago
  34. 29e5054 Fix perf regression in Color32. by senorblanco@chromium.org · 14 years ago
  35. c385638 SSE2 optimizations for 32bit Color operation. by senorblanco@chromium.org · 14 years ago
  36. 9272761 SSE2 optimizations for 32bit blending blitters. by senorblanco@chromium.org · 15 years ago
  37. c4cae85 add BlitRow procs for 32->32, to allow for neon and other optimizations. by reed@android.com · 15 years ago