aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Matrix44Test.cpp
Commit message (Expand)AuthorAge
* convert mapHomogeneousPoints to SkPoint3Gravatar Cary Clark2017-10-18
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* SkMatrix44 clarifications and clean-upsGravatar msarett2016-06-23
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Fix infinite matrix during an invert.Gravatar vmpstr2015-06-30
* Use SkMScalar as float by default to match Chromium.Gravatar mtklein2015-06-09
* A bunch of little SkMScalar-as-float build fixes.Gravatar mtklein2015-06-09
* SkMatrix44(const SkMatrix&) needs to initialize the type maskGravatar fs2014-12-16
* add round/ceil/etc. for SkMScalarGravatar reed2014-10-21
* SkMatrix44::preserves2dAxisAlignment()Gravatar tomhudson2014-09-26
* Add helper SkMatrix44::hasPerspective()Gravatar tomhudson2014-09-16
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Use DEFINE_TESTCLASS_SHORT macro in tests.Gravatar tfarina@chromium.org2013-12-12
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* Clean up SkTypes.h.Gravatar bungeman@google.com2013-10-11
* Add perspective support to SkMatrix44 initializers.Gravatar commit-bot@chromium.org2013-10-05
* Revert "Add perspective support to SkMatrix44 initializers."Gravatar aelias@chromium.org2013-10-04
* Add perspective support to SkMatrix44 initializers.Gravatar commit-bot@chromium.org2013-10-04
* Fix Matrix44Test and double-to-float conversion in SVD codeGravatar jvanverth@google.com2013-09-03
* Revise SVD code to remove arctangents. Gravatar commit-bot@chromium.org2013-09-03
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-21
* Add perf benchmarks and more unit tests for matrix inversionGravatar commit-bot@chromium.org2013-08-20
* Tweak Matrix44 test so it'll pass on ChromeOSGravatar commit-bot@chromium.org2013-08-20
* Make SkMatrix44::invert() check for finite 1/det instead of magic valueGravatar commit-bot@chromium.org2013-08-20
* Revert "Make SkMatrix44::invert() check for finite 1/det instead of magic value"Gravatar scroggo@google.com2013-08-15
* Make SkMatrix44::invert() check for finite 1/det instead of magic valueGravatar commit-bot@chromium.org2013-08-15
* ensure that negative zeros are still ignored when computing isIdentity()Gravatar reed@google.com2013-04-19
* Fix minor valgrind-found memory leaksGravatar robertphillips@google.com2013-03-21
* fix warings. add SkTAbs()Gravatar reed@google.com2013-01-08
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-11
* Add SkMatrix44 constructor that allows user to control the initializationGravatar vollick@chromium.org2012-12-10
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-06
* optimize translate and scaleGravatar reed@google.com2012-12-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-04
* add getTypes() to SkMatrix44, to cache how complex the matrix is.Gravatar reed@google.com2012-12-03
* Add SkMatrix44::setColMajord, etc.Gravatar vollick@chromium.org2012-11-19
* Add SkMatrix44::setTransposeGravatar vollick@chromium.org2012-11-14
* Changing the visibility of SkMatrix44::determinant().Gravatar vollick@chromium.org2012-11-13
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-10
* add explicit mapScalars and mapMScalars entry-points, instead of just map()Gravatar reed@google.com2012-11-09
* add quick-n-dirty test for concat on matrix44Gravatar reed@google.com2012-11-09
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* fix warnings on Mac in testsGravatar caryclark@google.com2012-06-06
* Fixing Windows compiler complaintsGravatar robertphillips@google.com2012-04-06
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* add (disabled) tests for common anglesGravatar reed@google.com2011-06-24