index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
Matrix44Test.cpp
Commit message (
Expand
)
Author
Age
*
SkMatrix44 clarifications and clean-ups
msarett
2016-06-23
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Fix infinite matrix during an invert.
vmpstr
2015-06-30
*
Use SkMScalar as float by default to match Chromium.
mtklein
2015-06-09
*
A bunch of little SkMScalar-as-float build fixes.
mtklein
2015-06-09
*
SkMatrix44(const SkMatrix&) needs to initialize the type mask
fs
2014-12-16
*
add round/ceil/etc. for SkMScalar
reed
2014-10-21
*
SkMatrix44::preserves2dAxisAlignment()
tomhudson
2014-09-26
*
Add helper SkMatrix44::hasPerspective()
tomhudson
2014-09-16
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
*
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...
reed@google.com
2013-10-31
*
Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...
reed@google.com
2013-10-31
*
add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...
reed@google.com
2013-10-31
*
Clean up SkTypes.h.
bungeman@google.com
2013-10-11
*
Add perspective support to SkMatrix44 initializers.
commit-bot@chromium.org
2013-10-05
*
Revert "Add perspective support to SkMatrix44 initializers."
aelias@chromium.org
2013-10-04
*
Add perspective support to SkMatrix44 initializers.
commit-bot@chromium.org
2013-10-04
*
Fix Matrix44Test and double-to-float conversion in SVD code
jvanverth@google.com
2013-09-03
*
Revise SVD code to remove arctangents.
commit-bot@chromium.org
2013-09-03
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-21
*
Add perf benchmarks and more unit tests for matrix inversion
commit-bot@chromium.org
2013-08-20
*
Tweak Matrix44 test so it'll pass on ChromeOS
commit-bot@chromium.org
2013-08-20
*
Make SkMatrix44::invert() check for finite 1/det instead of magic value
commit-bot@chromium.org
2013-08-20
*
Revert "Make SkMatrix44::invert() check for finite 1/det instead of magic value"
scroggo@google.com
2013-08-15
*
Make SkMatrix44::invert() check for finite 1/det instead of magic value
commit-bot@chromium.org
2013-08-15
*
ensure that negative zeros are still ignored when computing isIdentity()
reed@google.com
2013-04-19
*
Fix minor valgrind-found memory leaks
robertphillips@google.com
2013-03-21
*
fix warings. add SkTAbs()
reed@google.com
2013-01-08
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-11
*
Add SkMatrix44 constructor that allows user to control the initialization
vollick@chromium.org
2012-12-10
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-06
*
optimize translate and scale
reed@google.com
2012-12-05
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-04
*
add getTypes() to SkMatrix44, to cache how complex the matrix is.
reed@google.com
2012-12-03
*
Add SkMatrix44::setColMajord, etc.
vollick@chromium.org
2012-11-19
*
Add SkMatrix44::setTranspose
vollick@chromium.org
2012-11-14
*
Changing the visibility of SkMatrix44::determinant().
vollick@chromium.org
2012-11-13
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-10
*
add explicit mapScalars and mapMScalars entry-points, instead of just map()
reed@google.com
2012-11-09
*
add quick-n-dirty test for concat on matrix44
reed@google.com
2012-11-09
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
fix warnings on Mac in tests
caryclark@google.com
2012-06-06
*
Fixing Windows compiler complaints
robertphillips@google.com
2012-04-06
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
add (disabled) tests for common angles
reed@google.com
2011-06-24
*
add row/col major getters, plus unit-tests
reed@google.com
2011-06-13
*
update SkMatrix44
reed@google.com
2011-06-09