1. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  2. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  3. a8b326c change SkPoint::setLength to set itself to (0,0) if it starting length is degenerate. by reed · 10 years ago
  4. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  5. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  6. 11e5b97 Add sk_float_rsqrt with SSE + NEON fast paths. by commit-bot@chromium.org · 11 years ago
  7. fcc9ca0 by hook or by crook, force gcc to return the value of SkPoint::length() to actually be a float by reed@google.com · 11 years ago
  8. ecc9d28 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  9. dc9cdf8 add (temporary) diagnostic code for normalize test by reed@google.com · 11 years ago
  10. 25720b4 trick the compiler into not knowning that I will generate an overflow by reed@google.com · 11 years ago
  11. 5a5fe58 change setLength and Normalize to handle when mag2 overflows a float, but the by reed@google.com · 11 years ago
  12. c7d0ea3 add asScalars() to document when we want to treat SkPoint or SkRect as an array by reed@google.com · 11 years ago
  13. 98a9e1f Change comment in PointTest to refer to GCC bug by borenet@google.com · 12 years ago
  14. b7b5d93 Fix PointTest. https://codereview.appspot.com/6486062/ by bungeman@google.com · 12 years ago
  15. 42639cd fix warnings on Mac in tests by caryclark@google.com · 12 years ago
  16. 7558925 Fix miscellaneous compiler warnings from Visual Studio 2010. by tomhudson@google.com · 12 years ago
  17. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  18. d33f75c Move PointTest.cpp out of tests/core into tests/ ; the other arrangement was by epoger@google.com · 13 years ago[Renamed from tests/core/PointTest.cpp]
  19. 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 13 years ago