1. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  2. 3c12840 remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOAT, assume its always false stop respecting SK_SCALAR_SLOW_COMPARES, assume its always false by reed@google.com · 11 years ago
  3. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  4. 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
  5. 0bb18bb explicitly track if a path is finite or not by reed@google.com · 12 years ago
  6. 32aa01e remove unused variable (isNaN) by reed@google.com · 12 years ago
  7. 921374d for scalar==float, tis faster to always to MIN and MAX, than to put an ELSE by reed@google.com · 12 years ago
  8. 30d90eb Use x*0 instead of x!=x to detect non-finite values, since x*0 also detects infinities by reed@google.com · 12 years ago
  9. 1607863 rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed by reed@google.com · 13 years ago
  10. fe70112 handle NaN values in clipPath by reed@google.com · 13 years ago
  11. f0f617a add SkRect::intersect(a, b), matching what was already available in SkIRect by reed@google.com · 13 years ago
  12. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  13. 91a2ae9 reformat for coding style, no logic changes by reed@google.com · 14 years ago
  14. 077910e add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isValidCoords() by reed@google.com · 14 years ago
  15. 116b2bc Proposed fix for crash in Cr70244. by wjmaclean@chromium.org · 14 years ago
  16. 4516f47 use sk_bzero instead of bzero, since it isn't always available. by reed@android.com · 15 years ago
  17. 8a1c16f grab from latest android by reed@android.com · 16 years ago