1. ea60b95 IWYU: SkUtils.h by Hal Canary · 7 years ago
  2. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 7 years ago
  3. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 7 years ago
  4. 2a2f675 SkTypes: extract SkTo by Hal Canary · 7 years ago
  5. 010ce2b rewrite while to for loop to avoid last increment by Mike Reed · 7 years ago
  6. 2eab65b avoid overflow by using tmp 64bits by Mike Reed · 7 years ago
  7. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  8. dc03dde remove code associated with legacy affine imageshaders by Mike Reed · 8 years ago
  9. 9953737 Avoid SkFixed overflow in decal bitmap procs by Florin Malita · 8 years ago
  10. d1c550e Consolidate TILEX_LOW_BITS/TILEY_LOW_BITS -> EXTRACT_LOW_BITS by Florin Malita · 8 years ago
  11. 05a5647 fission bitmapprocstate by reed · 9 years ago
  12. be5cfa9 Rename SkBitmapProcStateAutoMapper methods by fmalita · 9 years ago
  13. 2404f03 Use SkBitmapProcStateAutoMapper for filter samplers also by fmalita · 9 years ago
  14. eb54307 Sampler bias for all nofilter flavors by fmalita · 9 years ago
  15. e56c626 clean up dead x86 filter opts code by mtklein · 9 years ago
  16. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 10 years ago
  17. ad7ae6c switch bitmapshader internals over to pixmap by reed · 10 years ago
  18. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 10 years ago
  19. c77392e use colortype instead of config by reed · 11 years ago
  20. 8c4953c Cleanup of SSE optimization files. by commit-bot@chromium.org · 11 years ago
  21. 4b9b456 Properly enable S32_D16_filter_DX_SSE2 optimization. by commit-bot@chromium.org · 11 years ago
  22. 9cfc83c stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum by reed@google.com · 12 years ago
  23. 9c96d4b fix trivial matrix computation by humper@google.com · 12 years ago
  24. d647426 Reverted 10056-10059 by robertphillips@google.com · 12 years ago
  25. d64d8a9 Working plumb of image scaling: by humper@google.com · 12 years ago
  26. e5f4824 Fix a bunch of warnings, mainly around rowBytes. by scroggo@google.com · 12 years ago
  27. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  28. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  29. fc91dc7 Windows compiler complaint cleanup by robertphillips@google.com · 13 years ago
  30. 7866228 land http://codereview.appspot.com/6353063/ by Lei by reed@google.com · 13 years ago
  31. 602f227 need to pack the two values into a 32bit long by mike@reedtribe.org · 13 years ago
  32. 5efaf26 SSE2 version of ClampX_ClampY_{no}filter_affine, courtesy of Jin Yang. by tomhudson@google.com · 13 years ago
  33. 06a7313 SSE2 version of ClampX_ClampY_{no}filter_scale; yields 10-20% speedup in by tomhudson@google.com · 13 years ago
  34. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  35. f3f0bd7 SSE2-ified S32_alpha_D32_filter_DX (refactoring to come). Also shaved a few by senorblanco@chromium.org · 15 years ago
  36. aa4f0c6 Debug build fix (unreviewed). by senorblanco@chromium.org · 15 years ago
  37. 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