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