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