1. 533a327 Cleanup with SkAlphaMulQ_SSE2() by qiankun.miao · 10 years ago
  2. 52e74c6 Cleanup of S32_D565_Opaque_SSE2() by qiankun.miao · 10 years ago
  3. 60e4ad7 Improve SkARGB32_A8_BlitMask_SSE2 by jmuizelaar · 10 years ago
  4. 8c4953c Cleanup of SSE optimization files. by commit-bot@chromium.org · 10 years ago
  5. c524e98 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  6. 77815fd Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  7. c311873 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  8. 079d298 Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  9. 25f7455 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  10. fe089b3 SSE2 implementation of S32A_D565_Opaque_Dither by commit-bot@chromium.org · 11 years ago
  11. 2758047 SSE2 implementation of S32_D565_Opaque_Dither by commit-bot@chromium.org · 11 years ago
  12. 39ce33a SSE2 implementation of S32_D565_Opaque by commit-bot@chromium.org · 11 years ago
  13. 4759107 SSE2 implementation of S32A_D565_Opaque by commit-bot@chromium.org · 11 years ago
  14. 76e0d13 Commented SSE blend functions and cleaned-up variable naming. by commit-bot@chromium.org · 11 years ago
  15. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  16. 27123cd Force opaque in SkBlendLCD16Opaque_SSE2 to match SkBlendLCD16. by bungeman@google.com · 12 years ago
  17. 7329dc9 revert 4799-4801 -- red and blue are reversed on windows and linux by reed@google.com · 12 years ago
  18. e5a196f use SK_RESTRICT instead of __restrict__ by reed@google.com · 12 years ago
  19. d2fd136 use intptr_t to cast from ptr to int for masking low bits by reed@google.com · 12 years ago
  20. 37fe484 land http://codereview.appspot.com/6327044/ by reed@google.com · 12 years ago
  21. 8cd5ae7 Fix SkBlendLCD16_SSE2 for non ARGB platforms. by bungeman@google.com · 12 years ago
  22. 83ecdc3 fix warnings on Mac in src/opts by caryclark@google.com · 12 years ago
  23. 98a5b42 Improve SSE2 code for Blending BlitRow functions, producing 10% speedup. by tomhudson@google.com · 13 years ago
  24. d6770e6 SSE2 version of blit_lcd16, courtesy of Jin Yang. by tomhudson@google.com · 13 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. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  28. ee467ee Correct blitmask procs to recognize that we pass them an SkColor, and if they by reed@google.com · 14 years ago
  29. 981d479 http://codereview.appspot.com/3980041/ by reed@google.com · 14 years ago
  30. c385638 SSE2 optimizations for 32bit Color operation. by senorblanco@chromium.org · 14 years ago
  31. f3f0bd7 SSE2-ified S32_alpha_D32_filter_DX (refactoring to come). Also shaved a few by senorblanco@chromium.org · 15 years ago
  32. dc7de74 More SSE2 optimizations. This CL implements an SSE2 version of S32_bitmap_D32_filter_DX, and uses aligned loads and stores for dst, in all blending. by senorblanco@chromium.org · 15 years ago
  33. 4e75355 More SSE2-ification; fix for gcc -msse2. by senorblanco@chromium.org · 15 years ago
  34. f0f4e9a remove const modifiers on function return types (unneeded, and caused an error by reed@android.com · 15 years ago
  35. d03337c Fix for gcc -fPIC build. by senorblanco@chromium.org · 15 years ago
  36. 9272761 SSE2 optimizations for 32bit blending blitters. by senorblanco@chromium.org · 15 years ago