1. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  2. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  3. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  4. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  5. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  6. 20fbada Remove unused assignment in SkScan::AntiFillXRect. by Jeremy Roman · 7 years ago
  7. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  8. 3127c99 ubsan shift fixes by caryclark · 9 years ago
  9. 7600183 SkScan_Antihair: assert in debug and potentialy lost last pixels by aleksandar.stojiljkovic · 9 years ago
  10. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  11. 3848427 The compiler can generate smulbb perfectly well nowadays. by mtklein · 9 years ago
  12. 793a6dd add blitter api for aa-hairlines by reed · 9 years ago
  13. f91e676 Revert of add new blit2 methods in support of antialiased hairlines guard flag SK_SUPPORT_LEGACY_BLITANTIH2V2 (patchset #2 id:20001 of https://codereview.chromium.org/1060153003/) by jcgregorio · 9 years ago
  14. dd83031 add new blit2 methods in support of antialiased hairlines by reed · 9 years ago
  15. 5dc6b7d change hairline procs to take array of points by reed · 9 years ago
  16. 054eef2 change hairline procs to take SkPoint by value, more efficient on SSE and NEON by reed · 9 years ago
  17. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  18. 11fa224 some utils for rect and matrix by reed · 9 years ago
  19. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  20. b280646 Fix thin rect stroking. by fmalita · 10 years ago
  21. b07a94f add roundOut that returns its result by reed · 10 years ago
  22. 9fb0041 SK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated fixed[round,ceil,floor] by mike@reedtribe.org · 11 years ago
  23. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  24. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  25. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  26. ade109f Fix Android compiler warnings. by djsollen@google.com · 12 years ago
  27. c1f6db8 catch case where clipping shortened the line down to a single pixel, but our by reed@google.com · 12 years ago
  28. 27b40e9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  29. b03fe42 use subclasses instead of function-ptrs for hairline specializations. by reed@google.com · 12 years ago
  30. 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
  31. 99b300e chop hairlines against 32K bounds, since that is our limit (currently) by reed@google.com · 12 years ago
  32. 10d02b6 need to invert the alpha computation for single scanline on innerfill by reed@google.com · 12 years ago
  33. bbbe9ed rm obsolete build-flag SK_IGNORE_HAIRLINE_CLIP_FIX by reed@google.com · 12 years ago
  34. 8a812c2 check for integer-nan (0x8000...) and don't draw those as antihairlines by reed@google.com · 12 years ago
  35. 0724f43 don't clamp the stopScale to 0 unless it originally exceeded the clip. This is by reed@google.com · 12 years ago
  36. 9f79ece add build option to revert hairline-clipping fix from 3366 by reed@google.com · 12 years ago
  37. adb2e24 if we are extending past our clip in antihairlines, don't draw that last by reed@google.com · 12 years ago
  38. 67ba5fa fix scalar=fixed by implementing SkRegion form of AntiFillRect by reed@google.com · 13 years ago
  39. 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
  40. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  41. 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 13 years ago
  42. f7398c3 correctly compute coverage when an antialiased rect covers only 1 column of pixels by reed@google.com · 13 years ago
  43. bcc1d33 coding style updates by mike@reedtribe.org · 13 years ago
  44. 3a96875 round the alphamul so we don't overflow a byte by reed@google.com · 13 years ago
  45. 761fb62 reenable fast stroked rects, now that we correctly handle non-square scale by reed@google.com · 13 years ago
  46. 7ff678b faster stroke rects by mike@reedtribe.org · 13 years ago
  47. a3d9010 add unittest for IntersectLine, used by hairlines by reed@android.com · 15 years ago
  48. e28ff55 retool clipping in hairlines to catch huge coordinates by reed@android.com · 15 years ago
  49. 2893728 fix gaps in antialiased hairlines (thanks to preda) by reed@android.com · 15 years ago
  50. 6c14b43 use static_cast fix comments by reed@android.com · 15 years ago
  51. 8898363 add check/hack to avoid drawing outside of the clip for hairlines by reed@android.com · 15 years ago
  52. 3555591 add sanity checks to handles extremely large coordinates or filter margins. by reed@android.com · 15 years ago
  53. 8a1c16f grab from latest android by reed@android.com · 16 years ago