1. 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
  2. 27123cd Force opaque in SkBlendLCD16Opaque_SSE2 to match SkBlendLCD16. by bungeman@google.com · 12 years ago
  3. 7329dc9 revert 4799-4801 -- red and blue are reversed on windows and linux by reed@google.com · 12 years ago
  4. e5a196f use SK_RESTRICT instead of __restrict__ by reed@google.com · 12 years ago
  5. d2fd136 use intptr_t to cast from ptr to int for masking low bits by reed@google.com · 12 years ago
  6. 37fe484 land http://codereview.appspot.com/6327044/ by reed@google.com · 12 years ago
  7. 8cd5ae7 Fix SkBlendLCD16_SSE2 for non ARGB platforms. by bungeman@google.com · 12 years ago
  8. 83ecdc3 fix warnings on Mac in src/opts by caryclark@google.com · 13 years ago
  9. 98a5b42 Improve SSE2 code for Blending BlitRow functions, producing 10% speedup. by tomhudson@google.com · 13 years ago
  10. d6770e6 SSE2 version of blit_lcd16, courtesy of Jin Yang. by tomhudson@google.com · 13 years ago
  11. c909a1e don't blend with zero in colorproc (forgot to return after memcpy check). by reed@google.com · 13 years ago
  12. edb606c move LCD blits into opts, so they can have assembly versions by reed@google.com · 13 years ago
  13. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  14. ee467ee Correct blitmask procs to recognize that we pass them an SkColor, and if they by reed@google.com · 14 years ago
  15. 981d479 http://codereview.appspot.com/3980041/ by reed@google.com · 14 years ago
  16. c385638 SSE2 optimizations for 32bit Color operation. by senorblanco@chromium.org · 14 years ago
  17. f3f0bd7 SSE2-ified S32_alpha_D32_filter_DX (refactoring to come). Also shaved a few by senorblanco@chromium.org · 15 years ago
  18. 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
  19. 4e75355 More SSE2-ification; fix for gcc -msse2. by senorblanco@chromium.org · 15 years ago
  20. f0f4e9a remove const modifiers on function return types (unneeded, and caused an error by reed@android.com · 15 years ago
  21. d03337c Fix for gcc -fPIC build. by senorblanco@chromium.org · 15 years ago
  22. 9272761 SSE2 optimizations for 32bit blending blitters. by senorblanco@chromium.org · 15 years ago