1. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  2. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  3. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  4. ade109f Fix Android compiler warnings. by djsollen@google.com · 12 years ago
  5. c1f6db8 catch case where clipping shortened the line down to a single pixel, but our by reed@google.com · 12 years ago
  6. 27b40e9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  7. b03fe42 use subclasses instead of function-ptrs for hairline specializations. by reed@google.com · 12 years ago
  8. 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
  9. 99b300e chop hairlines against 32K bounds, since that is our limit (currently) by reed@google.com · 12 years ago
  10. 10d02b6 need to invert the alpha computation for single scanline on innerfill by reed@google.com · 12 years ago
  11. bbbe9ed rm obsolete build-flag SK_IGNORE_HAIRLINE_CLIP_FIX by reed@google.com · 12 years ago
  12. 8a812c2 check for integer-nan (0x8000...) and don't draw those as antihairlines by reed@google.com · 12 years ago
  13. 0724f43 don't clamp the stopScale to 0 unless it originally exceeded the clip. This is by reed@google.com · 12 years ago
  14. 9f79ece add build option to revert hairline-clipping fix from 3366 by reed@google.com · 12 years ago
  15. adb2e24 if we are extending past our clip in antihairlines, don't draw that last by reed@google.com · 12 years ago
  16. 67ba5fa fix scalar=fixed by implementing SkRegion form of AntiFillRect by reed@google.com · 13 years ago
  17. 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
  18. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  19. 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 13 years ago
  20. f7398c3 correctly compute coverage when an antialiased rect covers only 1 column of pixels by reed@google.com · 13 years ago
  21. bcc1d33 coding style updates by mike@reedtribe.org · 13 years ago
  22. 3a96875 round the alphamul so we don't overflow a byte by reed@google.com · 13 years ago
  23. 761fb62 reenable fast stroked rects, now that we correctly handle non-square scale by reed@google.com · 13 years ago
  24. 7ff678b faster stroke rects by mike@reedtribe.org · 13 years ago
  25. a3d9010 add unittest for IntersectLine, used by hairlines by reed@android.com · 15 years ago
  26. e28ff55 retool clipping in hairlines to catch huge coordinates by reed@android.com · 15 years ago
  27. 2893728 fix gaps in antialiased hairlines (thanks to preda) by reed@android.com · 15 years ago
  28. 6c14b43 use static_cast fix comments by reed@android.com · 15 years ago
  29. 8898363 add check/hack to avoid drawing outside of the clip for hairlines by reed@android.com · 15 years ago
  30. 3555591 add sanity checks to handles extremely large coordinates or filter margins. by reed@android.com · 15 years ago
  31. 8a1c16f grab from latest android by reed@android.com · 16 years ago