1. e4442cb convert mapHomogeneousPoints to SkPoint3 by Cary Clark · 7 years ago
  2. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  3. c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 8 years ago
  4. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  5. a8d4559 Fix infinite matrix during an invert. by vmpstr · 9 years ago
  6. 5195805 Use SkMScalar as float by default to match Chromium. by mtklein · 9 years ago
  7. 1831f99 A bunch of little SkMScalar-as-float build fixes. by mtklein · 9 years ago
  8. 88640cf SkMatrix44(const SkMatrix&) needs to initialize the type mask by fs · 10 years ago
  9. 39393e3 add round/ceil/etc. for SkMScalar by reed · 10 years ago
  10. faccb8e SkMatrix44::preserves2dAxisAlignment() by tomhudson · 10 years ago
  11. a32f175 Add helper SkMatrix44::hasPerspective() by tomhudson · 10 years ago
  12. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 10 years ago
  13. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 10 years ago
  14. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  15. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  16. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  17. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  18. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  19. fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
  20. 722555b Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  21. 851af07 Revert "Add perspective support to SkMatrix44 initializers." by aelias@chromium.org · 11 years ago
  22. 761f860 Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  23. 25f72ed Fix Matrix44Test and double-to-float conversion in SVD code by jvanverth@google.com · 11 years ago
  24. 5b2e264 Revise SVD code to remove arctangents. by commit-bot@chromium.org · 11 years ago
  25. b74bdf0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  26. 9504575 Add perf benchmarks and more unit tests for matrix inversion by commit-bot@chromium.org · 11 years ago
  27. edd1898 Tweak Matrix44 test so it'll pass on ChromeOS by commit-bot@chromium.org · 11 years ago
  28. f02f078 Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 11 years ago
  29. 4271f79 Revert "Make SkMatrix44::invert() check for finite 1/det instead of magic value" by scroggo@google.com · 11 years ago
  30. 7a3eeac Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 11 years ago
  31. 87f99cb ensure that negative zeros are still ignored when computing isIdentity() by reed@google.com · 11 years ago
  32. 35300c4 Fix minor valgrind-found memory leaks by robertphillips@google.com · 11 years ago
  33. 2b57dc6 fix warings. add SkTAbs() by reed@google.com · 12 years ago
  34. c7b4be7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  35. 57a54e3 Add SkMatrix44 constructor that allows user to control the initialization by vollick@chromium.org · 12 years ago
  36. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  37. 99b5c7f optimize translate and scale by reed@google.com · 12 years ago
  38. e659c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  39. 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
  40. f11cf9f Add SkMatrix44::setColMajord, etc. by vollick@chromium.org · 12 years ago
  41. 9b21c25 Add SkMatrix44::setTranspose by vollick@chromium.org · 12 years ago
  42. 3959a76 Changing the visibility of SkMatrix44::determinant(). by vollick@chromium.org · 12 years ago
  43. 453995e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  44. 1ea95be add explicit mapScalars and mapMScalars entry-points, instead of just map() by reed@google.com · 12 years ago
  45. 80b577e add quick-n-dirty test for concat on matrix44 by reed@google.com · 12 years ago
  46. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  47. 42639cd fix warnings on Mac in tests by caryclark@google.com · 12 years ago
  48. 09042b8 Fixing Windows compiler complaints by robertphillips@google.com · 12 years ago
  49. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  50. 6f2b44d add (disabled) tests for common angles by reed@google.com · 13 years ago
  51. da9fac0 add row/col major getters, plus unit-tests by reed@google.com · 13 years ago
  52. 125002a update SkMatrix44 by reed@google.com · 13 years ago