1. 46f5c5f Make SkM44 public by Mike Reed · 4 years, 9 months ago
  2. b4cce3f Revert "Revert "add rotate to SkM44"" by Mike Reed · 4 years, 10 months ago
  3. 44aa1ab Revert "add rotate to SkM44" by Mike Reed · 4 years, 10 months ago
  4. a6272de add rotate to SkM44 by Mike Reed · 4 years, 10 months ago
  5. 07d32b4 remove some memory-based methods, add rc() by Mike Reed · 4 years, 10 months ago
  6. 26df65c row/col methods by Mike Reed · 4 years, 10 months ago
  7. 9262555 remove fun operator overloads by Mike Reed · 4 years, 10 months ago
  8. 38380df remove the last vestiges of SkMScalar by Mike Reed · 4 years, 10 months ago
  9. 8c2ccc0 use real normal-map texture by Mike Reed · 4 years, 10 months ago
  10. 215c34b SkMScalar is obsolete -- use SkScalar by Mike Reed · 4 years, 10 months ago
  11. d4d3b33 Make converting from 4x4 to 3x3 explicit by Mike Reed · 4 years, 10 months ago
  12. c4b8eef move SkV3 into header by Mike Reed · 4 years, 10 months ago
  13. 403c807 Revert "Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API."" by Mike Reed · 4 years, 10 months ago
  14. 268ed57 Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API." by Brian Osman · 4 years, 10 months ago
  15. 98bfcc7 Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API. by Mike Reed · 4 years, 10 months ago
  16. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  17. 4429a4f re-precate SkMatrix44::SkMatrix44() by Mike Klein · 6 years ago
  18. e4442cb convert mapHomogeneousPoints to SkPoint3 by Cary Clark · 7 years ago
  19. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  20. c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 8 years ago
  21. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  22. a8d4559 Fix infinite matrix during an invert. by vmpstr · 9 years ago
  23. 5195805 Use SkMScalar as float by default to match Chromium. by mtklein · 9 years ago
  24. 1831f99 A bunch of little SkMScalar-as-float build fixes. by mtklein · 9 years ago
  25. 88640cf SkMatrix44(const SkMatrix&) needs to initialize the type mask by fs · 10 years ago
  26. 39393e3 add round/ceil/etc. for SkMScalar by reed · 10 years ago
  27. faccb8e SkMatrix44::preserves2dAxisAlignment() by tomhudson · 10 years ago
  28. a32f175 Add helper SkMatrix44::hasPerspective() by tomhudson · 10 years ago
  29. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  30. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  31. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  32. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  33. 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
  34. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  35. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  36. fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
  37. 722555b Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  38. 851af07 Revert "Add perspective support to SkMatrix44 initializers." by aelias@chromium.org · 11 years ago
  39. 761f860 Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  40. 25f72ed Fix Matrix44Test and double-to-float conversion in SVD code by jvanverth@google.com · 11 years ago
  41. 5b2e264 Revise SVD code to remove arctangents. by commit-bot@chromium.org · 11 years ago
  42. b74bdf0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  43. 9504575 Add perf benchmarks and more unit tests for matrix inversion by commit-bot@chromium.org · 11 years ago
  44. edd1898 Tweak Matrix44 test so it'll pass on ChromeOS by commit-bot@chromium.org · 11 years ago
  45. f02f078 Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 11 years ago
  46. 4271f79 Revert "Make SkMatrix44::invert() check for finite 1/det instead of magic value" by scroggo@google.com · 11 years ago
  47. 7a3eeac Make SkMatrix44::invert() check for finite 1/det instead of magic value by commit-bot@chromium.org · 11 years ago
  48. 87f99cb ensure that negative zeros are still ignored when computing isIdentity() by reed@google.com · 12 years ago
  49. 35300c4 Fix minor valgrind-found memory leaks by robertphillips@google.com · 12 years ago
  50. 2b57dc6 fix warings. add SkTAbs() by reed@google.com · 12 years ago
  51. c7b4be7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  52. 57a54e3 Add SkMatrix44 constructor that allows user to control the initialization by vollick@chromium.org · 12 years ago
  53. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  54. 99b5c7f optimize translate and scale by reed@google.com · 12 years ago
  55. e659c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  56. 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
  57. f11cf9f Add SkMatrix44::setColMajord, etc. by vollick@chromium.org · 12 years ago
  58. 9b21c25 Add SkMatrix44::setTranspose by vollick@chromium.org · 12 years ago
  59. 3959a76 Changing the visibility of SkMatrix44::determinant(). by vollick@chromium.org · 12 years ago
  60. 453995e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  61. 1ea95be add explicit mapScalars and mapMScalars entry-points, instead of just map() by reed@google.com · 12 years ago
  62. 80b577e add quick-n-dirty test for concat on matrix44 by reed@google.com · 12 years ago
  63. 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
  64. 42639cd fix warnings on Mac in tests by caryclark@google.com · 12 years ago
  65. 09042b8 Fixing Windows compiler complaints by robertphillips@google.com · 13 years ago
  66. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  67. 6f2b44d add (disabled) tests for common angles by reed@google.com · 13 years ago
  68. da9fac0 add row/col major getters, plus unit-tests by reed@google.com · 13 years ago
  69. 125002a update SkMatrix44 by reed@google.com · 13 years ago